| | |
| | | private String status;//UNTREATED:未处理,PROCESSED:已处理 |
| | | private Long createTime=0L;//消息时间(报警时间) |
| | | |
| | | |
| | | private String deviceOidId;//设备oid id |
| | | private String deviceOid;//设备oid |
| | | private String deviceDesc;//设备备注 |
| | | |
| | | public String getPowerStationImage() { |
| | | return powerStationImage == null ? "" : powerStationImage; |
| | | } |
| | | |
| | | public void setPowerStationImage(String powerStationImage) { |
| | | this.powerStationImage = powerStationImage; |
| | | } |
| | | |
| | | public Long getUnreadCount() { |
| | | return unreadCount; |
| | | } |
| | | |
| | | public void setUnreadCount(Long unreadCount) { |
| | | this.unreadCount = unreadCount; |
| | | } |
| | | |
| | | private String powerStationImage;//电站图片 |
| | | private Long unreadCount = 0L;//电站未读消息数 |
| | | |
| | | public String getDescription() { |
| | | return description == null ? "" : description; |
| | | } |