Class PlayRecordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.PlayRecordRequest
-
public class PlayRecordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlayRecordRequest()PlayRecordRequest(PlayRecordRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelId()Get 通道 ID(从查询通道DescribeDeviceChannel接口中获取)LonggetEnd()Get 结束时间StringgetResolution()Get 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))LonggetStart()Get 起始时间LonggetStreamType()Get 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))voidsetChannelId(String ChannelId)Set 通道 ID(从查询通道DescribeDeviceChannel接口中获取)voidsetEnd(Long End)Set 结束时间voidsetResolution(String Resolution)Set 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))voidsetStart(Long Start)Set 起始时间voidsetStreamType(Long StreamType)Set 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PlayRecordRequest
public PlayRecordRequest()
-
PlayRecordRequest
public PlayRecordRequest(PlayRecordRequest 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.
-
-
Method Detail
-
getChannelId
public String getChannelId()
Get 通道 ID(从查询通道DescribeDeviceChannel接口中获取)- Returns:
- ChannelId 通道 ID(从查询通道DescribeDeviceChannel接口中获取)
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道 ID(从查询通道DescribeDeviceChannel接口中获取)- Parameters:
ChannelId- 通道 ID(从查询通道DescribeDeviceChannel接口中获取)
-
getStart
public Long getStart()
Get 起始时间- Returns:
- Start 起始时间
-
setStart
public void setStart(Long Start)
Set 起始时间- Parameters:
Start- 起始时间
-
getEnd
public Long getEnd()
Get 结束时间- Returns:
- End 结束时间
-
setEnd
public void setEnd(Long End)
Set 结束时间- Parameters:
End- 结束时间
-
getStreamType
public Long getStreamType()
Get 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))- Returns:
- StreamType 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))
-
setStreamType
public void setStreamType(Long StreamType)
Set 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))- Parameters:
StreamType- 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))
-
getResolution
public String getResolution()
Get 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))- Returns:
- Resolution 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
-
setResolution
public void setResolution(String Resolution)
Set 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))- Parameters:
Resolution- 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
-
-