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