@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class TestCaseUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCaseUpdate.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 |
|---|
TestCaseUpdate() |
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 TestCaseUpdate description(String description)
public void setDescription(String description)
public TestCaseUpdate preconditions(String preconditions)
@Nullable public String getPreconditions()
public void setPreconditions(String preconditions)
public TestCaseUpdate postconditions(String postconditions)
@Nullable public String getPostconditions()
public void setPostconditions(String postconditions)
public TestCaseUpdate title(String title)
public void setTitle(String title)
public TestCaseUpdate severity(Integer severity)
public void setSeverity(Integer severity)
public TestCaseUpdate priority(Integer priority)
public void setPriority(Integer priority)
public TestCaseUpdate behavior(Integer behavior)
public void setBehavior(Integer behavior)
public TestCaseUpdate type(Integer type)
public void setType(Integer type)
public TestCaseUpdate layer(Integer layer)
public void setLayer(Integer layer)
public TestCaseUpdate isFlaky(Integer isFlaky)
public void setIsFlaky(Integer isFlaky)
public TestCaseUpdate suiteId(Long suiteId)
public void setSuiteId(Long suiteId)
public TestCaseUpdate milestoneId(Long milestoneId)
public void setMilestoneId(Long milestoneId)
public TestCaseUpdate automation(Integer automation)
public void setAutomation(Integer automation)
public TestCaseUpdate status(Integer status)
public void setStatus(Integer status)
public TestCaseUpdate attachments(List<String> attachments)
public TestCaseUpdate addAttachmentsItem(String attachmentsItem)
@Nullable public List<String> getAttachments()
public TestCaseUpdate steps(List<TestCaseCreateStepsInner> steps)
public TestCaseUpdate addStepsItem(TestCaseCreateStepsInner stepsItem)
@Nullable public List<TestCaseCreateStepsInner> getSteps()
public void setSteps(List<TestCaseCreateStepsInner> steps)
public TestCaseUpdate tags(List<String> tags)
public TestCaseUpdate addTagsItem(String tagsItem)
public TestCaseUpdate customField(Map<String,String> customField)
public TestCaseUpdate putCustomFieldItem(String key, String customFieldItem)
@Nullable public Map<String,String> getCustomField()
public static TestCaseUpdate fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to TestCaseUpdatepublic String toJson()
Copyright © 2023. All rights reserved.