Class ActivityActor

java.lang.Object
com.strongdm.api.ActivityActor

public class ActivityActor extends Object
  • Constructor Details

    • ActivityActor

      public ActivityActor()
  • Method Details

    • getActivityExternalId

      public String getActivityExternalId()
      The external ID of the actor at the time this activity occurred.
    • setActivityExternalId

      public void setActivityExternalId(String in)
      The external ID of the actor at the time this activity occurred.
    • getEmail

      public String getEmail()
      The email of the actor at the time this activity occurred.
    • setEmail

      public void setEmail(String in)
      The email of the actor at the time this activity occurred.
    • getFirstName

      public String getFirstName()
      The first name of the actor at the time this activity occurred.
    • setFirstName

      public void setFirstName(String in)
      The first name of the actor at the time this activity occurred.
    • getId

      public String getId()
      Unique identifier of the actor. Immutable.
    • setId

      public void setId(String in)
      Unique identifier of the actor. Immutable.
    • getLastName

      public String getLastName()
      The last name of the actor at the time this activity occurred.
    • setLastName

      public void setLastName(String in)
      The last name of the actor at the time this activity occurred.