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