public class GetVideoListByConRequest extends AbstractModel
header, skipSign| 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 通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填 | 
| String | getDate()Get 指定某天。取值【YYYY-MM-DD】
为空时默认查询最近一天的记录 | 
| String | getDeviceId()Get 设备唯一标识 | 
| Long | getLatestDay()Get 0:查询指定日期的录像;1:查询最近一天的录像;默认0 | 
| Long | getLimit()Get 限制量 | 
| Long | getOffset()Get 偏移量 | 
| Long | getType()Get 1: 云端录制 2: 本地录制 | 
| void | setChannelId(String ChannelId)Set 通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填 | 
| void | setDate(String Date)Set 指定某天。取值【YYYY-MM-DD】
为空时默认查询最近一天的记录 | 
| void | setDeviceId(String DeviceId)Set 设备唯一标识 | 
| void | setLatestDay(Long LatestDay)Set 0:查询指定日期的录像;1:查询最近一天的录像;默认0 | 
| void | setLimit(Long Limit)Set 限制量 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetVideoListByConRequest()
public GetVideoListByConRequest(GetVideoListByConRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备唯一标识public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制量public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道唯一标识,对于NVR设备,多通道IPC设备,设备编码与通道编码不一致的IPC设备,此字段为必填public Long getLatestDay()
public void setLatestDay(Long LatestDay)
LatestDay - 0:查询指定日期的录像;1:查询最近一天的录像;默认0public String getDate()
public void setDate(String Date)
Date - 指定某天。取值【YYYY-MM-DD】
为空时默认查询最近一天的记录public Long getType()
public void setType(Long Type)
Type - 1: 云端录制 2: 本地录制Copyright © 2025. All rights reserved.