public static class OapiAttendanceGroupsQueryResponse.Result extends TaobaoObject
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<OapiAttendanceGroupsQueryResponse.Group> |
getGroupList() |
Boolean |
getHasMore() |
void |
setCursor(String cursor) |
void |
setGroupList(List<OapiAttendanceGroupsQueryResponse.Group> groupList) |
void |
setHasMore(Boolean hasMore) |
public String getCursor()
public void setCursor(String cursor)
public List<OapiAttendanceGroupsQueryResponse.Group> getGroupList()
public void setGroupList(List<OapiAttendanceGroupsQueryResponse.Group> groupList)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
Copyright © 2021. All rights reserved.