Class ExternalUser

java.lang.Object
com.cloudera.cdp.datacatalog.model.ExternalUser

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:30.688-07:00") public class ExternalUser extends Object
Details of an External user.
  • Constructor Details

    • ExternalUser

      public ExternalUser()
  • Method Details

    • getUserId

      public Long getUserId()
      Getter for userId. The unique identifier of the external user.
    • setUserId

      public void setUserId(Long userId)
      Setter for userId. The unique identifier of the external user.
    • getUsername

      public String getUsername()
      Getter for username. The username of the external user.
    • setUsername

      public void setUsername(String username)
      Setter for username. The username of the external user.
    • getEmail

      public String getEmail()
      Getter for email. The email address of the external user.
    • setEmail

      public void setEmail(String email)
      Setter for email. The email address of the external user.
    • getCompanyName

      public String getCompanyName()
      Getter for companyName. The company name of the external user.
    • setCompanyName

      public void setCompanyName(String companyName)
      Setter for companyName. The company name of the external user.
    • getClientId

      public String getClientId()
      Getter for clientId. The Client ID of the external user that will be used for authentication.
    • setClientId

      public void setClientId(String clientId)
      Setter for clientId. The Client ID of the external user that will be used for authentication.
    • getSecret

      public String getSecret()
      Getter for secret. The Secret of the external user that will be used for authentication to external services.
    • setSecret

      public void setSecret(String secret)
      Setter for secret. The Secret of the external user that will be used for authentication to external services.
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
      Getter for createdAt. The date and time when the external user was created.
    • setCreatedAt

      public void setCreatedAt(ZonedDateTime createdAt)
      Setter for createdAt. The date and time when the external user was created.
    • getExpiryTime

      public ZonedDateTime getExpiryTime()
      Getter for expiryTime. The date and time when the external user will expire.
    • setExpiryTime

      public void setExpiryTime(ZonedDateTime expiryTime)
      Setter for expiryTime. The date and time when the external user will expire.
    • getError

      public String getError()
      Getter for error. Error message if any occurred during the creation of the external user.
    • setError

      public void setError(String error)
      Setter for error. Error message if any occurred during the creation of the external user.
    • 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