Class WorkflowRoleHistory

java.lang.Object
com.strongdm.api.WorkflowRoleHistory

public class WorkflowRoleHistory extends Object
WorkflowRolesHistory provides records of all changes to the state of a WorkflowRole
  • Constructor Details

    • WorkflowRoleHistory

      public WorkflowRoleHistory()
  • Method Details

    • getActivityId

      public String getActivityId()
      The unique identifier of the Activity that produced this change to the WorkflowRole. 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 WorkflowRole. May be empty for some system-initiated updates.
    • getDeletedAt

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

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

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

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

      public WorkflowRole getWorkflowRole()
      The complete WorkflowRole state at this time.
    • setWorkflowRole

      public void setWorkflowRole(WorkflowRole in)
      The complete WorkflowRole state at this time.