public class UserInfoResponse extends Object
| 构造器和说明 |
|---|
UserInfoResponse()
Instantiates a new User info response.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCity()
Gets city.
|
String |
getCountry()
Gets country.
|
String |
getDesc()
Gets desc.
|
long |
getErrcode()
Gets errcode.
|
String |
getErrmsg()
Gets errmsg.
|
String |
getHeadimgurl()
Gets headimgurl.
|
String |
getNickname()
Gets nickname.
|
String |
getOpenid()
Gets openid.
|
List<String> |
getPrivilege()
Gets privilege.
|
String |
getProvince()
Gets province.
|
String |
getSex()
Gets sex.
|
String |
getUnionid()
Gets unionid.
|
void |
setCity(String city)
Sets city.
|
void |
setCountry(String country)
Sets country.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setErrcode(long errcode)
Sets errcode.
|
void |
setErrmsg(String errmsg)
Sets errmsg.
|
void |
setHeadimgurl(String headimgurl)
Sets headimgurl.
|
void |
setNickname(String nickname)
Sets nickname.
|
void |
setOpenid(String openid)
Sets openid.
|
void |
setPrivilege(List<String> privilege)
Sets privilege.
|
void |
setProvince(String province)
Sets province.
|
void |
setSex(String sex)
Sets sex.
|
void |
setUnionid(String unionid)
Sets unionid.
|
String |
toString() |
public long getErrcode()
public void setErrcode(long errcode)
errcode - the errcodepublic String getErrmsg()
public void setErrmsg(String errmsg)
errmsg - the errmsgpublic String getDesc()
public void setDesc(String desc)
desc - the descpublic String getOpenid()
public String getNickname()
public String getSex()
public String getProvince()
public String getCity()
public String getCountry()
public String getHeadimgurl()
public String getUnionid()
public void setOpenid(String openid)
openid - the openidpublic void setNickname(String nickname)
nickname - the nicknamepublic void setSex(String sex)
sex - the sexpublic void setProvince(String province)
province - the provincepublic void setCity(String city)
city - the citypublic void setCountry(String country)
country - the countrypublic void setHeadimgurl(String headimgurl)
headimgurl - the headimgurlpublic void setUnionid(String unionid)
unionid - the unionidCopyright © 2018. All rights reserved.