public static class OapiEduStudentListResponse.PageResult extends TaobaoObject
| 构造器和说明 |
|---|
PageResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getHasMore() |
List<OapiEduStudentListResponse.StudentRespone> |
getList() |
Long |
getNextCursor() |
void |
setHasMore(Boolean hasMore) |
void |
setList(List<OapiEduStudentListResponse.StudentRespone> list) |
void |
setNextCursor(Long nextCursor) |
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public List<OapiEduStudentListResponse.StudentRespone> getList()
public void setList(List<OapiEduStudentListResponse.StudentRespone> list)
public Long getNextCursor()
public void setNextCursor(Long nextCursor)
Copyright © 2020. All rights reserved.