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 Details

  • Method Details

    • id

      public SectionDto id(UUID id)
    • getId

      @Valid public @Valid UUID getId()
      Get id
      Returns:
      id
    • setId

      public void setId(UUID id)
    • name

      public SectionDto name(String name)
    • getName

      @NotNull public @NotNull String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • parentSection

      public SectionDto parentSection(UUID parentSection)
    • getParentSection

      @Valid public @Valid UUID getParentSection()
      Get parentSection
      Returns:
      parentSection
    • setParentSection

      public void setParentSection(UUID parentSection)
    • place

      public SectionDto place(Integer place)
    • getPlace

      @NotNull public @NotNull Integer getPlace()
      Get place
      Returns:
      place
    • setPlace

      public void setPlace(Integer place)
    • sections

      public SectionDto sections(List<@Valid SectionDto> sections)
    • addSectionsItem

      public SectionDto addSectionsItem(SectionDto sectionsItem)
    • getSections

      @Valid public @Valid List<@Valid SectionDto> getSections()
      Get sections
      Returns:
      sections
    • setSections

      public void setSections(List<@Valid SectionDto> sections)
    • compounds

      public SectionDto compounds(List<@Valid CompoundDto> compounds)
    • addCompoundsItem

      public SectionDto addCompoundsItem(CompoundDto compoundsItem)
    • getCompounds

      @Valid public @Valid List<@Valid CompoundDto> getCompounds()
      Get compounds
      Returns:
      compounds
    • setCompounds

      public void setCompounds(List<@Valid CompoundDto> compounds)
    • processes

      public SectionDto processes(List<@Valid ProcessDto> processes)
    • addProcessesItem

      public SectionDto addProcessesItem(ProcessDto processesItem)
    • getProcesses

      @Valid public @Valid List<@Valid ProcessDto> getProcesses()
      Get processes
      Returns:
      processes
    • setProcesses

      public void setProcesses(List<@Valid ProcessDto> processes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object