|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.belerweb.social.bean.JsonBean
com.belerweb.social.weibo.bean.User
public class User
用户 文档地址:http://open.weibo.com/wiki/常见返回对象数据结构#.E7.94.A8.E6.88.B7.EF.BC.88user.EF.BC.89
| Constructor Summary | |
|---|---|
User()
|
|
| Methods inherited from class com.belerweb.social.bean.JsonBean |
|---|
getJsonObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public User()
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getIdstr()
public void setIdstr(String idstr)
public String getScreenName()
public void setScreenName(String screenName)
public String getName()
public void setName(String name)
public Integer getProvince()
public void setProvince(Integer province)
public Integer getCity()
public void setCity(Integer city)
public String getLocation()
public void setLocation(String location)
public String getDescription()
public void setDescription(String description)
public String getUrl()
public void setUrl(String url)
public String getProfileImageUrl()
public void setProfileImageUrl(String profileImageUrl)
public String getProfileUrl()
public void setProfileUrl(String profileUrl)
public String getDomain()
public void setDomain(String domain)
public String getWeihao()
public void setWeihao(String weihao)
public Gender getGender()
public void setGender(Gender gender)
public Integer getFollowersCount()
public void setFollowersCount(Integer followersCount)
public Integer getFriendsCount()
public void setFriendsCount(Integer friendsCount)
public Integer getStatusesCount()
public void setStatusesCount(Integer statusesCount)
public Integer getFavouritesCount()
public void setFavouritesCount(Integer favouritesCount)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Boolean getFollowing()
public void setFollowing(Boolean following)
public Boolean getAllowAllActMsg()
public void setAllowAllActMsg(Boolean allowAllActMsg)
public Boolean getGeoEnabled()
public void setGeoEnabled(Boolean geoEnabled)
public Boolean getVerified()
public void setVerified(Boolean verified)
public Integer getVerifiedType()
public void setVerifiedType(Integer verifiedType)
public String getRemark()
public void setRemark(String remark)
public Status getStatus()
public void setStatus(Status status)
public Boolean getAllowAllComment()
public void setAllowAllComment(Boolean allowAllComment)
public String getAvatarLarge()
public void setAvatarLarge(String avatarLarge)
public String getVerifiedReason()
public void setVerifiedReason(String verifiedReason)
public Boolean getFollowMe()
public void setFollowMe(Boolean followMe)
public OnlineStatus getOnlineStatus()
public void setOnlineStatus(OnlineStatus onlineStatus)
public Integer getBiFollowersCount()
public void setBiFollowersCount(Integer biFollowersCount)
public String getLang()
public void setLang(String lang)
public static User parse(org.json.JSONObject jsonObject)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||