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