public class Event extends Object implements Serializable
| 构造器和说明 |
|---|
Event() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAssetId() |
String |
getDeviceKey() |
String |
getId() |
String |
getLocalTs() |
String |
getOu() |
String |
getOutput() |
String |
getProductKey() |
String |
getTs() |
String |
getTslEventKey() |
String |
getTslEventType() |
void |
setAssetId(String assetId) |
void |
setDeviceKey(String deviceKey) |
void |
setId(String id) |
void |
setLocalTs(String localTs) |
void |
setOu(String ou) |
void |
setOutput(String output) |
void |
setProductKey(String productKey) |
void |
setTs(String ts) |
void |
setTslEventKey(String tslEventKey) |
void |
setTslEventType(String tslEventType) |
public String getId()
public void setId(String id)
public String getOu()
public void setOu(String ou)
public String getProductKey()
public void setProductKey(String productKey)
public String getDeviceKey()
public void setDeviceKey(String deviceKey)
public String getAssetId()
public void setAssetId(String assetId)
public String getTslEventKey()
public void setTslEventKey(String tslEventKey)
public String getTslEventType()
public void setTslEventType(String tslEventType)
public String getOutput()
public void setOutput(String output)
public String getTs()
public void setTs(String ts)
public String getLocalTs()
public void setLocalTs(String localTs)
Copyright © 2019. All rights reserved.