类 Snapshot
- java.lang.Object
-
- me.hekr.iotos.api.dto.Snapshot
-
- 所有已实现的接口:
Serializable
public class Snapshot extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected booleancanEqual(Object other)booleanequals(Object o)ModelDatagetData()StringgetDevId()StringgetPk()longgetTimestamp()voidsetData(ModelData data)voidsetDevId(String devId)voidsetPk(String pk)voidsetTimestamp(long timestamp)StringtoString()
-
-
-
方法详细资料
-
getPk
public String getPk()
-
getDevId
public String getDevId()
-
getTimestamp
public long getTimestamp()
-
getData
public ModelData getData()
-
setPk
public void setPk(String pk)
-
setDevId
public void setDevId(String devId)
-
setTimestamp
public void setTimestamp(long timestamp)
-
setData
public void setData(ModelData data)
-
canEqual
protected boolean canEqual(Object other)
-
-