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