public class WxMpUserList extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
count |
protected String |
nextOpenid |
protected List<String> |
openids |
protected long |
total |
| 构造器和说明 |
|---|
WxMpUserList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMpUserList |
fromJson(String json) |
int |
getCount() |
String |
getNextOpenid() |
List<String> |
getOpenids() |
long |
getTotal() |
void |
setCount(int count) |
void |
setNextOpenid(String nextOpenid) |
void |
setOpenids(List<String> openids) |
void |
setTotal(long total) |
String |
toString() |
protected long total
protected int count
protected String nextOpenid
public static WxMpUserList fromJson(String json)
public long getTotal()
public void setTotal(long total)
public int getCount()
public void setCount(int count)
public String getNextOpenid()
public void setNextOpenid(String nextOpenid)
Copyright © 2017. All rights reserved.