@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class QqlTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QqlTestCase.CustomTypeAdapterFactory |
| Constructor and Description |
|---|
QqlTestCase() |
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 QqlTestCase id(Long id)
public void setId(Long id)
public QqlTestCase position(Integer position)
public void setPosition(Integer position)
public QqlTestCase title(String title)
public void setTitle(String title)
public QqlTestCase description(String description)
public void setDescription(String description)
public QqlTestCase preconditions(String preconditions)
@Nullable public String getPreconditions()
public void setPreconditions(String preconditions)
public QqlTestCase postconditions(String postconditions)
@Nullable public String getPostconditions()
public void setPostconditions(String postconditions)
public QqlTestCase severity(Integer severity)
public void setSeverity(Integer severity)
public QqlTestCase priority(Integer priority)
public void setPriority(Integer priority)
public QqlTestCase type(Integer type)
public void setType(Integer type)
public QqlTestCase layer(Integer layer)
public void setLayer(Integer layer)
public QqlTestCase isFlaky(Integer isFlaky)
public void setIsFlaky(Integer isFlaky)
public QqlTestCase behavior(Integer behavior)
public void setBehavior(Integer behavior)
public QqlTestCase automation(Integer automation)
public void setAutomation(Integer automation)
public QqlTestCase status(Integer status)
public void setStatus(Integer status)
public QqlTestCase milestoneId(Long milestoneId)
public void setMilestoneId(Long milestoneId)
public QqlTestCase suiteId(Long suiteId)
public void setSuiteId(Long suiteId)
public QqlTestCase customFields(List<CustomFieldValue> customFields)
public QqlTestCase addCustomFieldsItem(CustomFieldValue customFieldsItem)
@Nullable public List<CustomFieldValue> getCustomFields()
public void setCustomFields(List<CustomFieldValue> customFields)
public QqlTestCase attachments(List<Attachment> attachments)
public QqlTestCase addAttachmentsItem(Attachment attachmentsItem)
@Nullable public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public QqlTestCase stepsType(String stepsType)
public void setStepsType(String stepsType)
public QqlTestCase steps(List<TestStep> steps)
public QqlTestCase addStepsItem(TestStep stepsItem)
public QqlTestCase params(TestCaseParams params)
@Nullable public TestCaseParams getParams()
public void setParams(TestCaseParams params)
public QqlTestCase tags(List<TagValue> tags)
public QqlTestCase addTagsItem(TagValue tagsItem)
public QqlTestCase memberId(Long memberId)
public void setMemberId(Long memberId)
public QqlTestCase projectId(Long projectId)
public void setProjectId(Long projectId)
public QqlTestCase createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public QqlTestCase updatedAt(String updatedAt)
public void setUpdatedAt(String updatedAt)
public static QqlTestCase fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to QqlTestCasepublic String toJson()
Copyright © 2023. All rights reserved.