Class FullMetaInfoDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.FullMetaInfoDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-03T13:16:57.946573385Z[Etc/UTC]")
public class FullMetaInfoDto
extends Object
FullMetaInfoDto
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem(FullMetaInfoDto childrenItem) addParametersItem(ActionParameterDto parametersItem) children(List<FullMetaInfoDto> children) boolean@Valid List<FullMetaInfoDto> Get childrenGet otherTextValue@Valid List<ActionParameterDto> Get parameters@Valid UUIDGet stepIdgetType()Get typeinthashCode()otherTextValue(String otherTextValue) parameters(List<ActionParameterDto> parameters) voidsetChildren(List<FullMetaInfoDto> children) voidsetOtherTextValue(String otherTextValue) voidsetParameters(List<ActionParameterDto> parameters) voidvoidtoString()type(FullMetaInfoDto.TypeEnum type)
-
Constructor Details
-
FullMetaInfoDto
public FullMetaInfoDto()
-
-
Method Details
-
stepId
-
getStepId
Get stepId- Returns:
- stepId
-
setStepId
-
children
-
addChildrenItem
-
getChildren
Get children- Returns:
- children
-
setChildren
-
otherTextValue
-
getOtherTextValue
Get otherTextValue- Returns:
- otherTextValue
-
setOtherTextValue
-
parameters
-
addParametersItem
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-