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