public class Events extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Events() | 
| Events(Events 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 | getDeviceAddress()Get 设备地址 | 
| String | getDeviceId()Get 设备Id | 
| String | getDeviceName()Get 设备备注名称 | 
| Long | getDeviceType()Get 设备类型 | 
| String | getEventDesc()Get 事件描述 | 
| String | getEventLog()Get 事件日志 | 
| Long | getEventTime()Get 开始时间,秒级时间戳 | 
| Long | getEventType()Get 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 | 
| void | setChannelId(String ChannelId)Set 通道Id | 
| void | setDeviceAddress(String DeviceAddress)Set 设备地址 | 
| void | setDeviceId(String DeviceId)Set 设备Id | 
| void | setDeviceName(String DeviceName)Set 设备备注名称 | 
| void | setDeviceType(Long DeviceType)Set 设备类型 | 
| void | setEventDesc(String EventDesc)Set 事件描述 | 
| void | setEventLog(String EventLog)Set 事件日志 | 
| void | setEventTime(Long EventTime)Set 开始时间,秒级时间戳 | 
| void | setEventType(Long EventType)Set 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 | 
| 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 Events()
public Events(Events source)
public Long getEventTime()
public void setEventTime(Long EventTime)
EventTime - 开始时间,秒级时间戳public Long getEventType()
public void setEventType(Long EventType)
EventType - 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断public String getEventDesc()
public void setEventDesc(String EventDesc)
EventDesc - 事件描述public Long getDeviceType()
public void setDeviceType(Long DeviceType)
DeviceType - 设备类型public String getDeviceAddress()
public void setDeviceAddress(String DeviceAddress)
DeviceAddress - 设备地址public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备Idpublic String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - 通道Idpublic String getEventLog()
public void setEventLog(String EventLog)
EventLog - 事件日志public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备备注名称Copyright © 2025. All rights reserved.