@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class CreateResult200ResponseAllOfResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateResult200ResponseAllOfResult.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CASE_ID |
static String |
SERIALIZED_NAME_HASH |
| Constructor and Description |
|---|
CreateResult200ResponseAllOfResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateResult200ResponseAllOfResult |
caseId(Long caseId) |
boolean |
equals(Object o) |
static CreateResult200ResponseAllOfResult |
fromJson(String jsonString)
Create an instance of CreateResult200ResponseAllOfResult given an JSON string
|
Long |
getCaseId()
Get caseId
|
String |
getHash()
Get hash
|
CreateResult200ResponseAllOfResult |
hash(String hash) |
int |
hashCode() |
void |
setCaseId(Long caseId) |
void |
setHash(String hash) |
String |
toJson()
Convert an instance of CreateResult200ResponseAllOfResult to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_CASE_ID
public static final String SERIALIZED_NAME_HASH
public CreateResult200ResponseAllOfResult caseId(Long caseId)
public void setCaseId(Long caseId)
public CreateResult200ResponseAllOfResult hash(String hash)
public void setHash(String hash)
public static CreateResult200ResponseAllOfResult fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to CreateResult200ResponseAllOfResultpublic String toJson()
Copyright © 2023. All rights reserved.