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