public class DescribeRecordPlaybackUrlRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRecordPlaybackUrlRequest() |
DescribeRecordPlaybackUrlRequest(DescribeRecordPlaybackUrlRequest 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
|
Boolean |
getCorrectTimestamp()
Get 云录像回放时,是否需要开启时间戳矫正,主要解决时间戳反转,会退等问题导致无法播放
|
Long |
getEndTime()
Get 回放结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
|
Boolean |
getIsInternal()
Get 是否获取内网地址
|
Long |
getStartTime()
Get 回放开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
|
void |
setChannelId(String ChannelId)
Set 设备通道ID
|
void |
setCorrectTimestamp(Boolean CorrectTimestamp)
Set 云录像回放时,是否需要开启时间戳矫正,主要解决时间戳反转,会退等问题导致无法播放
|
void |
setEndTime(Long EndTime)
Set 回放结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
|
void |
setIsInternal(Boolean IsInternal)
Set 是否获取内网地址
|
void |
setStartTime(Long StartTime)
Set 回放开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天
|
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 DescribeRecordPlaybackUrlRequest()
public DescribeRecordPlaybackUrlRequest(DescribeRecordPlaybackUrlRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 设备通道IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 回放开始时间,UTC秒数,例如:1662114146,开始和结束时间段最长为一天,且不能跨天public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 回放结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天public Boolean getIsInternal()
public void setIsInternal(Boolean IsInternal)
IsInternal
- 是否获取内网地址public Boolean getCorrectTimestamp()
public void setCorrectTimestamp(Boolean CorrectTimestamp)
CorrectTimestamp
- 云录像回放时,是否需要开启时间戳矫正,主要解决时间戳反转,会退等问题导致无法播放Copyright © 2024. All rights reserved.