com.github.sd4324530.fastweixin.api.entity
类 UserInfo
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.UserInfo
- 所有已实现的接口:
- Model, Serializable
public class UserInfo
- extends BaseModel
- 作者:
- Nottyjay
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserInfo
public UserInfo()
UserInfo
public UserInfo(String openid)
UserInfo
public UserInfo(String openid,
String lang)
getOpenid
public String getOpenid()
setOpenid
public void setOpenid(String openid)
getLang
public String getLang()
setLang
public void setLang(String lang)
Copyright © 2017. All rights reserved.