Class WorkflowApproverHistory

java.lang.Object
com.strongdm.api.WorkflowApproverHistory

public class WorkflowApproverHistory extends Object
WorkflowApproverHistory provides records of all changes to the state of a WorkflowApprover.
  • Constructor Details

    • WorkflowApproverHistory

      public WorkflowApproverHistory()
  • Method Details

    • getActivityId

      public String getActivityId()
      The unique identifier of the Activity that produced this change to the WorkflowApprover. May be empty for some system-initiated updates.
    • setActivityId

      public void setActivityId(String in)
      The unique identifier of the Activity that produced this change to the WorkflowApprover. May be empty for some system-initiated updates.
    • getDeletedAt

      public Date getDeletedAt()
      If this WorkflowApprover was deleted, the time it was deleted.
    • setDeletedAt

      public void setDeletedAt(Date in)
      If this WorkflowApprover was deleted, the time it was deleted.
    • getTimestamp

      public Date getTimestamp()
      The time at which the WorkflowApprover state was recorded.
    • setTimestamp

      public void setTimestamp(Date in)
      The time at which the WorkflowApprover state was recorded.
    • getWorkflowApprover

      public WorkflowApprover getWorkflowApprover()
      The complete WorkflowApprover state at this time.
    • setWorkflowApprover

      public void setWorkflowApprover(WorkflowApprover in)
      The complete WorkflowApprover state at this time.