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