public class PlayRecordRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Get 通道 ID(从查询通道DescribeDeviceChannel接口中获取)
|
Long |
getEnd()
Get 结束时间
|
Boolean |
getIsInternal()
Get 是否内网
|
String |
getResolution()
Get 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
|
Long |
getStart()
Get 起始时间
|
Long |
getStreamType()
Get 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))
|
void |
setChannelId(String ChannelId)
Set 通道 ID(从查询通道DescribeDeviceChannel接口中获取)
|
void |
setEnd(Long End)
Set 结束时间
|
void |
setIsInternal(Boolean IsInternal)
Set 是否内网
|
void |
setResolution(String Resolution)
Set 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
|
void |
setStart(Long Start)
Set 起始时间
|
void |
setStreamType(Long StreamType)
Set 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))
|
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, toJsonString
public PlayRecordRequest()
public PlayRecordRequest(PlayRecordRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道 ID(从查询通道DescribeDeviceChannel接口中获取)public Long getStart()
public void setStart(Long Start)
Start
- 起始时间public Long getEnd()
public void setEnd(Long End)
End
- 结束时间public Long getStreamType()
public void setStreamType(Long StreamType)
StreamType
- 流类型(1:主码流;2:子码流(不可以和 Resolution 同时下发))public String getResolution()
public void setResolution(String Resolution)
Resolution
- 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))public Boolean getIsInternal()
public void setIsInternal(Boolean IsInternal)
IsInternal
- 是否内网Copyright © 2024. All rights reserved.