java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.ActionDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-27T09:48:27.365198101Z[Etc/UTC]") public class ActionDto extends Object
ActionDto
  • Constructor Details

    • ActionDto

      public ActionDto()
  • Method Details

    • annotations

      public ActionDto annotations(List<String> annotations)
    • addAnnotationsItem

      public ActionDto addAnnotationsItem(String annotationsItem)
    • getAnnotations

      public List<String> getAnnotations()
      Get annotations
      Returns:
      annotations
    • setAnnotations

      public void setAnnotations(List<String> annotations)
    • comment

      public ActionDto comment(String comment)
    • getComment

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

      public void setComment(String comment)
    • commentedOut

      public ActionDto commentedOut(Boolean commentedOut)
    • getCommentedOut

      public Boolean getCommentedOut()
      Get commentedOut
      Returns:
      commentedOut
    • setCommentedOut

      public void setCommentedOut(Boolean commentedOut)
    • deprecated

      public ActionDto deprecated(Boolean deprecated)
    • getDeprecated

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

      public void setDeprecated(Boolean deprecated)
    • description

      public ActionDto description(String description)
    • getDescription

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

      public void setDescription(String description)
    • engineType

      public ActionDto engineType(ActionDto.EngineTypeEnum engineType)
    • getEngineType

      public ActionDto.EngineTypeEnum getEngineType()
      Get engineType
      Returns:
      engineType
    • setEngineType

      public void setEngineType(ActionDto.EngineTypeEnum engineType)
    • name

      public ActionDto name(String name)
    • getName

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

      public void setName(String name)
    • parameters

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

      public ActionDto addParametersItem(ActionParameterDto parametersItem)
    • getParameters

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

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

      public ActionDto projectUuid(UUID projectUuid)
    • getProjectUuid

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

      public void setProjectUuid(UUID projectUuid)
    • type

      public ActionDto type(ActionDto.TypeEnum type)
    • getType

      public ActionDto.TypeEnum getType()
      Get type
      Returns:
      type
    • setType

      public void setType(ActionDto.TypeEnum type)
    • typeAction

      public ActionDto typeAction(String typeAction)
    • getTypeAction

      public String getTypeAction()
      Get typeAction
      Returns:
      typeAction
    • setTypeAction

      public void setTypeAction(String typeAction)
    • uuid

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