public class GetVideoListByConRequest extends AbstractModel
Constructor and Description |
---|
GetVideoListByConRequest() |
GetVideoListByConRequest(GetVideoListByConRequest 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 |
getDate()
Get 指定某天。取值【YYYY-MM-DD】
当LatestDay为空或为0时,本参数不允许为空。
|
String |
getDeviceId()
Get 设备唯一标识
|
Long |
getLatestDay()
Get 0:查询指定日期的录像;1:查询最近一天的录像;默认0
|
Long |
getLimit()
Get 限制量,默认200
|
Long |
getOffset()
Get 偏移量,默认0
|
Long |
getType()
Get 1: 云端录制 2: 本地录制
|
void |
setChannelId(String ChannelId)
Set 通道唯一标识
|
void |
setDate(String Date)
Set 指定某天。取值【YYYY-MM-DD】
当LatestDay为空或为0时,本参数不允许为空。
|
void |
setDeviceId(String DeviceId)
Set 设备唯一标识
|
void |
setLatestDay(Long LatestDay)
Set 0:查询指定日期的录像;1:查询最近一天的录像;默认0
|
void |
setLimit(Long Limit)
Set 限制量,默认200
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setType(Long Type)
Set 1: 云端录制 2: 本地录制
|
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 GetVideoListByConRequest()
public GetVideoListByConRequest(GetVideoListByConRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备唯一标识public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制量,默认200public Long getLatestDay()
public void setLatestDay(Long LatestDay)
LatestDay
- 0:查询指定日期的录像;1:查询最近一天的录像;默认0public String getDate()
public void setDate(String Date)
Date
- 指定某天。取值【YYYY-MM-DD】
当LatestDay为空或为0时,本参数不允许为空。public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道唯一标识public Long getType()
public void setType(Long Type)
Type
- 1: 云端录制 2: 本地录制Copyright © 2021. All rights reserved.