Class EventHistoryItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.EventHistoryItem
-
public class EventHistoryItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetData()Get 事件的数据 注意:此字段可能返回 null,表示取不到有效值。StringgetDeviceName()Get 事件的设备名称 注意:此字段可能返回 null,表示取不到有效值。StringgetEventId()Get 事件的标识符ID 注意:此字段可能返回 null,表示取不到有效值。StringgetProductId()Get 事件的产品ID 注意:此字段可能返回 null,表示取不到有效值。LonggetTimeStamp()Get 事件的时间戳 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 事件的类型 注意:此字段可能返回 null,表示取不到有效值。voidsetData(String Data)Set 事件的数据 注意:此字段可能返回 null,表示取不到有效值。voidsetDeviceName(String DeviceName)Set 事件的设备名称 注意:此字段可能返回 null,表示取不到有效值。voidsetEventId(String EventId)Set 事件的标识符ID 注意:此字段可能返回 null,表示取不到有效值。voidsetProductId(String ProductId)Set 事件的产品ID 注意:此字段可能返回 null,表示取不到有效值。voidsetTimeStamp(Long TimeStamp)Set 事件的时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 事件的类型 注意:此字段可能返回 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
-
EventHistoryItem
public EventHistoryItem()
-
EventHistoryItem
public 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.
-
-
Method Detail
-
getTimeStamp
public Long getTimeStamp()
Get 事件的时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TimeStamp 事件的时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setTimeStamp
public void setTimeStamp(Long TimeStamp)
Set 事件的时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TimeStamp- 事件的时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getProductId
public String getProductId()
Get 事件的产品ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProductId 事件的产品ID 注意:此字段可能返回 null,表示取不到有效值。
-
setProductId
public void setProductId(String ProductId)
Set 事件的产品ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProductId- 事件的产品ID 注意:此字段可能返回 null,表示取不到有效值。
-
getDeviceName
public String getDeviceName()
Get 事件的设备名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeviceName 事件的设备名称 注意:此字段可能返回 null,表示取不到有效值。
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 事件的设备名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeviceName- 事件的设备名称 注意:此字段可能返回 null,表示取不到有效值。
-
getEventId
public String getEventId()
Get 事件的标识符ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventId 事件的标识符ID 注意:此字段可能返回 null,表示取不到有效值。
-
setEventId
public void setEventId(String EventId)
Set 事件的标识符ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventId- 事件的标识符ID 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 事件的类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 事件的类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 事件的类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 事件的类型 注意:此字段可能返回 null,表示取不到有效值。
-
getData
public String getData()
Get 事件的数据 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Data 事件的数据 注意:此字段可能返回 null,表示取不到有效值。
-
setData
public void setData(String Data)
Set 事件的数据 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Data- 事件的数据 注意:此字段可能返回 null,表示取不到有效值。
-
-