public class BaseUser extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BaseUser()  | 
BaseUser(BaseUser 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 | 
getDisplayName()
Get User Display Name
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getEmail()
Get Email
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getPhoneNum()
Get Telephone Number
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getUserId()
Get Cloud User UIN, Globally Unique
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getUserName()
Get User Global Unique Identifier
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setDisplayName(String DisplayName)
Set User Display Name
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setEmail(String Email)
Set Email
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPhoneNum(String PhoneNum)
Set Telephone Number
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setUserId(String UserId)
Set Cloud User UIN, Globally Unique
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setUserName(String UserName)
Set User Global Unique Identifier
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
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 BaseUser()
public BaseUser(BaseUser source)
public String getUserId()
public void setUserId(String UserId)
UserId - Cloud User UIN, Globally Unique
Note: This field may return null, indicating that no valid value can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName - User Global Unique Identifier
Note: This field may return null, indicating that no valid value can be obtained.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - User Display Name
Note: This field may return null, indicating that no valid value can be obtained.public String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum - Telephone Number
Note: This field may return null, indicating that no valid value can be obtained.public String getEmail()
public void setEmail(String Email)
Email - Email
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.