@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-07-31T10:27:15.903+03:00[Asia/Jerusalem]")
public class EnqueuedResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnqueuedResponse.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_TASK_ID |
| Constructor and Description |
|---|
EnqueuedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static EnqueuedResponse |
fromJson(java.lang.String jsonString)
Create an instance of EnqueuedResponse given an JSON string
|
java.lang.String |
getTaskId()
The ID of the enqueued task
|
int |
hashCode() |
void |
setTaskId(java.lang.String taskId) |
EnqueuedResponse |
taskId(java.lang.String taskId) |
java.lang.String |
toJson()
Convert an instance of EnqueuedResponse to an JSON string
|
java.lang.String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final java.lang.String SERIALIZED_NAME_TASK_ID
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public EnqueuedResponse taskId(java.lang.String taskId)
@Nonnull public java.lang.String getTaskId()
public void setTaskId(java.lang.String taskId)
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 validateJsonObject(com.google.gson.JsonObject jsonObj)
throws java.io.IOException
jsonObj - JSON Objectjava.io.IOException - if the JSON Object is invalid with respect to EnqueuedResponsepublic static EnqueuedResponse fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to EnqueuedResponsepublic java.lang.String toJson()