public class PLChannelViewLogsGetRequest extends PLBaseRequest
POLYV分页获取频道观看日志
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
currentDay
字段名:查询的当天
变量名:currentDay
是否必填:是
类型:String(32)
示例值:格式为yyyy-MM-dd
描述:需要查询数据的日期当天
|
protected Integer |
page
字段名:第几页
变量名:page
是否必填:否
类型:Int(11)
示例值:1 -- 第一页
描述:分页查询的页数
|
protected Integer |
pageSize
字段名:每页查询数量
变量名:pageSize
是否必填:是
类型:Int(11)
示例值:10 -- 每页查询10条数据
描述:分页查询的每页数据量
|
protected String |
param1
字段名:查询param1参数-观看用户ID
变量名:param1
是否必填:否
类型:String(32)
示例值:
描述:观看用户的ID,播放器传入的参数param1
|
appId, appSecret, sign, timestamp| 构造器和说明 |
|---|
PLChannelViewLogsGetRequest(String appId,
String appSecret) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCurrentDay() |
Integer |
getPage() |
Integer |
getPageSize() |
String |
getParam1() |
void |
setCurrentDay(String currentDay) |
void |
setPage(Integer page) |
void |
setPageSize(Integer pageSize) |
void |
setParam1(String param1) |
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 currentDay
字段名:查询的当天 变量名:currentDay 是否必填:是 类型:String(32) 示例值:格式为yyyy-MM-dd 描述:需要查询数据的日期当天
protected String param1
字段名:查询param1参数-观看用户ID 变量名:param1 是否必填:否 类型:String(32) 示例值: 描述:观看用户的ID,播放器传入的参数param1
public Integer getPage()
public void setPage(Integer page)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getCurrentDay()
public void setCurrentDay(String currentDay)
public String getParam1()
public void setParam1(String param1)
public String toString()
toString 在类中 PLBaseRequestCopyright © 2019. All rights reserved.