whyclj
2020-12-04 8efa8283867be10ad127b8ec9680e00a10e79dda
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
package com.data;
 
import java.util.Date;
 
public class Central_ST_Data {
    
    private int dev_id;                            //'É豸id',
    private Date record_time;                    //'¸üÐÂʱ¼ä',
    private int switch_close_1st_2500A;            //'1ºÅ2500A½øÏ߯Á¿ª¹ØºÏբ״̬',
    private int switch_open_1st_2500A;            //'1ºÅ2500A½øÏ߯Á¿ª¹Ø·Öբ״̬',
    private int switch_fault_1st_2500A;            //'1ºÅ2500A½øÏ߯Á¿ª¹Ø¹ÊÕÏ״̬',
    private int switch_close_2st_2500A;            //'2ºÅ2500A½øÏ߯Á¿ª¹ØºÏբ״̬',
    private int switch_open_2st_2500A;            //'2ºÅ2500A½øÏ߯Á¿ª¹Ø·Öբ״̬',
    private int switch_fault_2st_2500A;            //'2ºÅ2500A½øÏ߯Á¿ª¹Ø¹ÊÕÏ״̬',
    private int switch_close_bus_screen;        //'ĸÁªÆÁºÏբ״̬',
    private int switch_open_bus_screen;            //'ĸÁªÆÁ·Öբ״̬',
    private int switch_fault_bus_screen;        //'ĸÁªÆÁ¿ª¹Ø¹ÊÕÏ',
    private int switch_close_1st_2500A_load;    //'1ºÅ2500A¸ºÔØÆÁ¿ª¹ØºÏբ״̬',
    private int switch_open_1st_2500A_load;        //'1ºÅ2500A¸ºÔØÆÁ¿ª¹Ø·Öբ״̬',
    private int switch_fault_1st_2500A_load;    //'1ºÅ2500A¸ºÔØÆÁ¿ª¹Ø¹ÊÕÏ״̬',
    private int switch_close_2st_2500A_load;    //'2ºÅ2500A¸ºÔØÆÁ¿ª¹ØºÏբ״̬',
    private int switch_open_2st_2500A_load;        //'2ºÅ2500A¸ºÔØÆÁ¿ª¹Ø·Öբ״̬',
    private int switch_fault_2st_2500A_load;    //'2ºÅ2500A¸ºÔØÆÁ¿ª¹Ø¹ÊÕÏ״̬',
    private float curr_a;                       //'AÅŵçÁ÷',
    private float vol_a;                        //'AÅŵçѹ',
    private float curr_b;                        //'BÅŵçÁ÷',
    private float vol_b;                        //'BÅŵçѹ',
    private String note;                        //'±¸ÓÃ',
    
    public Central_ST_Data() {
        
    }
    
    public Central_ST_Data(int dev_id) {
        this.dev_id = dev_id;
    }
    
    public int getDev_id() {
        return dev_id;
    }
    public void setDev_id(int dev_id) {
        this.dev_id = dev_id;
    }
    public Date getRecord_time() {
        return record_time;
    }
    public void setRecord_time(Date record_time) {
        this.record_time = record_time;
    }
    public int getSwitch_close_1st_2500A() {
        return switch_close_1st_2500A;
    }
    public void setSwitch_close_1st_2500A(int switch_close_1st_2500A) {
        this.switch_close_1st_2500A = switch_close_1st_2500A;
    }
    public int getSwitch_open_1st_2500A() {
        return switch_open_1st_2500A;
    }
    public void setSwitch_open_1st_2500A(int switch_open_1st_2500A) {
        this.switch_open_1st_2500A = switch_open_1st_2500A;
    }
    public int getSwitch_fault_1st_2500A() {
        return switch_fault_1st_2500A;
    }
    public void setSwitch_fault_1st_2500A(int switch_fault_1st_2500A) {
        this.switch_fault_1st_2500A = switch_fault_1st_2500A;
    }
    public int getSwitch_close_2st_2500A() {
        return switch_close_2st_2500A;
    }
    public void setSwitch_close_2st_2500A(int switch_close_2st_2500A) {
        this.switch_close_2st_2500A = switch_close_2st_2500A;
    }
    public int getSwitch_open_2st_2500A() {
        return switch_open_2st_2500A;
    }
    public void setSwitch_open_2st_2500A(int switch_open_2st_2500A) {
        this.switch_open_2st_2500A = switch_open_2st_2500A;
    }
    public int getSwitch_fault_2st_2500A() {
        return switch_fault_2st_2500A;
    }
    public void setSwitch_fault_2st_2500A(int switch_fault_2st_2500A) {
        this.switch_fault_2st_2500A = switch_fault_2st_2500A;
    }
    public int getSwitch_close_bus_screen() {
        return switch_close_bus_screen;
    }
    public void setSwitch_close_bus_screen(int switch_close_bus_screen) {
        this.switch_close_bus_screen = switch_close_bus_screen;
    }
    public int getSwitch_open_bus_screen() {
        return switch_open_bus_screen;
    }
    public void setSwitch_open_bus_screen(int switch_open_bus_screen) {
        this.switch_open_bus_screen = switch_open_bus_screen;
    }
    public int getSwitch_fault_bus_screen() {
        return switch_fault_bus_screen;
    }
    public void setSwitch_fault_bus_screen(int switch_fault_bus_screen) {
        this.switch_fault_bus_screen = switch_fault_bus_screen;
    }
    public int getSwitch_close_1st_2500A_load() {
        return switch_close_1st_2500A_load;
    }
    public void setSwitch_close_1st_2500A_load(int switch_close_1st_2500A_load) {
        this.switch_close_1st_2500A_load = switch_close_1st_2500A_load;
    }
    public int getSwitch_open_1st_2500A_load() {
        return switch_open_1st_2500A_load;
    }
    public void setSwitch_open_1st_2500A_load(int switch_open_1st_2500A_load) {
        this.switch_open_1st_2500A_load = switch_open_1st_2500A_load;
    }
    public int getSwitch_fault_1st_2500A_load() {
        return switch_fault_1st_2500A_load;
    }
    public void setSwitch_fault_1st_2500A_load(int switch_fault_1st_2500A_load) {
        this.switch_fault_1st_2500A_load = switch_fault_1st_2500A_load;
    }
    public int getSwitch_close_2st_2500A_load() {
        return switch_close_2st_2500A_load;
    }
    public void setSwitch_close_2st_2500A_load(int switch_close_2st_2500A_load) {
        this.switch_close_2st_2500A_load = switch_close_2st_2500A_load;
    }
    public int getSwitch_open_2st_2500A_load() {
        return switch_open_2st_2500A_load;
    }
    public void setSwitch_open_2st_2500A_load(int switch_open_2st_2500A_load) {
        this.switch_open_2st_2500A_load = switch_open_2st_2500A_load;
    }
    public int getSwitch_fault_2st_2500A_load() {
        return switch_fault_2st_2500A_load;
    }
    public void setSwitch_fault_2st_2500A_load(int switch_fault_2st_2500A_load) {
        this.switch_fault_2st_2500A_load = switch_fault_2st_2500A_load;
    }
    public float getCurr_a() {
        return curr_a;
    }
    public void setCurr_a(float curr_a) {
        this.curr_a = curr_a;
    }
    public float getVol_a() {
        return vol_a;
    }
    public void setVol_a(float vol_a) {
        this.vol_a = vol_a;
    }
    public float getCurr_b() {
        return curr_b;
    }
    public void setCurr_b(float curr_b) {
        this.curr_b = curr_b;
    }
    public float getVol_b() {
        return vol_b;
    }
    public void setVol_b(float vol_b) {
        this.vol_b = vol_b;
    }
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    
    @Override
    public String toString() {
        return "Central_ST_Data [dev_id=" + dev_id + ", record_time=" + record_time + ", switch_close_1st_2500A="
                + switch_close_1st_2500A + ", switch_open_1st_2500A=" + switch_open_1st_2500A
                + ", switch_fault_1st_2500A=" + switch_fault_1st_2500A + ", switch_close_2st_2500A="
                + switch_close_2st_2500A + ", switch_open_2st_2500A=" + switch_open_2st_2500A
                + ", switch_fault_2st_2500A=" + switch_fault_2st_2500A + ", switch_close_bus_screen="
                + switch_close_bus_screen + ", switch_open_bus_screen=" + switch_open_bus_screen
                + ", switch_fault_bus_screen=" + switch_fault_bus_screen + ", switch_close_1st_2500A_load="
                + switch_close_1st_2500A_load + ", switch_open_1st_2500A_load=" + switch_open_1st_2500A_load
                + ", switch_fault_1st_2500A_load=" + switch_fault_1st_2500A_load + ", switch_close_2st_2500A_load="
                + switch_close_2st_2500A_load + ", switch_open_2st_2500A_load=" + switch_open_2st_2500A_load
                + ", switch_fault_2st_2500A_load=" + switch_fault_2st_2500A_load + ", curr_a=" + curr_a + ", vol_a="
                + vol_a + ", curr_b=" + curr_b + ", vol_b=" + vol_b + ", note=" + note + "]";
    }
    
}