Class LabelDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.LabelDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-11T14:57:01.615573318Z[Etc/UTC]")
public class LabelDto
extends Object
LabelDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet descriptiongetName()Get name@Valid UUIDGet projectId@Valid UUIDGet testPlanId@Valid UUIDgetUuid()Get uuidinthashCode()voidsetDescription(String description) voidvoidsetProjectId(UUID projectId) voidsetTestPlanId(UUID testPlanId) voidtestPlanId(UUID testPlanId) toString()
-
Constructor Details
-
LabelDto
public LabelDto()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
name
-
getName
Get name- Returns:
- name
-
setName
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
testPlanId
-
getTestPlanId
Get testPlanId- Returns:
- testPlanId
-
setTestPlanId
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-