Class OrganizationHistoryRecord

java.lang.Object
com.strongdm.api.OrganizationHistoryRecord

public class OrganizationHistoryRecord extends Object
OrganizationHistoryRecord records the state of an Organization at a given point in time, where every change to an Organization produces an OrganizationHistoryRecord.
  • Constructor Details

    • OrganizationHistoryRecord

      public OrganizationHistoryRecord()
  • Method Details

    • getActivityId

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

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

      public Organization getOrganization()
      The complete Organization state at this time.
    • setOrganization

      public void setOrganization(Organization in)
      The complete Organization state at this time.
    • getTimestamp

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

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