public class PatchOperation extends Object implements ModelEntity
Modifier and Type | Class and Description |
---|---|
static class |
PatchOperation.OperationType |
Constructor and Description |
---|
PatchOperation() |
PatchOperation(PatchOperation.OperationType op,
String path) |
PatchOperation(PatchOperation.OperationType op,
String path,
Object value) |
Modifier and Type | Method and Description |
---|---|
PatchOperation.OperationType |
getOp() |
String |
getPath() |
Object |
getValue() |
void |
setOp(PatchOperation.OperationType op) |
void |
setPath(String path) |
void |
setValue(Object value) |
String |
toString() |
public PatchOperation()
public PatchOperation(PatchOperation.OperationType op, String path, Object value)
public PatchOperation(PatchOperation.OperationType op, String path)
public PatchOperation.OperationType getOp()
public String getPath()
public Object getValue()
public void setOp(PatchOperation.OperationType op)
public void setPath(String path)
public void setValue(Object value)
Copyright © 2017. All rights reserved.