Class ActionDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.ActionDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-03T13:16:57.946573385Z[Etc/UTC]")
public class ActionDto
extends Object
ActionDto
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets engineTypestatic enumGets or Sets type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnnotationsItem(String annotationsItem) addParametersItem(ActionParameterDto parametersItem) annotations(List<String> annotations) commentedOut(Boolean commentedOut) deprecated(Boolean deprecated) description(String description) engineType(ActionDto.EngineTypeEnum engineType) booleanGet annotationsGet commentGet commentedOutGet deprecatedGet descriptionGet engineTypegetName()Get name@Valid List<ActionParameterDto> Get parameters@Valid UUIDGet projectUuidgetType()Get typeGet typeAction@Valid UUIDgetUuid()Get uuidinthashCode()parameters(List<ActionParameterDto> parameters) projectUuid(UUID projectUuid) voidsetAnnotations(List<String> annotations) voidsetComment(String comment) voidsetCommentedOut(Boolean commentedOut) voidsetDeprecated(Boolean deprecated) voidsetDescription(String description) voidsetEngineType(ActionDto.EngineTypeEnum engineType) voidvoidsetParameters(List<ActionParameterDto> parameters) voidsetProjectUuid(UUID projectUuid) voidsetType(ActionDto.TypeEnum type) voidsetTypeAction(String typeAction) voidtoString()type(ActionDto.TypeEnum type) typeAction(String typeAction)
-
Constructor Details
-
ActionDto
public ActionDto()
-
-
Method Details
-
annotations
-
addAnnotationsItem
-
getAnnotations
Get annotations- Returns:
- annotations
-
setAnnotations
-
comment
-
getComment
Get comment- Returns:
- comment
-
setComment
-
commentedOut
-
getCommentedOut
Get commentedOut- Returns:
- commentedOut
-
setCommentedOut
-
deprecated
-
getDeprecated
Get deprecated- Returns:
- deprecated
-
setDeprecated
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
engineType
-
getEngineType
Get engineType- Returns:
- engineType
-
setEngineType
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parameters
-
addParametersItem
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
projectUuid
-
getProjectUuid
Get projectUuid- Returns:
- projectUuid
-
setProjectUuid
-
type
-
getType
Get type- Returns:
- type
-
setType
-
typeAction
-
getTypeAction
Get typeAction- Returns:
- typeAction
-
setTypeAction
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-