Package com.strongdm.api
Class ActivityActor
java.lang.Object
com.strongdm.api.ActivityActor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe external ID of the actor at the time this activity occurred.getEmail()
The email of the actor at the time this activity occurred.The first name of the actor at the time this activity occurred.getId()
Unique identifier of the actor.The last name of the actor at the time this activity occurred.void
The external ID of the actor at the time this activity occurred.void
The email of the actor at the time this activity occurred.void
setFirstName
(String in) The first name of the actor at the time this activity occurred.void
Unique identifier of the actor.void
setLastName
(String in) The last name of the actor at the time this activity occurred.
-
Constructor Details
-
ActivityActor
public ActivityActor()
-
-
Method Details
-
getActivityExternalId
The external ID of the actor at the time this activity occurred. -
setActivityExternalId
The external ID of the actor at the time this activity occurred. -
getEmail
The email of the actor at the time this activity occurred. -
setEmail
The email of the actor at the time this activity occurred. -
getFirstName
The first name of the actor at the time this activity occurred. -
setFirstName
The first name of the actor at the time this activity occurred. -
getId
Unique identifier of the actor. Immutable. -
setId
Unique identifier of the actor. Immutable. -
getLastName
The last name of the actor at the time this activity occurred. -
setLastName
The last name of the actor at the time this activity occurred.
-