public class WxMpUserList extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
count |
protected String |
nextOpenId |
protected List<String> |
openIds |
protected int |
total |
| 构造器和说明 |
|---|
WxMpUserList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMpUserList |
fromJson(String json) |
int |
getCount() |
String |
getNextOpenId() |
List<String> |
getOpenIds() |
int |
getTotal() |
void |
setCount(int count) |
void |
setNextOpenId(String nextOpenId) |
void |
setOpenIds(List<String> openIds) |
void |
setTotal(int total) |
String |
toString() |
protected int total
protected int count
protected String nextOpenId
public int getTotal()
public void setTotal(int total)
public int getCount()
public void setCount(int count)
public String getNextOpenId()
public void setNextOpenId(String nextOpenId)
public static WxMpUserList fromJson(String json)
Copyright © 2016. All rights reserved.