@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class TestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCase.CustomTypeAdapterFactory |
| Constructor and Description |
|---|
TestCase() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_POSITION
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_POSTCONDITIONS
public static final String SERIALIZED_NAME_SEVERITY
public static final String SERIALIZED_NAME_PRIORITY
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_BEHAVIOR
public static final String SERIALIZED_NAME_AUTOMATION
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_MILESTONE_ID
public static final String SERIALIZED_NAME_SUITE_ID
public static final String SERIALIZED_NAME_CUSTOM_FIELDS
public static final String SERIALIZED_NAME_ATTACHMENTS
public static final String SERIALIZED_NAME_STEPS_TYPE
public static final String SERIALIZED_NAME_STEPS
public static final String SERIALIZED_NAME_PARAMS
public static final String SERIALIZED_NAME_TAGS
public static final String SERIALIZED_NAME_MEMBER_ID
public static final String SERIALIZED_NAME_PROJECT_ID
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_DELETED
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_UPDATED
public void setId(Long id)
public void setPosition(Integer position)
public void setTitle(String title)
public void setDescription(String description)
@Nullable public String getPreconditions()
public void setPreconditions(String preconditions)
@Nullable public String getPostconditions()
public void setPostconditions(String postconditions)
public void setSeverity(Integer severity)
public void setPriority(Integer priority)
public void setType(Integer type)
public void setLayer(Integer layer)
public void setIsFlaky(Integer isFlaky)
public void setBehavior(Integer behavior)
public void setAutomation(Integer automation)
public void setStatus(Integer status)
public void setMilestoneId(Long milestoneId)
public void setSuiteId(Long suiteId)
public TestCase customFields(List<CustomFieldValue> customFields)
public TestCase addCustomFieldsItem(CustomFieldValue customFieldsItem)
@Nullable public List<CustomFieldValue> getCustomFields()
public void setCustomFields(List<CustomFieldValue> customFields)
public TestCase attachments(List<Attachment> attachments)
public TestCase addAttachmentsItem(Attachment attachmentsItem)
@Nullable public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public void setStepsType(String stepsType)
public void setMemberId(Long memberId)
public void setProjectId(Long projectId)
public void setCreatedAt(String createdAt)
public void setUpdatedAt(String updatedAt)
@Deprecated @Nullable public String getDeleted()
public void setDeleted(String deleted)
@Deprecated @Nullable public String getCreated()
public void setCreated(String created)
@Deprecated @Nullable public String getUpdated()
public void setUpdated(String updated)
public static TestCase fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to TestCasepublic String toJson()
Copyright © 2023. All rights reserved.