-
public class MQ_43_DataPushBean
Created by letian on 2018/4/9.
-
-
Constructor Summary
Constructors Constructor Description MQ_43_DataPushBean(String devId, Integer timestamp, String etype, String edata, String cid)
MQ_43_DataPushBean(String devId, Integer timestamp, String etype, String edata, String cid, Integer dataTimestamp)
-
Method Summary
Modifier and Type Method Description String
getDevId()
Integer
getTimestamp()
String
getEtype()
String
getEdata()
String
getCid()
Integer
getDataTimestamp()
-
-
Method Detail
-
getDevId
String getDevId()
-
getTimestamp
Integer getTimestamp()
-
getEtype
String getEtype()
-
getEdata
String getEdata()
-
getCid
String getCid()
-
getDataTimestamp
Integer getDataTimestamp()
-
-
-
-