Class AccountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.AccountInfo
-
public class AccountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountInfo()AccountInfo(AccountInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNick()Get 用户昵称。StringgetPhone()Get 用户手机号码。StringgetStatus()Get 账号状态,取值: Normal:有效; Stopped:无效。StringgetUserId()Get 用户 Id。voidsetNick(String Nick)Set 用户昵称。voidsetPhone(String Phone)Set 用户手机号码。voidsetStatus(String Status)Set 账号状态,取值: Normal:有效; Stopped:无效。voidsetUserId(String UserId)Set 用户 Id。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AccountInfo
public AccountInfo()
-
AccountInfo
public AccountInfo(AccountInfo 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.
-
-
Method Detail
-
getUserId
public String getUserId()
Get 用户 Id。- Returns:
- UserId 用户 Id。
-
setUserId
public void setUserId(String UserId)
Set 用户 Id。- Parameters:
UserId- 用户 Id。
-
getPhone
public String getPhone()
Get 用户手机号码。- Returns:
- Phone 用户手机号码。
-
setPhone
public void setPhone(String Phone)
Set 用户手机号码。- Parameters:
Phone- 用户手机号码。
-
getNick
public String getNick()
Get 用户昵称。- Returns:
- Nick 用户昵称。
-
setNick
public void setNick(String Nick)
Set 用户昵称。- Parameters:
Nick- 用户昵称。
-
getStatus
public String getStatus()
Get 账号状态,取值:- Normal:有效;
- Stopped:无效。
- Returns:
- Status 账号状态,取值:
- Normal:有效;
- Stopped:无效。
-
setStatus
public void setStatus(String Status)
Set 账号状态,取值:- Normal:有效;
- Stopped:无效。
- Parameters:
Status- 账号状态,取值:- Normal:有效;
- Stopped:无效。
-
-