Class ProcessShortDto

java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ProcessShortDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T07:58:32.397559642Z[Etc/UTC]") public class ProcessShortDto extends Object
ProcessShortDto
  • Constructor Details

    • ProcessShortDto

      public ProcessShortDto()
  • Method Details

    • id

      public ProcessShortDto id(UUID id)
    • getId

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

      public void setId(UUID id)
    • name

      public ProcessShortDto name(String name)
    • getName

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

      public void setName(String name)
    • inSections

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

      public ProcessShortDto addInSectionsItem(UUID inSectionsItem)
    • getInSections

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

      public void setInSections(List<UUID> inSections)
    • inCompounds

      public ProcessShortDto inCompounds(List<UUID> inCompounds)
    • addInCompoundsItem

      public ProcessShortDto addInCompoundsItem(UUID inCompoundsItem)
    • getInCompounds

      @Valid public @Valid List<UUID> getInCompounds()
      Get inCompounds
      Returns:
      inCompounds
    • setInCompounds

      public void setInCompounds(List<UUID> inCompounds)
    • 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