public class UserListResult extends ErrcodeBean
errcode, errmsg| Constructor and Description |
|---|
UserListResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
Data |
getData() |
String |
getNext_openid() |
int |
getTotal() |
void |
setCount(int count) |
void |
setData(Data data) |
void |
setNext_openid(String next_openid) |
void |
setTotal(int total) |
String |
toString() |
getErrcode, getErrmsg, setErrcode, setErrmsgpublic void setTotal(int total)
public int getTotal()
public void setCount(int count)
public int getCount()
public void setData(Data data)
public Data getData()
public void setNext_openid(String next_openid)
public String getNext_openid()
public String toString()
toString in class ErrcodeBeanCopyright © 2020. All rights reserved.