@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class SuiteDelete extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SuiteDelete.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DESTINATION_ID |
| Constructor and Description |
|---|
SuiteDelete() |
| Modifier and Type | Method and Description |
|---|---|
SuiteDelete |
destinationId(Long destinationId) |
boolean |
equals(Object o) |
static SuiteDelete |
fromJson(String jsonString)
Create an instance of SuiteDelete given an JSON string
|
Long |
getDestinationId()
If provided, child test cases would be moved to suite with such ID.
|
int |
hashCode() |
void |
setDestinationId(Long destinationId) |
String |
toJson()
Convert an instance of SuiteDelete to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_DESTINATION_ID
public SuiteDelete destinationId(Long destinationId)
@Nullable public Long getDestinationId()
public void setDestinationId(Long destinationId)
public static SuiteDelete fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SuiteDeletepublic String toJson()
Copyright © 2023. All rights reserved.