@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class TestCaseCreate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCaseCreate.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ATTACHMENTS |
static String |
SERIALIZED_NAME_AUTOMATION |
static String |
SERIALIZED_NAME_BEHAVIOR |
static String |
SERIALIZED_NAME_CUSTOM_FIELD |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_IS_FLAKY |
static String |
SERIALIZED_NAME_LAYER |
static String |
SERIALIZED_NAME_MILESTONE_ID |
static String |
SERIALIZED_NAME_POSTCONDITIONS |
static String |
SERIALIZED_NAME_PRECONDITIONS |
static String |
SERIALIZED_NAME_PRIORITY |
static String |
SERIALIZED_NAME_SEVERITY |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_STEPS |
static String |
SERIALIZED_NAME_SUITE_ID |
static String |
SERIALIZED_NAME_TAGS |
static String |
SERIALIZED_NAME_TITLE |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
TestCaseCreate() |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_PRECONDITIONS
public static final String SERIALIZED_NAME_POSTCONDITIONS
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_SEVERITY
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_BEHAVIOR
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_LAYER
public static final String SERIALIZED_NAME_IS_FLAKY
public static final String SERIALIZED_NAME_SUITE_ID
public static final String SERIALIZED_NAME_MILESTONE_ID
public static final String SERIALIZED_NAME_AUTOMATION
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_ATTACHMENTS
public static final String SERIALIZED_NAME_STEPS
public static final String SERIALIZED_NAME_TAGS
public static final String SERIALIZED_NAME_CUSTOM_FIELD
public TestCaseCreate description(String description)
public void setDescription(String description)
public TestCaseCreate preconditions(String preconditions)
@Nullable public String getPreconditions()
public void setPreconditions(String preconditions)
public TestCaseCreate postconditions(String postconditions)
@Nullable public String getPostconditions()
public void setPostconditions(String postconditions)
public TestCaseCreate title(String title)
public void setTitle(String title)
public TestCaseCreate severity(Integer severity)
public void setSeverity(Integer severity)
public TestCaseCreate priority(Integer priority)
public void setPriority(Integer priority)
public TestCaseCreate behavior(Integer behavior)
public void setBehavior(Integer behavior)
public TestCaseCreate type(Integer type)
public void setType(Integer type)
public TestCaseCreate layer(Integer layer)
public void setLayer(Integer layer)
public TestCaseCreate isFlaky(Integer isFlaky)
public void setIsFlaky(Integer isFlaky)
public TestCaseCreate suiteId(Long suiteId)
public void setSuiteId(Long suiteId)
public TestCaseCreate milestoneId(Long milestoneId)
public void setMilestoneId(Long milestoneId)
public TestCaseCreate automation(Integer automation)
public void setAutomation(Integer automation)
public TestCaseCreate status(Integer status)
public void setStatus(Integer status)
public TestCaseCreate attachments(List<String> attachments)
public TestCaseCreate addAttachmentsItem(String attachmentsItem)
@Nullable public List<String> getAttachments()
public TestCaseCreate steps(List<TestCaseCreateStepsInner> steps)
public TestCaseCreate addStepsItem(TestCaseCreateStepsInner stepsItem)
@Nullable public List<TestCaseCreateStepsInner> getSteps()
public void setSteps(List<TestCaseCreateStepsInner> steps)
public TestCaseCreate tags(List<String> tags)
public TestCaseCreate addTagsItem(String tagsItem)
public TestCaseCreate customField(Map<String,String> customField)
public TestCaseCreate putCustomFieldItem(String key, String customFieldItem)
@Nullable public Map<String,String> getCustomField()
public static TestCaseCreate fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to TestCaseCreatepublic String toJson()
Copyright © 2023. All rights reserved.