Package flexagon.fd.model2.pojo
Class CreateHumanTaskInput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.CreateHumanTaskInput
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreatePipelineTaskInput,CreateReviewTaskInput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidsetEnvironmentId(Long pEnvironmentId) voidsetGateExecutionId(Long pGateExecutionId) voidvoidsetReleaseDefinitionId(Long pReleaseDefinitionId) voidsetSnapshotId(Long pSnapshotId) voidsetStageExecutionId(Long pStageExecutionId) voidsetStepExecutionId(Long pStepExecutionId) voidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
CreateHumanTaskInput
public CreateHumanTaskInput()
-
-
Method Details
-
setEnvironmentId
-
getEnvironmentId
-
setReleaseDefinitionId
-
getReleaseDefinitionId
-
setSnapshotId
-
getSnapshotId
-
setStageExecutionId
-
getStageExecutionId
-
setGateId
-
getGateId
-
setGateExecutionId
-
getGateExecutionId
-
setStepId
-
getStepId
-
setStepExecutionId
-
getStepExecutionId
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
debugString
-