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
package com.fgkj.dto;
 
import java.io.Serializable;
import java.util.Date;
 
public class App_bts_comm_task implements Serializable{
    private int num;
    private int thread_id;
    private int dev_id;
    private String dev_mcu_uid;
    private int battgroup_cnt;
    private int battgroup_id1;
    private int battgroup_index1;
    private int battgroup_id2;
    private int battgroup_index2;
    private int battgroup_id3;
    private int battgroup_index3;
    private int battgroup_id4;
    private int battgroup_index4;
    private Date connet_time;
    private Date dev_comm_runtime;
    private int break_type;//break_type :0,成功连接;1,找不到对应dev_id;2,通信异常断开
    private String stationName;
    private String stationName1;
    private String stationName2;
    private String stationName3;
    private String stationName5;
    private String stationId;
    private String note;
    public int getNum() {
        return num;
    }
    public void setNum(int num) {
        this.num = num;
    }
    public int getThread_id() {
        return thread_id;
    }
    public void setThread_id(int thread_id) {
        this.thread_id = thread_id;
    }
    public int getDev_id() {
        return dev_id;
    }
    public void setDev_id(int dev_id) {
        this.dev_id = dev_id;
    }
    public int getBattgroup_cnt() {
        return battgroup_cnt;
    }
    public void setBattgroup_cnt(int battgroup_cnt) {
        this.battgroup_cnt = battgroup_cnt;
    }
    public int getBattgroup_id1() {
        return battgroup_id1;
    }
    public void setBattgroup_id1(int battgroup_id1) {
        this.battgroup_id1 = battgroup_id1;
    }
    public int getBattgroup_index1() {
        return battgroup_index1;
    }
    public void setBattgroup_index1(int battgroup_index1) {
        this.battgroup_index1 = battgroup_index1;
    }
    public int getBattgroup_id2() {
        return battgroup_id2;
    }
    public void setBattgroup_id2(int battgroup_id2) {
        this.battgroup_id2 = battgroup_id2;
    }
    public int getBattgroup_index2() {
        return battgroup_index2;
    }
    public void setBattgroup_index2(int battgroup_index2) {
        this.battgroup_index2 = battgroup_index2;
    }
    public int getBattgroup_id3() {
        return battgroup_id3;
    }
    public void setBattgroup_id3(int battgroup_id3) {
        this.battgroup_id3 = battgroup_id3;
    }
    public int getBattgroup_index3() {
        return battgroup_index3;
    }
    public void setBattgroup_index3(int battgroup_index3) {
        this.battgroup_index3 = battgroup_index3;
    }
    public int getBattgroup_id4() {
        return battgroup_id4;
    }
    public void setBattgroup_id4(int battgroup_id4) {
        this.battgroup_id4 = battgroup_id4;
    }
    public int getBattgroup_index4() {
        return battgroup_index4;
    }
    public void setBattgroup_index4(int battgroup_index4) {
        this.battgroup_index4 = battgroup_index4;
    }
    public Date getConnet_time() {
        return connet_time;
    }
    public void setConnet_time(Date connet_time) {
        this.connet_time = connet_time;
    }
    public Date getDev_comm_runtime() {
        return dev_comm_runtime;
    }
    public void setDev_comm_runtime(Date dev_comm_runtime) {
        this.dev_comm_runtime = dev_comm_runtime;
    }
    public int getBreak_type() {
        return break_type;
    }
    public void setBreak_type(int break_type) {
        this.break_type = break_type;
    }
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    public String getStationName() {
        return stationName;
    }
    public void setStationName(String stationName) {
        this.stationName = stationName;
    }
    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 String getStationId() {
        return stationId;
    }
    public void setStationId(String stationId) {
        this.stationId = stationId;
    }
    public String getDev_mcu_uid() {
        return dev_mcu_uid;
    }
    public void setDev_mcu_uid(String dev_mcu_uid) {
        this.dev_mcu_uid = dev_mcu_uid;
    }
    @Override
    public String toString() {
        return "App_bts_comm_task [num=" + num + ", thread_id=" + thread_id + ", dev_id=" + dev_id + ", dev_mcu_uid="
                + dev_mcu_uid + ", battgroup_cnt=" + battgroup_cnt + ", battgroup_id1=" + battgroup_id1
                + ", battgroup_index1=" + battgroup_index1 + ", battgroup_id2=" + battgroup_id2 + ", battgroup_index2="
                + battgroup_index2 + ", battgroup_id3=" + battgroup_id3 + ", battgroup_index3=" + battgroup_index3
                + ", battgroup_id4=" + battgroup_id4 + ", battgroup_index4=" + battgroup_index4 + ", connet_time="
                + connet_time + ", dev_comm_runtime=" + dev_comm_runtime + ", break_type=" + break_type
                + ", stationName=" + stationName + ", stationName1=" + stationName1 + ", stationName2=" + stationName2
                + ", stationName3=" + stationName3 + ", stationName5=" + stationName5 + ", stationId=" + stationId
                + ", note=" + note + "]";
    }
    
    
    
 
}