public class DescribeRecordStreamRequest extends AbstractModel
Constructor and Description |
---|
DescribeRecordStreamRequest() |
DescribeRecordStreamRequest(DescribeRecordStreamRequest 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 通道唯一标识(此接口升级为必填字段)
|
String |
getDeviceId()
Get 设备Id
|
Long |
getEndTime()
Get 录像流结束时间,当录像文件iD为空时有效,UNIX时间戳
|
Long |
getExpireTime()
Get 流失效时间,UNIX时间戳,30天内
|
String |
getRecordId()
Get 录像文件ID
|
Long |
getStartTime()
Get 录像流开始时间,当录像文件ID为空时有效,UNIX时间戳
|
void |
setChannelId(String ChannelId)
Set 通道唯一标识(此接口升级为必填字段)
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setEndTime(Long EndTime)
Set 录像流结束时间,当录像文件iD为空时有效,UNIX时间戳
|
void |
setExpireTime(Long ExpireTime)
Set 流失效时间,UNIX时间戳,30天内
|
void |
setRecordId(String RecordId)
Set 录像文件ID
|
void |
setStartTime(Long StartTime)
Set 录像流开始时间,当录像文件ID为空时有效,UNIX时间戳
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRecordStreamRequest()
public DescribeRecordStreamRequest(DescribeRecordStreamRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备Idpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- 流失效时间,UNIX时间戳,30天内public String getRecordId()
public void setRecordId(String RecordId)
RecordId
- 录像文件IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 录像流开始时间,当录像文件ID为空时有效,UNIX时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 录像流结束时间,当录像文件iD为空时有效,UNIX时间戳public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道唯一标识(此接口升级为必填字段)Copyright © 2022. All rights reserved.