public class AccountInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getNick()Get 用户昵称。 | 
| String | getPhone()Get 用户手机号码。 | 
| String | getStatus()Get 账号状态,取值:
Normal:有效;
Stopped:无效。 | 
| String | getUserId()Get 用户 Id。 | 
| void | setNick(String Nick)Set 用户昵称。 | 
| void | setPhone(String Phone)Set 用户手机号码。 | 
| void | setStatus(String Status)Set 账号状态,取值:
Normal:有效;
Stopped:无效。 | 
| void | setUserId(String UserId)Set 用户 Id。 | 
| 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 AccountInfo()
public AccountInfo(AccountInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId - 用户 Id。public String getPhone()
public void setPhone(String Phone)
Phone - 用户手机号码。public String getNick()
public void setNick(String Nick)
Nick - 用户昵称。public String getStatus()
public void setStatus(String Status)
Status - 账号状态,取值:
Copyright © 2025. All rights reserved.