Class ExternalUserListItem
java.lang.Object
com.cloudera.cdp.datacatalog.model.ExternalUserListItem
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-31T14:25:30.688-07:00")
public class ExternalUserListItem
extends Object
Details of an external user in a list response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clientId.Getter for companyName.Getter for createdAt.getEmail()Getter for email.Getter for isActive.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.voidsetIsActive(Boolean isActive) Setter for isActive.voidSetter for userId.voidsetUsername(String username) Setter for username.toString()
-
Constructor Details
-
ExternalUserListItem
public ExternalUserListItem()
-
-
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. -
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. -
getIsActive
Getter for isActive. Indicates whether the external user's credentials are revoked or not. -
setIsActive
Setter for isActive. Indicates whether the external user's credentials are revoked or not. -
equals
-
hashCode
public int hashCode() -
toString
-