Class ControlChannelLocalRecordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ControlChannelLocalRecordRequest
-
public class ControlChannelLocalRecordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ControlChannelLocalRecordRequest()ControlChannelLocalRecordRequest(ControlChannelLocalRecordRequest 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 通道唯一标识StringgetCommand()Get 控制参数,转义的json字符串 目前支持的command: "Command": "{"Action":"PAUSE"}" 暂停 "Command": "{"Action":"PLAY"}" 暂停恢复 "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒StringgetDeviceId()Get 设备唯一标识StringgetStreamId()Get 流Id,流的唯一标识voidsetChannelId(String ChannelId)Set 通道唯一标识voidsetCommand(String Command)Set 控制参数,转义的json字符串 目前支持的command: "Command": "{"Action":"PAUSE"}" 暂停 "Command": "{"Action":"PLAY"}" 暂停恢复 "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒voidsetDeviceId(String DeviceId)Set 设备唯一标识voidsetStreamId(String StreamId)Set 流Id,流的唯一标识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
-
ControlChannelLocalRecordRequest
public ControlChannelLocalRecordRequest()
-
ControlChannelLocalRecordRequest
public ControlChannelLocalRecordRequest(ControlChannelLocalRecordRequest 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
-
getDeviceId
public String getDeviceId()
Get 设备唯一标识- Returns:
- DeviceId 设备唯一标识
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备唯一标识- Parameters:
DeviceId- 设备唯一标识
-
getChannelId
public String getChannelId()
Get 通道唯一标识- Returns:
- ChannelId 通道唯一标识
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道唯一标识- Parameters:
ChannelId- 通道唯一标识
-
getStreamId
public String getStreamId()
Get 流Id,流的唯一标识- Returns:
- StreamId 流Id,流的唯一标识
-
setStreamId
public void setStreamId(String StreamId)
Set 流Id,流的唯一标识- Parameters:
StreamId- 流Id,流的唯一标识
-
getCommand
public String getCommand()
Get 控制参数,转义的json字符串 目前支持的command: "Command": "{"Action":"PAUSE"}" 暂停 "Command": "{"Action":"PLAY"}" 暂停恢复 "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒- Returns:
- Command 控制参数,转义的json字符串 目前支持的command: "Command": "{"Action":"PAUSE"}" 暂停 "Command": "{"Action":"PLAY"}" 暂停恢复 "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒
-
setCommand
public void setCommand(String Command)
Set 控制参数,转义的json字符串 目前支持的command: "Command": "{"Action":"PAUSE"}" 暂停 "Command": "{"Action":"PLAY"}" 暂停恢复 "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒- Parameters:
Command- 控制参数,转义的json字符串 目前支持的command: "Command": "{"Action":"PAUSE"}" 暂停 "Command": "{"Action":"PLAY"}" 暂停恢复 "Command": "{"Action":"PLAY","Offset":"15"}" 基于文件起始时间点的位置偏移,单位秒
-
-