public class UserManagerUserBriefInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UserManagerUserBriefInfo()  | 
UserManagerUserBriefInfo(UserManagerUserBriefInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCreateTime()
Get User creation time. 
 | 
String | 
getDownLoadKeyTabUrl()
Get Download address of the keytab file. 
 | 
Boolean | 
getSupportDownLoadKeyTab()
Get Whether the corresponding Keytab file of the user is available for download. 
 | 
String | 
getUserGroup()
Get The group to which the user belongs 
 | 
String | 
getUserName()
Get Username 
 | 
String | 
getUserType()
Get `Manager` represents an admin, and `NormalUser` represents a general user. 
 | 
void | 
setCreateTime(String CreateTime)
Set User creation time. 
 | 
void | 
setDownLoadKeyTabUrl(String DownLoadKeyTabUrl)
Set Download address of the keytab file. 
 | 
void | 
setSupportDownLoadKeyTab(Boolean SupportDownLoadKeyTab)
Set Whether the corresponding Keytab file of the user is available for download. 
 | 
void | 
setUserGroup(String UserGroup)
Set The group to which the user belongs 
 | 
void | 
setUserName(String UserName)
Set Username 
 | 
void | 
setUserType(String UserType)
Set `Manager` represents an admin, and `NormalUser` represents a general user. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UserManagerUserBriefInfo()
public UserManagerUserBriefInfo(UserManagerUserBriefInfo source)
public String getUserName()
public void setUserName(String UserName)
UserName - Usernamepublic String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup - The group to which the user belongspublic String getUserType()
public void setUserType(String UserType)
UserType - `Manager` represents an admin, and `NormalUser` represents a general user.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - User creation time.public Boolean getSupportDownLoadKeyTab()
public void setSupportDownLoadKeyTab(Boolean SupportDownLoadKeyTab)
SupportDownLoadKeyTab - Whether the corresponding Keytab file of the user is available for download. This parameter applies only to a Kerberos-enabled cluster.public String getDownLoadKeyTabUrl()
public void setDownLoadKeyTabUrl(String DownLoadKeyTabUrl)
DownLoadKeyTabUrl - Download address of the keytab file.Copyright © 2025. All rights reserved.