public class HeatmapDataRaw
extends com.viontech.keliu.base.BaseModel
| 构造器和说明 |
|---|
HeatmapDataRaw() |
| 限定符和类型 | 方法和说明 |
|---|---|
Channel |
getChannel() |
String |
getChannelSerialnum() |
Date |
getCountdate() |
Date |
getCounttime() |
Date |
getCreateTime() |
Device |
getDevice() |
String |
getDeviceSerialnum() |
Short |
getFx() |
Short |
getFy() |
Short |
getHour() |
Long |
getId() |
Date |
getModifyTime() |
Integer |
getRx() |
Integer |
getRy() |
Short |
getScore() |
Short |
getSize() |
Float |
getX() |
Float |
getY() |
void |
setChannel(Channel channel) |
void |
setChannelSerialnum(String channelSerialnum) |
void |
setCountdate(Date countdate) |
void |
setCounttime(Date counttime) |
void |
setCreateTime(Date createTime) |
void |
setDevice(Device device) |
void |
setDeviceSerialnum(String deviceSerialnum) |
void |
setFx(Short fx) |
void |
setFy(Short fy) |
void |
setHour(Short hour) |
void |
setId(Long id) |
void |
setModifyTime(Date modifyTime) |
void |
setRx(Integer rx) |
void |
setRy(Integer ry) |
void |
setScore(Short score) |
void |
setSize(Short size) |
void |
setX(Float x) |
void |
setY(Float y) |
public Long getId()
getId 在类中 com.viontech.keliu.base.BaseModelpublic void setId(Long id)
setId 在类中 com.viontech.keliu.base.BaseModelpublic String getDeviceSerialnum()
public void setDeviceSerialnum(String deviceSerialnum)
public String getChannelSerialnum()
public void setChannelSerialnum(String channelSerialnum)
public Float getX()
public void setX(Float x)
public Float getY()
public void setY(Float y)
public Date getCounttime()
public void setCounttime(Date counttime)
public Date getModifyTime()
public void setModifyTime(Date modifyTime)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Short getSize()
public void setSize(Short size)
public Short getScore()
public void setScore(Short score)
public Date getCountdate()
public void setCountdate(Date countdate)
public Short getHour()
public void setHour(Short hour)
public Integer getRx()
public void setRx(Integer rx)
public Integer getRy()
public void setRy(Integer ry)
public Short getFx()
public void setFx(Short fx)
public Short getFy()
public void setFy(Short fy)
public Device getDevice()
public void setDevice(Device device)
public Channel getChannel()
public void setChannel(Channel channel)
Copyright © 2019. All rights reserved.