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