Class AccessKey


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class AccessKey
    extends Object
    Information about a Cloudera CDP access key.
    • Constructor Detail

      • AccessKey

        public AccessKey()
    • Method Detail

      • getAccessKeyId

        public String getAccessKeyId()
        Getter for accessKeyId. The ID of the access key.
      • setAccessKeyId

        public void setAccessKeyId​(String accessKeyId)
        Setter for accessKeyId. The ID of the access key.
      • getCrn

        public String getCrn()
        Getter for crn. The CRN of the access key.
      • setCrn

        public void setCrn​(String crn)
        Setter for crn. The CRN of the access key.
      • getActorCrn

        public String getActorCrn()
        Getter for actorCrn. The CRN of the actor with which this access key is associated.
      • setActorCrn

        public void setActorCrn​(String actorCrn)
        Setter for actorCrn. The CRN of the actor with which this access key is associated.
      • getCreationDate

        public ZonedDateTime getCreationDate()
        Getter for creationDate. The date when the access key was created.
      • setCreationDate

        public void setCreationDate​(ZonedDateTime creationDate)
        Setter for creationDate. The date when the access key was created.
      • getStatus

        public String getStatus()
        Getter for status. The status of an access key.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The status of an access key.
      • getType

        public String getType()
        Getter for type. The type of an access key.
      • setType

        public void setType​(String type)
        Setter for type. The type of an access key.
      • getLastUsage

        public AccessKeyLastUsage getLastUsage()
        Getter for lastUsage. Information on the last time this access key was used.
      • setLastUsage

        public void setLastUsage​(AccessKeyLastUsage lastUsage)
        Setter for lastUsage. Information on the last time this access key was used.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object