|
||||||||||
| 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.weixin.bean.GetFollowersResult
public class GetFollowersResult
获取关注者列表结果
| Constructor Summary | |
|---|---|
GetFollowersResult()
|
|
| Method Summary | |
|---|---|
Integer |
getCount()
拉取的OPENID个数,最大值为10000 |
String |
getNextOpenid()
拉取列表的后一个用户的OPENID |
List<String> |
getOpenIds()
OPENID的列表 |
Integer |
getTotal()
关注该公众账号的总用户数 |
static GetFollowersResult |
parse(org.json.JSONObject jsonObject)
|
void |
setCount(Integer count)
|
void |
setNextOpenid(String nextOpenid)
|
void |
setOpenIds(List<String> openIds)
|
void |
setTotal(Integer total)
|
| 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 GetFollowersResult()
| Method Detail |
|---|
public Integer getTotal()
public void setTotal(Integer total)
public Integer getCount()
public void setCount(Integer count)
public List<String> getOpenIds()
public void setOpenIds(List<String> openIds)
public String getNextOpenid()
public void setNextOpenid(String nextOpenid)
public static GetFollowersResult parse(org.json.JSONObject jsonObject)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||