public class UserInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UserInfo()  | 
UserInfo(UserInfo 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 | 
|---|---|
Long[] | 
getCamRangerGroupIds()
Get Ranger group id list 
 | 
String | 
getCamUin()
Get UIN of the bound sub-user 
 | 
String | 
getDescribe()
Get Description 
 | 
String | 
getInstanceId()
Get Cluster instance ID. 
 | 
String | 
getOldPwd()
Get Original password 
 | 
String | 
getOldWhiteHost()
Get IP address of the user link before modification 
 | 
String | 
getPassWord()
Get Password 
 | 
String | 
getUserName()
Get Username 
 | 
String | 
getWhiteHost()
Get The IP address of the user link 
 | 
void | 
setCamRangerGroupIds(Long[] CamRangerGroupIds)
Set Ranger group id list 
 | 
void | 
setCamUin(String CamUin)
Set UIN of the bound sub-user 
 | 
void | 
setDescribe(String Describe)
Set Description 
 | 
void | 
setInstanceId(String InstanceId)
Set Cluster instance ID. 
 | 
void | 
setOldPwd(String OldPwd)
Set Original password 
 | 
void | 
setOldWhiteHost(String OldWhiteHost)
Set IP address of the user link before modification 
 | 
void | 
setPassWord(String PassWord)
Set Password 
 | 
void | 
setUserName(String UserName)
Set Username 
 | 
void | 
setWhiteHost(String WhiteHost)
Set The IP address of the user link 
 | 
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 UserInfo()
public UserInfo(UserInfo source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Cluster instance ID.public String getUserName()
public void setUserName(String UserName)
UserName - Usernamepublic String getPassWord()
public void setPassWord(String PassWord)
PassWord - Passwordpublic String getWhiteHost()
public void setWhiteHost(String WhiteHost)
WhiteHost - The IP address of the user linkpublic String getOldWhiteHost()
public void setOldWhiteHost(String OldWhiteHost)
OldWhiteHost - IP address of the user link before modificationpublic String getDescribe()
public void setDescribe(String Describe)
Describe - Descriptionpublic String getOldPwd()
public void setOldPwd(String OldPwd)
OldPwd - Original passwordpublic String getCamUin()
public void setCamUin(String CamUin)
CamUin - UIN of the bound sub-userpublic Long[] getCamRangerGroupIds()
public void setCamRangerGroupIds(Long[] CamRangerGroupIds)
CamRangerGroupIds - Ranger group id listCopyright © 2025. All rights reserved.