public class DescribeDeviceMonitorDataRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDeviceMonitorDataRequest() | 
| DescribeDeviceMonitorDataRequest(DescribeDeviceMonitorDataRequest 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 | 
|---|---|
| Long | getEndTime()Get 结束时间戳 | 
| Long | getStartTime()Get 开始时间戳 | 
| String | getTimesSpec()Get 时间粒度 目前只支持 1h | 
| String | getType()Get 类型 支持 OnlineChannels/OnlineDevices/RecordingChannels | 
| void | setEndTime(Long EndTime)Set 结束时间戳 | 
| void | setStartTime(Long StartTime)Set 开始时间戳 | 
| void | setTimesSpec(String TimesSpec)Set 时间粒度 目前只支持 1h | 
| void | setType(String Type)Set 类型 支持 OnlineChannels/OnlineDevices/RecordingChannels | 
| 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 DescribeDeviceMonitorDataRequest()
public DescribeDeviceMonitorDataRequest(DescribeDeviceMonitorDataRequest source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间戳public String getType()
public void setType(String Type)
Type - 类型 支持 OnlineChannels/OnlineDevices/RecordingChannelspublic String getTimesSpec()
public void setTimesSpec(String TimesSpec)
TimesSpec - 时间粒度 目前只支持 1hCopyright © 2025. All rights reserved.