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 |
|---|---|
String |
getAppUserId()
Get WeCom account ID.
|
String |
getAppUserName()
Get WeCom account name.
|
String |
getAreaCode()
Get Telephone country code.
|
String |
getEmail()
Get Email.
|
String |
getPhoneNumber()
Get Mobile number.
|
String |
getUserId()
Get User ID.
|
String |
getUserName()
Get Username.
|
void |
setAppUserId(String AppUserId)
Set WeCom account ID.
|
void |
setAppUserName(String AppUserName)
Set WeCom account name.
|
void |
setAreaCode(String AreaCode)
Set Telephone country code.
|
void |
setEmail(String Email)
Set Email.
|
void |
setPhoneNumber(String PhoneNumber)
Set Mobile number.
|
void |
setUserId(String UserId)
Set User ID.
|
void |
setUserName(String UserName)
Set Username.
|
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 getUserId()
public void setUserId(String UserId)
UserId - User ID.public String getUserName()
public void setUserName(String UserName)
UserName - Username.public String getEmail()
public void setEmail(String Email)
Email - Email.
Note: This field may return null, indicating that no valid values can be obtained.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - Mobile number.
Note: This field may return null, indicating that no valid values can be obtained.public String getAreaCode()
public void setAreaCode(String AreaCode)
AreaCode - Telephone country code.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserId()
public void setAppUserId(String AppUserId)
AppUserId - WeCom account ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getAppUserName()
public void setAppUserName(String AppUserName)
AppUserName - WeCom account name.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.