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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clientId.Getter for companyName.Getter for createdAt.getEmail()Getter for email.getError()Getter for error.Getter for expiryTime.Getter for secret.Getter for userId.Getter for username.inthashCode()voidsetClientId(String clientId) Setter for clientId.voidsetCompanyName(String companyName) Setter for companyName.voidsetCreatedAt(ZonedDateTime createdAt) Setter for createdAt.voidSetter for email.voidSetter for error.voidsetExpiryTime(ZonedDateTime expiryTime) Setter for expiryTime.voidSetter for secret.voidSetter for userId.voidsetUsername(String username) Setter for username.toString()
-
Constructor Details
-
ExternalUser
public ExternalUser()
-
-
Method Details
-
getUserId
Getter for userId. The unique identifier of the external user. -
setUserId
Setter for userId. The unique identifier of the external user. -
getUsername
Getter for username. The username of the external user. -
setUsername
Setter for username. The username of the external user. -
getEmail
Getter for email. The email address of the external user. -
setEmail
Setter for email. The email address of the external user. -
getCompanyName
Getter for companyName. The company name of the external user. -
setCompanyName
Setter for companyName. The company name of the external user. -
getClientId
Getter for clientId. The Client ID of the external user that will be used for authentication. -
setClientId
Setter for clientId. The Client ID of the external user that will be used for authentication. -
getSecret
Getter for secret. The Secret of the external user that will be used for authentication to external services. -
setSecret
Setter for secret. The Secret of the external user that will be used for authentication to external services. -
getCreatedAt
Getter for createdAt. The date and time when the external user was created. -
setCreatedAt
Setter for createdAt. The date and time when the external user was created. -
getExpiryTime
Getter for expiryTime. The date and time when the external user will expire. -
setExpiryTime
Setter for expiryTime. The date and time when the external user will expire. -
getError
Getter for error. Error message if any occurred during the creation of the external user. -
setError
Setter for error. Error message if any occurred during the creation of the external user. -
equals
-
hashCode
public int hashCode() -
toString
-