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