Class Events
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.Events
-
public class Events extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelId()Get 通道IdStringgetDeviceAddress()Get 设备地址StringgetDeviceId()Get 设备IdStringgetDeviceName()Get 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。LonggetDeviceType()Get 设备类型StringgetEventDesc()Get 事件描述 注意:此字段可能返回 null,表示取不到有效值。StringgetEventLog()Get 事件日志LonggetEventTime()Get 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。LonggetEventType()Get 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。voidsetChannelId(String ChannelId)Set 通道IdvoidsetDeviceAddress(String DeviceAddress)Set 设备地址voidsetDeviceId(String DeviceId)Set 设备IdvoidsetDeviceName(String DeviceName)Set 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。voidsetDeviceType(Long DeviceType)Set 设备类型voidsetEventDesc(String EventDesc)Set 事件描述 注意:此字段可能返回 null,表示取不到有效值。voidsetEventLog(String EventLog)Set 事件日志voidsetEventTime(Long EventTime)Set 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetEventType(Long EventType)Set 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Events
public Events()
-
Events
public 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.
-
-
Method Detail
-
getEventTime
public Long getEventTime()
Get 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventTime 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setEventTime
public void setEventTime(Long EventTime)
Set 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventTime- 开始时间,秒级时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getEventType
public Long getEventType()
Get 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventType 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。
-
setEventType
public void setEventType(Long EventType)
Set 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventType- 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断 注意:此字段可能返回 null,表示取不到有效值。
-
getEventDesc
public String getEventDesc()
Get 事件描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventDesc 事件描述 注意:此字段可能返回 null,表示取不到有效值。
-
setEventDesc
public void setEventDesc(String EventDesc)
Set 事件描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventDesc- 事件描述 注意:此字段可能返回 null,表示取不到有效值。
-
getDeviceType
public Long getDeviceType()
Get 设备类型- Returns:
- DeviceType 设备类型
-
setDeviceType
public void setDeviceType(Long DeviceType)
Set 设备类型- Parameters:
DeviceType- 设备类型
-
getDeviceAddress
public String getDeviceAddress()
Get 设备地址- Returns:
- DeviceAddress 设备地址
-
setDeviceAddress
public void setDeviceAddress(String DeviceAddress)
Set 设备地址- Parameters:
DeviceAddress- 设备地址
-
getDeviceId
public String getDeviceId()
Get 设备Id- Returns:
- DeviceId 设备Id
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备Id- Parameters:
DeviceId- 设备Id
-
getChannelId
public String getChannelId()
Get 通道Id- Returns:
- ChannelId 通道Id
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道Id- Parameters:
ChannelId- 通道Id
-
getEventLog
public String getEventLog()
Get 事件日志- Returns:
- EventLog 事件日志
-
setEventLog
public void setEventLog(String EventLog)
Set 事件日志- Parameters:
EventLog- 事件日志
-
getDeviceName
public String getDeviceName()
Get 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeviceName 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeviceName- 设备备注名称 注意:此字段可能返回 null,表示取不到有效值。
-
-