whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
package com.fgkj.dto;
 
import org.apache.ibatis.type.Alias;
 
import java.io.Serializable;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonFormat;
@Alias("Batt_devalarm_data")
public class Batt_devalarm_data 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;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
    private Date alm_start_time; //开始时间段
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
    private Date alm_start_time1;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
    private Date alm_end_time;
    private Integer alm_is_confirmed;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai")
    private Date alm_confirmed_time;
    private Integer alm_cleared_type;
    private float alm_value;   //温度告警是温度值
    private Integer usr_id;
    private String note;
    
    private String dev_name;//设备名称
    private String stationName;//机房名称
    private String stationName1;//维护区名称
    private String stationName2;//市级
    private String stationName5;//区县
    private String stationId;//机房id
    private PageBean pageBean;//分页
    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 PageBean getPageBean() {
        return pageBean;
    }
    public void setPageBean(PageBean pageBean) {
        this.pageBean = pageBean;
    }
    
    public String getStationId() {
        return stationId;
    }
    public void setStationId(String stationId) {
        this.stationId = stationId;
    }
    
    public User_inf getUinf() {
        return uinf;
    }
    public void setUinf(User_inf uinf) {
        this.uinf = uinf;
    }
    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 String getStationName5() {
        return stationName5;
    }
    public void setStationName5(String stationName5) {
        this.stationName5 = stationName5;
    }
    
    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 [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
                + ", alm_value=" + alm_value + ", usr_id=" + usr_id + ", note="
                + note + ", dev_name=" + dev_name + ", stationName="
                + stationName + ", stationName1=" + stationName1
                + ", stationName2=" + stationName2 + ", stationName5="
                + stationName5 + ", stationId=" + stationId + ", page=" + pageBean
                + ", uinf=" + uinf + "]";
    }
    
    
    
    
}