public class DescribeCallbackRecordsListRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCallbackRecordsListRequest() |
DescribeCallbackRecordsListRequest(DescribeCallbackRecordsListRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndTime()
Get 结束时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。
|
Long |
getEventType()
Get 事件类型。
0: "断流",
1: "推流",
100: "录制"
200: "截图回调"。
|
Long |
getPageNum()
Get 页码。
|
Long |
getPageSize()
Get 每页条数。
|
Long |
getResultCode()
Get 回调结果。
0为成功,其他为失败。
|
String |
getStartTime()
Get 起始时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
String |
getStreamName()
Get 流名称,精确匹配。
|
void |
setEndTime(String EndTime)
Set 结束时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。
|
void |
setEventType(Long EventType)
Set 事件类型。
0: "断流",
1: "推流",
100: "录制"
200: "截图回调"。
|
void |
setPageNum(Long PageNum)
Set 页码。
|
void |
setPageSize(Long PageSize)
Set 每页条数。
|
void |
setResultCode(Long ResultCode)
Set 回调结果。
0为成功,其他为失败。
|
void |
setStartTime(String StartTime)
Set 起始时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
void |
setStreamName(String StreamName)
Set 流名称,精确匹配。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCallbackRecordsListRequest()
public DescribeCallbackRecordsListRequest(DescribeCallbackRecordsListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 起始时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 结束时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。public String getStreamName()
public void setStreamName(String StreamName)
StreamName - 流名称,精确匹配。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - 页码。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页条数。public Long getEventType()
public void setEventType(Long EventType)
EventType - 事件类型。
0: "断流",
1: "推流",
100: "录制"
200: "截图回调"。public Long getResultCode()
public void setResultCode(Long ResultCode)
ResultCode - 回调结果。
0为成功,其他为失败。Copyright © 2024. All rights reserved.