public class DescribeDeviceEventRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDeviceEventRequest() | 
| DescribeDeviceEventRequest(DescribeDeviceEventRequest 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 | getDeviceId()Get 设备Id | 
| Long | getEndTime()Get 结束时间,秒级时间戳 | 
| Long[] | getEventTypes()Get 默认为全部 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 | 
| Long | getLimit()Get limit限制值 | 
| Long | getOffset()Get 偏移值 | 
| Long | getStartTime()Get 开始时间,秒级时间戳 | 
| void | setDeviceId(String DeviceId)Set 设备Id | 
| void | setEndTime(Long EndTime)Set 结束时间,秒级时间戳 | 
| void | setEventTypes(Long[] EventTypes)Set 默认为全部 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 | 
| void | setLimit(Long Limit)Set limit限制值 | 
| void | setOffset(Long Offset)Set 偏移值 | 
| void | setStartTime(Long StartTime)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 DescribeDeviceEventRequest()
public DescribeDeviceEventRequest(DescribeDeviceEventRequest source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间,秒级时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间,秒级时间戳public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备Idpublic Long[] getEventTypes()
public void setEventTypes(Long[] EventTypes)
EventTypes - 默认为全部 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移值public Long getLimit()
public void setLimit(Long Limit)
Limit - limit限制值Copyright © 2025. All rights reserved.