Class LabelTemplateDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.LabelTemplateDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-07-10T06:10:29.139772347Z[Etc/UTC]")
public class LabelTemplateDto
extends Object
LabelTemplateDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLabelNodesItem(LabelTemplateNodeDto labelNodesItem) description(String description) booleanGet description@Valid List<LabelTemplateNodeDto> Get labelNodesgetName()Get name@Valid UUIDGet projectId@Valid UUIDgetUuid()Get uuidinthashCode()labelNodes(List<LabelTemplateNodeDto> labelNodes) voidsetDescription(String description) voidsetLabelNodes(List<LabelTemplateNodeDto> labelNodes) voidvoidsetProjectId(UUID projectId) voidtoString()
-
Constructor Details
-
LabelTemplateDto
public LabelTemplateDto()
-
-
Method Details
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
labelNodes
-
addLabelNodesItem
-
getLabelNodes
Get labelNodes- Returns:
- labelNodes
-
setLabelNodes
-
name
-
getName
Get name- Returns:
- name
-
setName
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-