whyclj
2020-07-22 a5729100cb1eaa3584b3a194e46e1b8b52b3ed1a
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
package com.fgkj.dto.ram;
 
import java.io.Serializable;
 
import com.fgkj.dto.Page;
 
public class Fbs9100_state implements Serializable{
    private Integer num;
    private String dev_ip;
    private String  dev_version;
    private Integer dev_id;
    private Integer op_cmd;
    private String record_datetime;
    private String dev_datetime;
    private Integer dev_testtype;
    private Integer dev_testgroupnum;
    private Integer dev_workstate;
    private Integer dev_alarmstate;  
    private Float   dev_temp;
    private float   dev_temp1;
    private Integer dev_res_test_state;
    private Integer dev_onlinevollow;
    private Integer dev_eachgroup_battsum;
    private Float dev_captest_onlinevol;
    private Float dev_captest_groupvol;
    private Float dev_captest_curr;
    private Float dev_captest_cap;
    private Integer dev_captest_timelong;
    private Integer dev_restest_moncount;
    private Integer dev_restest_monindex;
    private Integer dev_commcount;
    private Integer dev_errcommcount;
    private Integer dev_rxnullerrcount;
    private Integer batt_online_state;
    
    
    
    private String online_vols;
    private String group_vols;
    private String group_currs;
    private String stationName;//机房名称
    private String stationName1;
    private String stationName2;
    private String stationName3;
    private String stationName5;
    private String stationid;
    private String deviceName;//设备名称
    private int  monvolstd;
    private int  battgroupid;
    private int  moncount;
    private int  moncapstd;
    private String note;
    private Page page;//分页
    
    private float dev_conresist;//K1触点电阻值(mΩ)
    //广东电信
    private float dev_conresist1; //组2接触器导通阻抗
    
    private float dev_concurr;//K1触点测试电流(A)
    private float dev_condvoldp;//D1导通压降(V)
    private float dev_condcurr;//D1导通测试电流
    private String dev_61850alarms;//61850的告警字符串
    private Integer dev_last_captest_stop_type;//核容测试的停止原因
    public Fbs9100_state() {
        super();
        // TODO Auto-generated constructor stub
    }
    public Integer getNum() {
        return num;
    }
    public void setNum(Integer num) {
        this.num = num;
    }
    public String getDev_ip() {
        return dev_ip;
    }
    public void setDev_ip(String dev_ip) {
        this.dev_ip = dev_ip;
    }
    public Integer getDev_id() {
        return dev_id;
    }
    public void setDev_id(Integer dev_id) {
        this.dev_id = dev_id;
    }
    public Integer getOp_cmd() {
        return op_cmd;
    }
    public void setOp_cmd(Integer op_cmd) {
        this.op_cmd = op_cmd;
    }
    public String getDev_datetime() {
        return dev_datetime;
    }
    public void setDev_datetime(String dev_datetime) {
        this.dev_datetime = dev_datetime;
    }
    public Integer getDev_testtype() {
        return dev_testtype;
    }
    public void setDev_testtype(Integer dev_testtype) {
        this.dev_testtype = dev_testtype;
    }
    public Integer getDev_workstate() {
        return dev_workstate;
    }
    public void setDev_workstate(Integer dev_workstate) {
        this.dev_workstate = dev_workstate;
    }
    public Integer getDev_alarmstate() {
        return dev_alarmstate;
    }
    public void setDev_alarmstate(Integer dev_alarmstate) {
        this.dev_alarmstate = dev_alarmstate;
    }
    public Integer getDev_onlinevollow() {
        return dev_onlinevollow;
    }
    public void setDev_onlinevollow(Integer dev_onlinevollow) {
        this.dev_onlinevollow = dev_onlinevollow;
    }
    public Integer getDev_eachgroup_battsum() {
        return dev_eachgroup_battsum;
    }
    public void setDev_eachgroup_battsum(Integer dev_eachgroup_battsum) {
        this.dev_eachgroup_battsum = dev_eachgroup_battsum;
    }
    public Float getDev_captest_onlinevol() {
        return dev_captest_onlinevol;
    }
    public void setDev_captest_onlinevol(Float dev_captest_onlinevol) {
        this.dev_captest_onlinevol = dev_captest_onlinevol;
    }
    public Float getDev_captest_groupvol() {
        return dev_captest_groupvol;
    }
    public void setDev_captest_groupvol(Float dev_captest_groupvol) {
        this.dev_captest_groupvol = dev_captest_groupvol;
    }
    public Float getDev_captest_curr() {
        return dev_captest_curr;
    }
    public void setDev_captest_curr(Float dev_captest_curr) {
        this.dev_captest_curr = dev_captest_curr;
    }
    public Float getDev_captest_cap() {
        return dev_captest_cap;
    }
    public void setDev_captest_cap(Float dev_captest_cap) {
        this.dev_captest_cap = dev_captest_cap;
    }
    public Integer getDev_captest_timelong() {
        return dev_captest_timelong;
    }
    public void setDev_captest_timelong(Integer dev_captest_timelong) {
        this.dev_captest_timelong = dev_captest_timelong;
    }
    public Integer getDev_restest_moncount() {
        return dev_restest_moncount;
    }
    public void setDev_restest_moncount(Integer dev_restest_moncount) {
        this.dev_restest_moncount = dev_restest_moncount;
    }
    public Integer getDev_restest_monindex() {
        return dev_restest_monindex;
    }
    public void setDev_restest_monindex(Integer dev_restest_monindex) {
        this.dev_restest_monindex = dev_restest_monindex;
    }
    public Integer getDev_commcount() {
        return dev_commcount;
    }
    public void setDev_commcount(Integer dev_commcount) {
        this.dev_commcount = dev_commcount;
    }
    public Integer getDev_errcommcount() {
        return dev_errcommcount;
    }
    public void setDev_errcommcount(Integer dev_errcommcount) {
        this.dev_errcommcount = dev_errcommcount;
    }
    
    public String getStationName() {
        return stationName;
    }
    public void setStationName(String stationName) {
        this.stationName = stationName;
    }
    public String getDeviceName() {
        return deviceName;
    }
    public void setDeviceName(String deviceName) {
        this.deviceName = deviceName;
    }
    public Integer getDev_testgroupnum() {
        return dev_testgroupnum;
    }
    public void setDev_testgroupnum(Integer dev_testgroupnum) {
        this.dev_testgroupnum = dev_testgroupnum;
    }
    
    public String getOnline_vols() {
        return online_vols;
    }
    public void setOnline_vols(String online_vols) {
        this.online_vols = online_vols;
    }
    public String getGroup_vols() {
        return group_vols;
    }
    public void setGroup_vols(String group_vols) {
        this.group_vols = group_vols;
    }
    public String getGroup_currs() {
        return group_currs;
    }
    public void setGroup_currs(String group_currs) {
        this.group_currs = group_currs;
    }
    
    public String getDev_version() {
        return dev_version;
    }
    public void setDev_version(String dev_version) {
        this.dev_version = dev_version;
    }
    public String getRecord_datetime() {
        return record_datetime;
    }
    public void setRecord_datetime(String record_datetime) {
        this.record_datetime = record_datetime;
    }
    public Integer getDev_rxnullerrcount() {
        return dev_rxnullerrcount;
    }
    public void setDev_rxnullerrcount(Integer dev_rxnullerrcount) {
        this.dev_rxnullerrcount = dev_rxnullerrcount;
    }
    
    public Page getPage() {
        return page;
    }
    public void setPage(Page page) {
        this.page = page;
    }
    
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    public float getDev_conresist() {
        return dev_conresist;
    }
    public void setDev_conresist(float dev_conresist) {
        this.dev_conresist = dev_conresist;
    }
    public float getDev_concurr() {
        return dev_concurr;
    }
    public void setDev_concurr(float dev_concurr) {
        this.dev_concurr = dev_concurr;
    }
    public float getDev_condvoldp() {
        return dev_condvoldp;
    }
    public void setDev_condvoldp(float dev_condvoldp) {
        this.dev_condvoldp = dev_condvoldp;
    }
    public float getDev_condcurr() {
        return dev_condcurr;
    }
    public void setDev_condcurr(float dev_condcurr) {
        this.dev_condcurr = dev_condcurr;
    }
    
    public String getDev_61850alarms() {
        return dev_61850alarms;
    }
    public void setDev_61850alarms(String dev_61850alarms) {
        this.dev_61850alarms = dev_61850alarms;
    }
    
    public Integer getDev_res_test_state() {
        return dev_res_test_state;
    }
    public void setDev_res_test_state(Integer dev_res_test_state) {
        this.dev_res_test_state = dev_res_test_state;
    }
    public Integer getDev_last_captest_stop_type() {
        return dev_last_captest_stop_type;
    }
    public void setDev_last_captest_stop_type(Integer dev_last_captest_stop_type) {
        this.dev_last_captest_stop_type = dev_last_captest_stop_type;
    }
    public Float getDev_temp() {
        return dev_temp;
    }
    public void setDev_temp(Float dev_temp) {
        this.dev_temp = dev_temp;
    }
    public Integer getBatt_online_state() {
        return batt_online_state;
    }
    public void setBatt_online_state(Integer batt_online_state) {
        this.batt_online_state = batt_online_state;
    }
    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 getStationName3() {
        return stationName3;
    }
    public void setStationName3(String stationName3) {
        this.stationName3 = stationName3;
    }
    public String getStationName5() {
        return stationName5;
    }
    public void setStationName5(String stationName5) {
        this.stationName5 = stationName5;
    }
    public int getMonvolstd() {
        return monvolstd;
    }
    public void setMonvolstd(int monvolstd) {
        this.monvolstd = monvolstd;
    }
    public int getBattgroupid() {
        return battgroupid;
    }
    public void setBattgroupid(int battgroupid) {
        this.battgroupid = battgroupid;
    }
    public int getMoncount() {
        return moncount;
    }
    public void setMoncount(int moncount) {
        this.moncount = moncount;
    }
    public int getMoncapstd() {
        return moncapstd;
    }
    public void setMoncapstd(int moncapstd) {
        this.moncapstd = moncapstd;
    }
    public String getStationid() {
        return stationid;
    }
    public void setStationid(String stationid) {
        this.stationid = stationid;
    }
    public float getDev_temp1() {
        return dev_temp1;
    }
    public void setDev_temp1(float dev_temp1) {
        this.dev_temp1 = dev_temp1;
    }
    public float getDev_conresist1() {
        return dev_conresist1;
    }
    public void setDev_conresist1(float dev_conresist1) {
        this.dev_conresist1 = dev_conresist1;
    }
    @Override
    public String toString() {
        return "Fbs9100_state [num=" + num + ", dev_ip=" + dev_ip
                + ", dev_version=" + dev_version + ", dev_id=" + dev_id
                + ", op_cmd=" + op_cmd + ", record_datetime=" + record_datetime
                + ", dev_datetime=" + dev_datetime + ", dev_testtype="
                + dev_testtype + ", dev_testgroupnum=" + dev_testgroupnum
                + ", dev_workstate=" + dev_workstate + ", dev_alarmstate="
                + dev_alarmstate + ", dev_temp=" + dev_temp + ", dev_temp1="
                + dev_temp1 + ", dev_res_test_state=" + dev_res_test_state
                + ", dev_onlinevollow=" + dev_onlinevollow
                + ", dev_eachgroup_battsum=" + dev_eachgroup_battsum
                + ", dev_captest_onlinevol=" + dev_captest_onlinevol
                + ", dev_captest_groupvol=" + dev_captest_groupvol
                + ", dev_captest_curr=" + dev_captest_curr
                + ", dev_captest_cap=" + dev_captest_cap
                + ", dev_captest_timelong=" + dev_captest_timelong
                + ", dev_restest_moncount=" + dev_restest_moncount
                + ", dev_restest_monindex=" + dev_restest_monindex
                + ", dev_commcount=" + dev_commcount + ", dev_errcommcount="
                + dev_errcommcount + ", dev_rxnullerrcount="
                + dev_rxnullerrcount + ", batt_online_state="
                + batt_online_state + ", online_vols=" + online_vols
                + ", group_vols=" + group_vols + ", group_currs=" + group_currs
                + ", stationName=" + stationName + ", stationName1="
                + stationName1 + ", stationName2=" + stationName2
                + ", stationName3=" + stationName3 + ", stationName5="
                + stationName5 + ", stationid=" + stationid + ", deviceName="
                + deviceName + ", monvolstd=" + monvolstd + ", battgroupid="
                + battgroupid + ", moncount=" + moncount + ", moncapstd="
                + moncapstd + ", note=" + note + ", page=" + page
                + ", dev_conresist=" + dev_conresist + ", dev_conresist1="
                + dev_conresist1 + ", dev_concurr=" + dev_concurr
                + ", dev_condvoldp=" + dev_condvoldp + ", dev_condcurr="
                + dev_condcurr + ", dev_61850alarms=" + dev_61850alarms
                + ", dev_last_captest_stop_type=" + dev_last_captest_stop_type
                + "]";
    }
    
    
    
    
    
    
    
    
}