java.lang.Object
org.qubership.atp.environments.clients.api.catalogue.generated.CompoundDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-05T07:24:46.528358461Z[Etc/UTC]") public class CompoundDto extends Object
CompoundDto
  • Constructor Details

    • CompoundDto

      public CompoundDto()
  • Method Details

    • comment

      public CompoundDto comment(String comment)
    • getComment

      public String getComment()
      Get comment
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • createdBy

      public CompoundDto createdBy(UserInfoDto createdBy)
    • getCreatedBy

      @Valid public @Valid UserInfoDto getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(UserInfoDto createdBy)
    • createdWhen

      public CompoundDto createdWhen(OffsetDateTime createdWhen)
    • getCreatedWhen

      @Valid public @Valid OffsetDateTime getCreatedWhen()
      Get createdWhen
      Returns:
      createdWhen
    • setCreatedWhen

      public void setCreatedWhen(OffsetDateTime createdWhen)
    • deprecated

      public CompoundDto deprecated(Boolean deprecated)
    • getDeprecated

      public Boolean getDeprecated()
      Get deprecated
      Returns:
      deprecated
    • setDeprecated

      public void setDeprecated(Boolean deprecated)
    • description

      public CompoundDto description(String description)
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • metainfo

      public CompoundDto metainfo(List<MetaInfoDto> metainfo)
    • addMetainfoItem

      public CompoundDto addMetainfoItem(MetaInfoDto metainfoItem)
    • getMetainfo

      @Valid public @Valid List<MetaInfoDto> getMetainfo()
      Get metainfo
      Returns:
      metainfo
    • setMetainfo

      public void setMetainfo(List<MetaInfoDto> metainfo)
    • modifiedBy

      public CompoundDto modifiedBy(UserInfoDto modifiedBy)
    • getModifiedBy

      @Valid public @Valid UserInfoDto getModifiedBy()
      Get modifiedBy
      Returns:
      modifiedBy
    • setModifiedBy

      public void setModifiedBy(UserInfoDto modifiedBy)
    • modifiedWhen

      public CompoundDto modifiedWhen(OffsetDateTime modifiedWhen)
    • getModifiedWhen

      @Valid public @Valid OffsetDateTime getModifiedWhen()
      Get modifiedWhen
      Returns:
      modifiedWhen
    • setModifiedWhen

      public void setModifiedWhen(OffsetDateTime modifiedWhen)
    • name

      public CompoundDto name(String name)
    • getName

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

      public void setName(String name)
    • parameters

      public CompoundDto parameters(List<ActionParameterDto> parameters)
    • addParametersItem

      public CompoundDto addParametersItem(ActionParameterDto parametersItem)
    • getParameters

      @Valid public @Valid List<ActionParameterDto> getParameters()
      Get parameters
      Returns:
      parameters
    • setParameters

      public void setParameters(List<ActionParameterDto> parameters)
    • projectUuid

      public CompoundDto projectUuid(UUID projectUuid)
    • getProjectUuid

      @Valid public @Valid UUID getProjectUuid()
      Get projectUuid
      Returns:
      projectUuid
    • setProjectUuid

      public void setProjectUuid(UUID projectUuid)
    • qaDslLibraryId

      public CompoundDto qaDslLibraryId(UUID qaDslLibraryId)
    • getQaDslLibraryId

      @Valid public @Valid UUID getQaDslLibraryId()
      Get qaDslLibraryId
      Returns:
      qaDslLibraryId
    • setQaDslLibraryId

      public void setQaDslLibraryId(UUID qaDslLibraryId)
    • type

      public CompoundDto type(ScenarioTypeDto type)
    • getType

      @Valid public @Valid ScenarioTypeDto getType()
      Get type
      Returns:
      type
    • setType

      public void setType(ScenarioTypeDto type)
    • uuid

      public CompoundDto uuid(UUID uuid)
    • getUuid

      @Valid public @Valid UUID getUuid()
      Get uuid
      Returns:
      uuid
    • setUuid

      public void setUuid(UUID uuid)
    • 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