public class Following extends Object implements Serializable
Description:
| 构造器和说明 |
|---|
Following() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount() |
String |
getNextOpenId() |
List<String> |
getOpenIds() |
int |
getTotal() |
List<User> |
getUserList() |
boolean |
hasContent() |
void |
setCount(int count) |
void |
setNextOpenId(String nextOpenId) |
void |
setOpenIds(List<String> openIds) |
void |
setTotal(int total) |
void |
setUserList(List<User> userList) |
String |
toString() |
Copyright © 2020. All rights reserved.