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