Class ActorIdentity


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.952-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 Detail

      • ActorIdentity

        public ActorIdentity()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object