public class UserManagerUserBriefInfo extends AbstractModel
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 Account creation time
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDownLoadKeyTabUrl()
Get Download link of the Keytab file
Note: This field may return null, indicating that no valid value can be obtained.
|
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 Account creation time
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDownLoadKeyTabUrl(String DownLoadKeyTabUrl)
Set Download link of the Keytab file
Note: This field may return null, indicating that no valid value can be obtained.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- Account creation time
Note: This field may return null, indicating that no valid value can be obtained.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 link of the Keytab file
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.