public class EventHistoryItem extends AbstractModel
Constructor and Description |
---|
EventHistoryItem() |
EventHistoryItem(EventHistoryItem 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 |
getData()
Get 事件的数据
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceName()
Get 事件的设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventId()
Get 事件的标识符ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProductId()
Get 事件的产品ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTimeStamp()
Get 事件的时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 事件的类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setData(String Data)
Set 事件的数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceName(String DeviceName)
Set 事件的设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventId(String EventId)
Set 事件的标识符ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductId(String ProductId)
Set 事件的产品ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeStamp(Long TimeStamp)
Set 事件的时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 事件的类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EventHistoryItem()
public EventHistoryItem(EventHistoryItem source)
public Long getTimeStamp()
public void setTimeStamp(Long TimeStamp)
TimeStamp
- 事件的时间戳
注意:此字段可能返回 null,表示取不到有效值。public String getProductId()
public void setProductId(String ProductId)
ProductId
- 事件的产品ID
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 事件的设备名称
注意:此字段可能返回 null,表示取不到有效值。public String getEventId()
public void setEventId(String EventId)
EventId
- 事件的标识符ID
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 事件的类型
注意:此字段可能返回 null,表示取不到有效值。public String getData()
public void setData(String Data)
Data
- 事件的数据
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.