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 设备备注名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDeviceType()
Get 设备类型
|
String |
getEventDesc()
Get 事件描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventLog()
Get 事件日志
|
Long |
getEventTime()
Get 开始时间,秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getEventType()
Get 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChannelId(String ChannelId)
Set 通道Id
|
void |
setDeviceAddress(String DeviceAddress)
Set 设备地址
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setDeviceName(String DeviceName)
Set 设备备注名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceType(Long DeviceType)
Set 设备类型
|
void |
setEventDesc(String EventDesc)
Set 事件描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventLog(String EventLog)
Set 事件日志
|
void |
setEventTime(Long EventTime)
Set 开始时间,秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventType(Long EventType)
Set 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public Events()
public Events(Events source)
public Long getEventTime()
public void setEventTime(Long EventTime)
EventTime
- 开始时间,秒级时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getEventType()
public void setEventType(Long EventType)
EventType
- 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
注意:此字段可能返回 null,表示取不到有效值。public String getEventDesc()
public void setEventDesc(String EventDesc)
EventDesc
- 事件描述
注意:此字段可能返回 null,表示取不到有效值。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
- 设备备注名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.