public static class OapiLivePlaybackResponse.PlayBackRespModel extends TaobaoObject
| 构造器和说明 |
|---|
PlayBackRespModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAllCount() |
Boolean |
getHasMore() |
Long |
getOffset() |
Long |
getPageSize() |
List<OapiLivePlaybackResponse.PlayBackModel> |
getPlayBackList() |
void |
setAllCount(Long allCount) |
void |
setHasMore(Boolean hasMore) |
void |
setOffset(Long offset) |
void |
setPageSize(Long pageSize) |
void |
setPlayBackList(List<OapiLivePlaybackResponse.PlayBackModel> playBackList) |
public Long getAllCount()
public void setAllCount(Long allCount)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public Long getOffset()
public void setOffset(Long offset)
public Long getPageSize()
public void setPageSize(Long pageSize)
public List<OapiLivePlaybackResponse.PlayBackModel> getPlayBackList()
public void setPlayBackList(List<OapiLivePlaybackResponse.PlayBackModel> playBackList)
Copyright © 2020. All rights reserved.