Class CompoundDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.CompoundDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T07:58:33.235724277Z[Etc/UTC]")
public class CompoundDto
extends Object
CompoundDto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.CompoundDto(String name) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionaddInSectionsItem(UUID inSectionsItem) addProcessesItem(ProcessDto processesItem) boolean@Valid UUIDgetId()Get idGet inSections@NotNull StringgetName()Get name@Valid List<@Valid ProcessDto> Get processesGet referToInputinthashCode()inSections(List<UUID> inSections) processes(List<@Valid ProcessDto> processes) referToInput(String referToInput) voidvoidsetInSections(List<UUID> inSections) voidvoidsetProcesses(List<@Valid ProcessDto> processes) voidsetReferToInput(String referToInput) toString()
-
Constructor Details
-
CompoundDto
Deprecated.Default constructor -
CompoundDto
Constructor with only required parameters
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
referToInput
-
getReferToInput
Get referToInput- Returns:
- referToInput
-
setReferToInput
-
processes
-
addProcessesItem
-
getProcesses
Get processes- Returns:
- processes
-
setProcesses
-
inSections
-
addInSectionsItem
-
getInSections
Get inSections- Returns:
- inSections
-
setInSections
-
equals
-
hashCode
public int hashCode() -
toString
-
CompoundDto(String)