Class ProcessDto

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

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

    • ProcessDto

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

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

    • id

      public ProcessDto id(UUID id)
    • getId

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

      public void setId(UUID id)
    • name

      public ProcessDto name(String name)
    • getName

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

      public void setName(String name)
    • processSettings

      public ProcessDto processSettings(ProcessSettingsDto processSettings)
    • getProcessSettings

      @Valid public @Valid ProcessSettingsDto getProcessSettings()
      Get processSettings
      Returns:
      processSettings
    • setProcessSettings

      public void setProcessSettings(ProcessSettingsDto processSettings)
    • inSections

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

      public ProcessDto addInSectionsItem(UUID inSectionsItem)
    • getInSections

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

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

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

      public ProcessDto 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