public class GetUserResponse extends AbstractModel
Constructor and Description |
---|
GetUserResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getConsoleLogin()
Get If sub-user can log in to the Console
|
String |
getCountryCode()
Get Country/Area code
|
String |
getEmail()
Get Email
|
String |
getName()
Get Sub-user username
|
String |
getPhoneNum()
Get Mobile number
|
String |
getRemark()
Get Sub-user remarks
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getUid()
Get Sub-user UID
|
Long |
getUin()
Get Sub-user UIN
|
void |
setConsoleLogin(Long ConsoleLogin)
Set If sub-user can log in to the Console
|
void |
setCountryCode(String CountryCode)
Set Country/Area code
|
void |
setEmail(String Email)
Set Email
|
void |
setName(String Name)
Set Sub-user username
|
void |
setPhoneNum(String PhoneNum)
Set Mobile number
|
void |
setRemark(String Remark)
Set Sub-user remarks
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setUid(Long Uid)
Set Sub-user UID
|
void |
setUin(Long Uin)
Set Sub-user UIN
|
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 Long getUin()
public void setUin(Long Uin)
Uin
- Sub-user UINpublic String getName()
public void setName(String Name)
Name
- Sub-user usernamepublic Long getUid()
public void setUid(Long Uid)
Uid
- Sub-user UIDpublic String getRemark()
public void setRemark(String Remark)
Remark
- Sub-user remarkspublic Long getConsoleLogin()
public void setConsoleLogin(Long ConsoleLogin)
ConsoleLogin
- If sub-user can log in to the Consolepublic String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- Mobile numberpublic String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode
- Country/Area codepublic String getEmail()
public void setEmail(String Email)
Email
- Emailpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.