public static class ListBodyPersonResponse.Data extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListBodyPersonResponse.Data.Person |
| 构造器和说明 |
|---|
Data() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ListBodyPersonResponse.Data.Person> |
getPersonList() |
Long |
getTotal() |
void |
setPersonList(List<ListBodyPersonResponse.Data.Person> personList) |
void |
setTotal(Long total) |
public Long getTotal()
public void setTotal(Long total)
public List<ListBodyPersonResponse.Data.Person> getPersonList()
public void setPersonList(List<ListBodyPersonResponse.Data.Person> personList)
Copyright © 2021. All rights reserved.