Package flexagon.fd.model2.pojo
Class CreateReviewTaskInput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.CreateHumanTaskInput
flexagon.fd.model2.pojo.CreateReviewTaskInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProjectId(Long pProjectId) voidsetReviewGroup(String pReviewGroup) voidsetWorkflowExecutionId(Long pWorkflowExecutionId) voidsetWorkflowRequestId(Long pWorkflowRequestId) toString()Returns custom String representation implemented by walking complete object structure.Methods inherited from class flexagon.fd.model2.pojo.CreateHumanTaskInput
debugString, getEnvironmentId, getGateExecutionId, getGateId, getReleaseDefinitionId, getSnapshotId, getStageExecutionId, getStepExecutionId, getStepId, setEnvironmentId, setGateExecutionId, setGateId, setReleaseDefinitionId, setSnapshotId, setStageExecutionId, setStepExecutionId, setStepId
-
Constructor Details
-
CreateReviewTaskInput
public CreateReviewTaskInput()
-
-
Method Details
-
setReviewGroup
-
getReviewGroup
-
setProjectId
-
getProjectId
-
setWorkflowExecutionId
-
getWorkflowExecutionId
-
setWorkflowRequestId
-
getWorkflowRequestId
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.- Overrides:
toStringin classCreateHumanTaskInput- Returns:
- a String representation of this object
-