public class ListDeviceSnapshotsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListDeviceSnapshotsRequest() | 
| ListDeviceSnapshotsRequest(ListDeviceSnapshotsRequest 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 | 
| String | getDeviceId()Get 设备ID(该字段暂不生效) | 
| Long | getEnd()Get 查询结束时间,默认查询当天 | 
| Long | getPageNumber()Get 分页页码,默认1 | 
| Long | getPageSize()Get 分页大小,默认200,最大2000 | 
| Long | getStart()Get 查询开始时间,默认查询当天 | 
| void | setChannelId(String ChannelId)Set 通道ID | 
| void | setDeviceId(String DeviceId)Set 设备ID(该字段暂不生效) | 
| void | setEnd(Long End)Set 查询结束时间,默认查询当天 | 
| void | setPageNumber(Long PageNumber)Set 分页页码,默认1 | 
| void | setPageSize(Long PageSize)Set 分页大小,默认200,最大2000 | 
| void | setStart(Long Start)Set 查询开始时间,默认查询当天 | 
| 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 ListDeviceSnapshotsRequest()
public ListDeviceSnapshotsRequest(ListDeviceSnapshotsRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备ID(该字段暂不生效)public Long getStart()
public void setStart(Long Start)
Start - 查询开始时间,默认查询当天public Long getEnd()
public void setEnd(Long End)
End - 查询结束时间,默认查询当天public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 分页页码,默认1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页大小,默认200,最大2000Copyright © 2025. All rights reserved.