com.belerweb.social.weixin.bean
Class GetFollowersResult

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.weixin.bean.GetFollowersResult

public class GetFollowersResult
extends JsonBean

获取关注者列表结果


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

GetFollowersResult

public GetFollowersResult()
Method Detail

getTotal

public Integer getTotal()
关注该公众账号的总用户数


setTotal

public void setTotal(Integer total)

getCount

public Integer getCount()
拉取的OPENID个数,最大值为10000


setCount

public void setCount(Integer count)

getOpenIds

public List<String> getOpenIds()
OPENID的列表


setOpenIds

public void setOpenIds(List<String> openIds)

getNextOpenid

public String getNextOpenid()
拉取列表的后一个用户的OPENID


setNextOpenid

public void setNextOpenid(String nextOpenid)

parse

public static GetFollowersResult parse(org.json.JSONObject jsonObject)


Copyright © 2014. All Rights Reserved.