@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class SuiteCreate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SuiteCreate.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_PARENT_ID |
static String |
SERIALIZED_NAME_PRECONDITIONS |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
SuiteCreate() |
| Modifier and Type | Method and Description |
|---|---|
SuiteCreate |
description(String description) |
boolean |
equals(Object o) |
static SuiteCreate |
fromJson(String jsonString)
Create an instance of SuiteCreate given an JSON string
|
String |
getDescription()
Test suite description.
|
Long |
getParentId()
Parent suite ID
|
String |
getPreconditions()
Test suite preconditions
|
String |
getTitle()
Test suite title.
|
int |
hashCode() |
SuiteCreate |
parentId(Long parentId) |
SuiteCreate |
preconditions(String preconditions) |
void |
setDescription(String description) |
void |
setParentId(Long parentId) |
void |
setPreconditions(String preconditions) |
void |
setTitle(String title) |
SuiteCreate |
title(String title) |
String |
toJson()
Convert an instance of SuiteCreate to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_PRECONDITIONS
public static final String SERIALIZED_NAME_PARENT_ID
public SuiteCreate title(String title)
public void setTitle(String title)
public SuiteCreate description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public SuiteCreate preconditions(String preconditions)
@Nullable public String getPreconditions()
public void setPreconditions(String preconditions)
public SuiteCreate parentId(Long parentId)
public void setParentId(Long parentId)
public static SuiteCreate fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to SuiteCreatepublic String toJson()
Copyright © 2023. All rights reserved.