Package flexagon.fd.model2.pojo
Class UtilityWorkflowRequestInput
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.pojo.WorkflowRequestBaseInput
flexagon.fd.model2.pojo.UtilityWorkflowRequestInput
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChangeTickets(List<String> pChangeTickets) voidsetInstanceIds(List<Long> pInstanceIds) voidsetStartDateTime(Date pStartDateTime) toString()Returns custom String representation implemented by walking complete object structure.Methods inherited from class flexagon.fd.model2.pojo.WorkflowRequestBaseInput
getEnvironmentId, getFlexFields, getInputs, getProjectId, getProjectWorkflowType, getRequestNotes, getTriggerType, getWorkflowVersionOverrideId, isForce, setEnvironmentId, setFlexFields, setForce, setInputs, setProjectId, setProjectWorkflowType, setRequestNotes, setTriggerType, setWorkflowVersionOverrideId
-
Constructor Details
-
UtilityWorkflowRequestInput
public UtilityWorkflowRequestInput()
-
-
Method Details
-
setChangeTickets
-
getChangeTickets
-
setStartDateTime
-
getStartDateTime
-
setInstanceIds
-
getInstanceIds
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure.- Overrides:
toStringin classWorkflowRequestBaseInput- Returns:
- a String representation of this object
-