|
||||||||||
| 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.UserCounts
public class UserCounts
用户的粉丝数、关注数、微博数
| Constructor Summary | |
|---|---|
UserCounts()
|
|
| Method Summary | |
|---|---|
Integer |
getFollowersCount()
粉丝数 |
Integer |
getFriendsCount()
关注数 |
String |
getId()
微博ID |
Integer |
getPrivateFriendsCount()
暂未支持 |
Integer |
getStatusesCount()
微博数 |
static UserCounts |
parse(org.json.JSONObject jsonObject)
|
void |
setFollowersCount(Integer followersCount)
|
void |
setFriendsCount(Integer friendsCount)
|
void |
setId(String id)
|
void |
setPrivateFriendsCount(Integer privateFriendsCount)
|
void |
setStatusesCount(Integer statusesCount)
|
| 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 UserCounts()
| Method Detail |
|---|
public String getId()
public void setId(String id)
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 getPrivateFriendsCount()
public void setPrivateFriendsCount(Integer privateFriendsCount)
public static UserCounts parse(org.json.JSONObject jsonObject)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||