Class UtilityWorkflowRequestInput

All Implemented Interfaces:
Serializable

public class UtilityWorkflowRequestInput extends WorkflowRequestBaseInput
See Also:
  • Constructor Details

    • UtilityWorkflowRequestInput

      public UtilityWorkflowRequestInput()
  • Method Details

    • setChangeTickets

      public void setChangeTickets(List<String> pChangeTickets)
    • getChangeTickets

      public List<String> getChangeTickets()
    • setStartDateTime

      public void setStartDateTime(Date pStartDateTime)
    • getStartDateTime

      public Date getStartDateTime()
    • setInstanceIds

      public void setInstanceIds(List<Long> pInstanceIds)
    • getInstanceIds

      public List<Long> getInstanceIds()
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class WorkflowRequestBaseInput
      Returns:
      a String representation of this object