Class SectionDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.SectionDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T07:58:32.397559642Z[Etc/UTC]")
public class SectionDto
extends Object
SectionDto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.SectionDto(String name, Integer place) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionaddCompoundsItem(CompoundDto compoundsItem) addProcessesItem(ProcessDto processesItem) addSectionsItem(SectionDto sectionsItem) compounds(List<@Valid CompoundDto> compounds) boolean@Valid List<@Valid CompoundDto> Get compounds@Valid UUIDgetId()Get id@NotNull StringgetName()Get name@Valid UUIDGet parentSection@NotNull IntegergetPlace()Get place@Valid List<@Valid ProcessDto> Get processes@Valid List<@Valid SectionDto> Get sectionsinthashCode()parentSection(UUID parentSection) processes(List<@Valid ProcessDto> processes) sections(List<@Valid SectionDto> sections) voidsetCompounds(List<@Valid CompoundDto> compounds) voidvoidvoidsetParentSection(UUID parentSection) voidvoidsetProcesses(List<@Valid ProcessDto> processes) voidsetSections(List<@Valid SectionDto> sections) toString()
-
Constructor Details
-
SectionDto
Deprecated.Default constructor -
SectionDto
Constructor with only required parameters
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parentSection
-
getParentSection
Get parentSection- Returns:
- parentSection
-
setParentSection
-
place
-
getPlace
Get place- Returns:
- place
-
setPlace
-
sections
-
addSectionsItem
-
getSections
Get sections- Returns:
- sections
-
setSections
-
compounds
-
addCompoundsItem
-
getCompounds
Get compounds- Returns:
- compounds
-
setCompounds
-
processes
-
addProcessesItem
-
getProcesses
Get processes- Returns:
- processes
-
setProcesses
-
equals
-
hashCode
public int hashCode() -
toString
-
SectionDto(String, Integer)