public class PLChannelPlaybackListGetRequest extends PLBaseRequest
POLYV频道回放视频列表请求对象类
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
listType
字段名:回放类型
变量名:listType
是否必填:是
类型:string
示例值:vod -- 点播列表
描述:playback-回放列表,vod-点播列表; 默认普通直播场景为vod,三分屏为playback
|
protected Integer |
page
字段名:第几页
变量名:page
是否必填:否
类型:Int(11)
示例值:1 -- 第一页
描述:分页查询的页数
|
protected Integer |
pageSize
字段名:每页查询数量
变量名:pageSize
是否必填:是
类型:Int(11)
示例值:10 -- 每页查询10条数据
描述:分页查询的每页数据量
|
appId, appSecret, sign, timestamp| 构造器和说明 |
|---|
PLChannelPlaybackListGetRequest(String appId,
String appSecret) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getListType() |
Integer |
getPage() |
Integer |
getPageSize() |
void |
setListType(String listType) |
void |
setPage(Integer page) |
void |
setPageSize(Integer pageSize) |
String |
toString() |
getAppId, getAppSecret, getParams, getSign, getTimestamp, setAppId, setAppSecret, setSign, setTimestampprotected Integer page
字段名:第几页 变量名:page 是否必填:否 类型:Int(11) 示例值:1 -- 第一页 描述:分页查询的页数
protected Integer pageSize
字段名:每页查询数量 变量名:pageSize 是否必填:是 类型:Int(11) 示例值:10 -- 每页查询10条数据 描述:分页查询的每页数据量
protected String listType
字段名:回放类型 变量名:listType 是否必填:是 类型:string 示例值:vod -- 点播列表 描述:playback-回放列表,vod-点播列表; 默认普通直播场景为vod,三分屏为playback
public Integer getPage()
public void setPage(Integer page)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getListType()
public void setListType(String listType)
public String toString()
toString 在类中 PLBaseRequestCopyright © 2020. All rights reserved.