public class DataResourcesPaginatedRespDto extends Object
| 构造器和说明 |
|---|
DataResourcesPaginatedRespDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ListDataResourcesRespDto> |
getList() |
Integer |
getTotalCount() |
void |
setList(List<ListDataResourcesRespDto> list) |
void |
setTotalCount(Integer totalCount) |
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<ListDataResourcesRespDto> getList()
public void setList(List<ListDataResourcesRespDto> list)
Copyright © 2022. All rights reserved.