public class UserListResult extends Object implements ToServerResult
Constructor and Description |
---|
UserListResult() |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
String |
getNextOpenId() |
int |
getTotal() |
UserListItem |
getUserListItem() |
void |
setCount(int count) |
void |
setNextOpenId(String nextOpenId) |
void |
setTotal(int total) |
void |
setUserListItem(UserListItem userListItem) |
String |
toString() |
public int getTotal()
public void setTotal(int total)
public int getCount()
public void setCount(int count)
public UserListItem getUserListItem()
public void setUserListItem(UserListItem userListItem)
public String getNextOpenId()
public void setNextOpenId(String nextOpenId)
Copyright © 2006–2018 TinyGroup. All rights reserved.