public class SubscribeList extends GlobalReturnCode
关注者列表
| Constructor and Description |
|---|
SubscribeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOpenId(String openId) |
int |
getCount()
拉取的OPENID个数,最大值为10000
|
String |
getNextOpenId()
拉取列表的后一个用户的OPENID
|
List<String> |
getOpenIdList()
列表数据,OPENID的列表
|
int |
getTotal()
关注该公众账号的总用户数
|
void |
setCount(int count) |
void |
setNextOpenId(String nextOpenId) |
void |
setOpenIdList(List<String> openIdList) |
void |
setTotal(int total) |
String |
toString() |
getData, getErrcode, getErrmsg, setData, setErrcode, setErrmsg, systemErrorpublic int getTotal()
public void setTotal(int total)
total - the total to setpublic int getCount()
public void setCount(int count)
count - the count to setpublic String getNextOpenId()
public void setNextOpenId(String nextOpenId)
nextOpenId - the nextOpenId to setpublic void setOpenIdList(List<String> openIdList)
openIdList - the openIdList to setpublic void addOpenId(String openId)
public String toString()
toString in class GlobalReturnCodeCopyright © 2012–2020 Wudao Software Studio. All rights reserved.