@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-09T12:38:06.739118192Z[Etc/UTC]",
comments="Generator version: 7.7.0")
public class JsonPatchOperation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonPatchOperation.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashSet<java.lang.String> |
openapiFields |
static java.util.HashSet<java.lang.String> |
openapiRequiredFields |
static java.lang.String |
SERIALIZED_NAME_FROM |
static java.lang.String |
SERIALIZED_NAME_OP |
static java.lang.String |
SERIALIZED_NAME_PATH |
static java.lang.String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
JsonPatchOperation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
JsonPatchOperation |
from(java.lang.String from) |
static JsonPatchOperation |
fromJson(java.lang.String jsonString)
Create an instance of JsonPatchOperation given an JSON string
|
java.lang.String |
getFrom()
The target path.
|
OperationType |
getOp()
Get op
|
java.lang.String |
getPath()
The source path.
|
java.lang.Object |
getValue()
The discrete value.
|
int |
hashCode() |
JsonPatchOperation |
op(OperationType op) |
JsonPatchOperation |
path(java.lang.String path) |
void |
setFrom(java.lang.String from) |
void |
setOp(OperationType op) |
void |
setPath(java.lang.String path) |
void |
setValue(java.lang.Object value) |
java.lang.String |
toJson()
Convert an instance of JsonPatchOperation to an JSON string
|
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
JsonPatchOperation |
value(java.lang.Object value) |
public static final java.lang.String SERIALIZED_NAME_OP
public static final java.lang.String SERIALIZED_NAME_PATH
public static final java.lang.String SERIALIZED_NAME_FROM
public static final java.lang.String SERIALIZED_NAME_VALUE
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public JsonPatchOperation op(OperationType op)
@Nonnull public OperationType getOp()
public void setOp(OperationType op)
public JsonPatchOperation path(java.lang.String path)
@Nonnull public java.lang.String getPath()
public void setPath(java.lang.String path)
public JsonPatchOperation from(java.lang.String from)
@Nullable public java.lang.String getFrom()
public void setFrom(java.lang.String from)
public JsonPatchOperation value(java.lang.Object value)
@Nullable public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
jsonElement - JSON Elementjava.io.IOException - if the JSON Element is invalid with respect to JsonPatchOperationpublic static JsonPatchOperation fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to JsonPatchOperationpublic java.lang.String toJson()