Class TestCaseLabelResponseDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseLabelResponseDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-27T09:48:25.973833073Z[Etc/UTC]")
public class TestCaseLabelResponseDto
extends Object
TestCaseLabelResponseDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddComponentsItem(JiraComponentDto componentsItem) addLabelsItem(LabelDto labelsItem) components(List<JiraComponentDto> components) description(String description) boolean@Valid List<JiraComponentDto> Get componentsGet descriptionGet jiraTicketGet labelsgetName()Get name@Valid UUIDGet projectId@Valid UUIDGet scenarioId@Valid UUIDGet testPlanId@Valid UUIDgetUuid()Get uuidinthashCode()jiraTicket(String jiraTicket) scenarioId(UUID scenarioId) voidsetComponents(List<JiraComponentDto> components) voidsetDescription(String description) voidsetJiraTicket(String jiraTicket) voidvoidvoidsetProjectId(UUID projectId) voidsetScenarioId(UUID scenarioId) voidsetTestPlanId(UUID testPlanId) voidtestPlanId(UUID testPlanId) toString()
-
Constructor Details
-
TestCaseLabelResponseDto
public TestCaseLabelResponseDto()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
jiraTicket
-
getJiraTicket
Get jiraTicket- Returns:
- jiraTicket
-
setJiraTicket
-
components
-
addComponentsItem
-
getComponents
Get components- Returns:
- components
-
setComponents
-
labels
-
addLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
name
-
getName
Get name- Returns:
- name
-
setName
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
scenarioId
-
getScenarioId
Get scenarioId- Returns:
- scenarioId
-
setScenarioId
-
testPlanId
-
getTestPlanId
Get testPlanId- Returns:
- testPlanId
-
setTestPlanId
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-