package com.fgkj.dto;
|
|
import java.io.Serializable;
|
import java.util.Date;
|
|
public class Batt_devalarm_data_history implements Serializable{
|
private Integer num;
|
private Integer record_id;
|
private Integer dev_id;
|
private String dev_ip;
|
private Integer alm_type;
|
private Integer alm_level;
|
private Date alm_start_time; //开始时间段
|
private Date alm_start_time1;
|
private Date alm_end_time;
|
private Integer alm_is_confirmed;
|
private Date alm_confirmed_time;
|
private Integer alm_cleared_type;
|
private Integer usr_id;
|
private float alm_value; //温度告警是温度值
|
private String note;
|
|
private String dev_name;//设备名称
|
private String stationName;//机房名称
|
private String stationName1;//机房名称
|
private String stationName2;//机房名称
|
private String stationName5;//机房名称
|
private String stationId;//机房id
|
private Page page;//分页
|
private User_inf uinf;
|
public Integer getNum() {
|
return num;
|
}
|
public void setNum(Integer num) {
|
this.num = num;
|
}
|
public Integer getRecord_id() {
|
return record_id;
|
}
|
public void setRecord_id(Integer record_id) {
|
this.record_id = record_id;
|
}
|
public Integer getDev_id() {
|
return dev_id;
|
}
|
public void setDev_id(Integer dev_id) {
|
this.dev_id = dev_id;
|
}
|
public String getDev_ip() {
|
return dev_ip;
|
}
|
public void setDev_ip(String dev_ip) {
|
this.dev_ip = dev_ip;
|
}
|
public Integer getAlm_type() {
|
return alm_type;
|
}
|
public void setAlm_type(Integer alm_type) {
|
this.alm_type = alm_type;
|
}
|
public Integer getAlm_level() {
|
return alm_level;
|
}
|
public void setAlm_level(Integer alm_level) {
|
this.alm_level = alm_level;
|
}
|
public Date getAlm_start_time() {
|
return alm_start_time;
|
}
|
public void setAlm_start_time(Date alm_start_time) {
|
this.alm_start_time = alm_start_time;
|
}
|
public Date getAlm_start_time1() {
|
return alm_start_time1;
|
}
|
public void setAlm_start_time1(Date alm_start_time1) {
|
this.alm_start_time1 = alm_start_time1;
|
}
|
public Date getAlm_end_time() {
|
return alm_end_time;
|
}
|
public void setAlm_end_time(Date alm_end_time) {
|
this.alm_end_time = alm_end_time;
|
}
|
public Integer getAlm_is_confirmed() {
|
return alm_is_confirmed;
|
}
|
public void setAlm_is_confirmed(Integer alm_is_confirmed) {
|
this.alm_is_confirmed = alm_is_confirmed;
|
}
|
public Date getAlm_confirmed_time() {
|
return alm_confirmed_time;
|
}
|
public void setAlm_confirmed_time(Date alm_confirmed_time) {
|
this.alm_confirmed_time = alm_confirmed_time;
|
}
|
public Integer getAlm_cleared_type() {
|
return alm_cleared_type;
|
}
|
public void setAlm_cleared_type(Integer alm_cleared_type) {
|
this.alm_cleared_type = alm_cleared_type;
|
}
|
public Integer getUsr_id() {
|
return usr_id;
|
}
|
public void setUsr_id(Integer usr_id) {
|
this.usr_id = usr_id;
|
}
|
public String getNote() {
|
return note;
|
}
|
public void setNote(String note) {
|
this.note = note;
|
}
|
public String getDev_name() {
|
return dev_name;
|
}
|
public void setDev_name(String dev_name) {
|
this.dev_name = dev_name;
|
}
|
public String getStationName() {
|
return stationName;
|
}
|
public void setStationName(String stationName) {
|
this.stationName = stationName;
|
}
|
public String getStationId() {
|
return stationId;
|
}
|
public void setStationId(String stationId) {
|
this.stationId = stationId;
|
}
|
public Page getPage() {
|
return page;
|
}
|
public void setPage(Page page) {
|
this.page = page;
|
}
|
public User_inf getUinf() {
|
return uinf;
|
}
|
public void setUinf(User_inf uinf) {
|
this.uinf = uinf;
|
}
|
|
public String getStationName5() {
|
return stationName5;
|
}
|
public void setStationName5(String stationName5) {
|
this.stationName5 = stationName5;
|
}
|
public String getStationName1() {
|
return stationName1;
|
}
|
public void setStationName1(String stationName1) {
|
this.stationName1 = stationName1;
|
}
|
public String getStationName2() {
|
return stationName2;
|
}
|
public void setStationName2(String stationName2) {
|
this.stationName2 = stationName2;
|
}
|
public float getAlm_value() {
|
return alm_value;
|
}
|
public void setAlm_value(float alm_value) {
|
this.alm_value = alm_value;
|
}
|
@Override
|
public String toString() {
|
return "Batt_devalarm_data_history [num=" + num + ", record_id="
|
+ record_id + ", dev_id=" + dev_id + ", dev_ip=" + dev_ip
|
+ ", alm_type=" + alm_type + ", alm_level=" + alm_level
|
+ ", alm_start_time=" + alm_start_time + ", alm_start_time1="
|
+ alm_start_time1 + ", alm_end_time=" + alm_end_time
|
+ ", alm_is_confirmed=" + alm_is_confirmed
|
+ ", alm_confirmed_time=" + alm_confirmed_time
|
+ ", alm_cleared_type=" + alm_cleared_type + ", usr_id="
|
+ usr_id + ", alm_value=" + alm_value + ", note=" + note
|
+ ", dev_name=" + dev_name + ", stationName=" + stationName
|
+ ", stationName1=" + stationName1 + ", stationName2="
|
+ stationName2 + ", stationName5=" + stationName5
|
+ ", stationId=" + stationId + ", page=" + page + ", uinf="
|
+ uinf + "]";
|
}
|
|
|
|
}
|