public class Patch extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Patch.PatchOperation |
Constructor and Description |
---|
Patch() |
Modifier and Type | Method and Description |
---|---|
String |
getFrom() |
Patch.PatchOperation |
getOp() |
String |
getPath() |
Object |
getValue() |
void |
setFrom(String from) |
void |
setOp(Patch.PatchOperation op) |
void |
setPath(String path) |
void |
setValue(Object value) |
public String getFrom()
public void setFrom(String from)
from
- the from to setpublic Patch.PatchOperation getOp()
public void setOp(Patch.PatchOperation op)
op
- the operation to setpublic String getPath()
public void setPath(String path)
path
- the path to setpublic Object getValue()
public void setValue(Object value)
value
- the value to setCopyright © 2016. All rights reserved.