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 Details

    • ActorIdentity

      public ActorIdentity()
  • Method Details

    • getActorCrn

      public String getActorCrn()
      Getter for actorCrn. The CRN of the actor who initiated this event.
    • setActorCrn

      public void setActorCrn(String actorCrn)
      Setter for actorCrn. The CRN of the actor who initiated this event.
    • getActorServiceName

      public String 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

      public void setActorServiceName(String actorServiceName)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object