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