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 Details

    • CompoundDto

      @Deprecated public CompoundDto()
      Deprecated.
      Default constructor
    • CompoundDto

      public CompoundDto(String name)
      Constructor with only required parameters
  • Method Details

    • id

      public CompoundDto id(UUID id)
    • getId

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

      public void setId(UUID id)
    • name

      public CompoundDto name(String name)
    • getName

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

      public void setName(String name)
    • referToInput

      public CompoundDto referToInput(String referToInput)
    • getReferToInput

      public String getReferToInput()
      Get referToInput
      Returns:
      referToInput
    • setReferToInput

      public void setReferToInput(String referToInput)
    • processes

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

      public CompoundDto addProcessesItem(ProcessDto processesItem)
    • getProcesses

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

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

      public CompoundDto inSections(List<UUID> inSections)
    • addInSectionsItem

      public CompoundDto addInSectionsItem(UUID inSectionsItem)
    • getInSections

      @Valid public @Valid List<UUID> getInSections()
      Get inSections
      Returns:
      inSections
    • setInSections

      public void setInSections(List<UUID> inSections)
    • 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