Package com.cloudera.cdp.audit.model
Class ActorIdentity
java.lang.Object
com.cloudera.cdp.audit.model.ActorIdentity
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.499-07:00")
public class ActorIdentity
extends Object
Identity information about the actor that initiated an event. Only one of the fields in this message may be set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for actorCrn.Getter for actorServiceName.int
hashCode()
void
setActorCrn
(String actorCrn) Setter for actorCrn.void
setActorServiceName
(String actorServiceName) Setter for actorServiceName.toString()
-
Constructor Details
-
ActorIdentity
public ActorIdentity()
-
-
Method Details
-
getActorCrn
Getter for actorCrn. The CRN of the actor who initiated this event. -
setActorCrn
Setter for actorCrn. The CRN of the actor who initiated this event. -
getActorServiceName
Getter for actorServiceName. The name of the service that initiated this event. It must be the name of a service as enumerated in the CRN definition. -
setActorServiceName
Setter for actorServiceName. The name of the service that initiated this event. It must be the name of a service as enumerated in the CRN definition. -
equals
-
hashCode
public int hashCode() -
toString
-