leutu
2024-05-08 543e4eb01ca210b20876e8139cb3d0403d7d065c
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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
package com.skyline.electricity.pojo;
 
public class DoorAccess
{
    private Integer gid;
    private String device_name;
    private String area;
    private String ip_address;
    private String port;
    private String door_index;
    private String hkdoor_index;
    private String company_name;
    private String aisle_No;
    private String aisle_type;
    private String device_account;
    private String password;
    private String device_vercode;
    private String intelligent_lockindex;
    private String intelligent_lockname;
    private String intelligent_lockaisle;
    private String x;
    private String y;
    private String z;
    private String geom;
    
    public Integer getGid() {
        return this.gid;
    }
    
    public String getDevice_name() {
        return this.device_name;
    }
    
    public String getArea() {
        return this.area;
    }
    
    public String getIp_address() {
        return this.ip_address;
    }
    
    public String getPort() {
        return this.port;
    }
    
    public String getDoor_index() {
        return this.door_index;
    }
    
    public String getHkdoor_index() {
        return this.hkdoor_index;
    }
    
    public String getCompany_name() {
        return this.company_name;
    }
    
    public String getAisle_No() {
        return this.aisle_No;
    }
    
    public String getAisle_type() {
        return this.aisle_type;
    }
    
    public String getDevice_account() {
        return this.device_account;
    }
    
    public String getPassword() {
        return this.password;
    }
    
    public String getDevice_vercode() {
        return this.device_vercode;
    }
    
    public String getIntelligent_lockindex() {
        return this.intelligent_lockindex;
    }
    
    public String getIntelligent_lockname() {
        return this.intelligent_lockname;
    }
    
    public String getIntelligent_lockaisle() {
        return this.intelligent_lockaisle;
    }
    
    public String getX() {
        return this.x;
    }
    
    public String getY() {
        return this.y;
    }
    
    public String getZ() {
        return this.z;
    }
    
    public String getGeom() {
        return this.geom;
    }
    
    public void setGid(final Integer gid) {
        this.gid = gid;
    }
    
    public void setDevice_name(final String device_name) {
        this.device_name = device_name;
    }
    
    public void setArea(final String area) {
        this.area = area;
    }
    
    public void setIp_address(final String ip_address) {
        this.ip_address = ip_address;
    }
    
    public void setPort(final String port) {
        this.port = port;
    }
    
    public void setDoor_index(final String door_index) {
        this.door_index = door_index;
    }
    
    public void setHkdoor_index(final String hkdoor_index) {
        this.hkdoor_index = hkdoor_index;
    }
    
    public void setCompany_name(final String company_name) {
        this.company_name = company_name;
    }
    
    public void setAisle_No(final String aisle_No) {
        this.aisle_No = aisle_No;
    }
    
    public void setAisle_type(final String aisle_type) {
        this.aisle_type = aisle_type;
    }
    
    public void setDevice_account(final String device_account) {
        this.device_account = device_account;
    }
    
    public void setPassword(final String password) {
        this.password = password;
    }
    
    public void setDevice_vercode(final String device_vercode) {
        this.device_vercode = device_vercode;
    }
    
    public void setIntelligent_lockindex(final String intelligent_lockindex) {
        this.intelligent_lockindex = intelligent_lockindex;
    }
    
    public void setIntelligent_lockname(final String intelligent_lockname) {
        this.intelligent_lockname = intelligent_lockname;
    }
    
    public void setIntelligent_lockaisle(final String intelligent_lockaisle) {
        this.intelligent_lockaisle = intelligent_lockaisle;
    }
    
    public void setX(final String x) {
        this.x = x;
    }
    
    public void setY(final String y) {
        this.y = y;
    }
    
    public void setZ(final String z) {
        this.z = z;
    }
    
    public void setGeom(final String geom) {
        this.geom = geom;
    }
    
    @Override
    public boolean equals(final Object o) {
        if (o == this) {
            return true;
        }
        if (!(o instanceof DoorAccess)) {
            return false;
        }
        final DoorAccess other = (DoorAccess)o;
        if (!other.canEqual(this)) {
            return false;
        }
        final Object this$gid = this.getGid();
        final Object other$gid = other.getGid();
        Label_0065: {
            if (this$gid == null) {
                if (other$gid == null) {
                    break Label_0065;
                }
            }
            else if (this$gid.equals(other$gid)) {
                break Label_0065;
            }
            return false;
        }
        final Object this$device_name = this.getDevice_name();
        final Object other$device_name = other.getDevice_name();
        Label_0102: {
            if (this$device_name == null) {
                if (other$device_name == null) {
                    break Label_0102;
                }
            }
            else if (this$device_name.equals(other$device_name)) {
                break Label_0102;
            }
            return false;
        }
        final Object this$area = this.getArea();
        final Object other$area = other.getArea();
        Label_0139: {
            if (this$area == null) {
                if (other$area == null) {
                    break Label_0139;
                }
            }
            else if (this$area.equals(other$area)) {
                break Label_0139;
            }
            return false;
        }
        final Object this$ip_address = this.getIp_address();
        final Object other$ip_address = other.getIp_address();
        Label_0176: {
            if (this$ip_address == null) {
                if (other$ip_address == null) {
                    break Label_0176;
                }
            }
            else if (this$ip_address.equals(other$ip_address)) {
                break Label_0176;
            }
            return false;
        }
        final Object this$port = this.getPort();
        final Object other$port = other.getPort();
        Label_0213: {
            if (this$port == null) {
                if (other$port == null) {
                    break Label_0213;
                }
            }
            else if (this$port.equals(other$port)) {
                break Label_0213;
            }
            return false;
        }
        final Object this$door_index = this.getDoor_index();
        final Object other$door_index = other.getDoor_index();
        Label_0250: {
            if (this$door_index == null) {
                if (other$door_index == null) {
                    break Label_0250;
                }
            }
            else if (this$door_index.equals(other$door_index)) {
                break Label_0250;
            }
            return false;
        }
        final Object this$hkdoor_index = this.getHkdoor_index();
        final Object other$hkdoor_index = other.getHkdoor_index();
        Label_0287: {
            if (this$hkdoor_index == null) {
                if (other$hkdoor_index == null) {
                    break Label_0287;
                }
            }
            else if (this$hkdoor_index.equals(other$hkdoor_index)) {
                break Label_0287;
            }
            return false;
        }
        final Object this$company_name = this.getCompany_name();
        final Object other$company_name = other.getCompany_name();
        Label_0324: {
            if (this$company_name == null) {
                if (other$company_name == null) {
                    break Label_0324;
                }
            }
            else if (this$company_name.equals(other$company_name)) {
                break Label_0324;
            }
            return false;
        }
        final Object this$aisle_No = this.getAisle_No();
        final Object other$aisle_No = other.getAisle_No();
        Label_0361: {
            if (this$aisle_No == null) {
                if (other$aisle_No == null) {
                    break Label_0361;
                }
            }
            else if (this$aisle_No.equals(other$aisle_No)) {
                break Label_0361;
            }
            return false;
        }
        final Object this$aisle_type = this.getAisle_type();
        final Object other$aisle_type = other.getAisle_type();
        Label_0398: {
            if (this$aisle_type == null) {
                if (other$aisle_type == null) {
                    break Label_0398;
                }
            }
            else if (this$aisle_type.equals(other$aisle_type)) {
                break Label_0398;
            }
            return false;
        }
        final Object this$device_account = this.getDevice_account();
        final Object other$device_account = other.getDevice_account();
        Label_0435: {
            if (this$device_account == null) {
                if (other$device_account == null) {
                    break Label_0435;
                }
            }
            else if (this$device_account.equals(other$device_account)) {
                break Label_0435;
            }
            return false;
        }
        final Object this$password = this.getPassword();
        final Object other$password = other.getPassword();
        Label_0472: {
            if (this$password == null) {
                if (other$password == null) {
                    break Label_0472;
                }
            }
            else if (this$password.equals(other$password)) {
                break Label_0472;
            }
            return false;
        }
        final Object this$device_vercode = this.getDevice_vercode();
        final Object other$device_vercode = other.getDevice_vercode();
        Label_0509: {
            if (this$device_vercode == null) {
                if (other$device_vercode == null) {
                    break Label_0509;
                }
            }
            else if (this$device_vercode.equals(other$device_vercode)) {
                break Label_0509;
            }
            return false;
        }
        final Object this$intelligent_lockindex = this.getIntelligent_lockindex();
        final Object other$intelligent_lockindex = other.getIntelligent_lockindex();
        Label_0546: {
            if (this$intelligent_lockindex == null) {
                if (other$intelligent_lockindex == null) {
                    break Label_0546;
                }
            }
            else if (this$intelligent_lockindex.equals(other$intelligent_lockindex)) {
                break Label_0546;
            }
            return false;
        }
        final Object this$intelligent_lockname = this.getIntelligent_lockname();
        final Object other$intelligent_lockname = other.getIntelligent_lockname();
        Label_0583: {
            if (this$intelligent_lockname == null) {
                if (other$intelligent_lockname == null) {
                    break Label_0583;
                }
            }
            else if (this$intelligent_lockname.equals(other$intelligent_lockname)) {
                break Label_0583;
            }
            return false;
        }
        final Object this$intelligent_lockaisle = this.getIntelligent_lockaisle();
        final Object other$intelligent_lockaisle = other.getIntelligent_lockaisle();
        Label_0620: {
            if (this$intelligent_lockaisle == null) {
                if (other$intelligent_lockaisle == null) {
                    break Label_0620;
                }
            }
            else if (this$intelligent_lockaisle.equals(other$intelligent_lockaisle)) {
                break Label_0620;
            }
            return false;
        }
        final Object this$x = this.getX();
        final Object other$x = other.getX();
        Label_0657: {
            if (this$x == null) {
                if (other$x == null) {
                    break Label_0657;
                }
            }
            else if (this$x.equals(other$x)) {
                break Label_0657;
            }
            return false;
        }
        final Object this$y = this.getY();
        final Object other$y = other.getY();
        Label_0694: {
            if (this$y == null) {
                if (other$y == null) {
                    break Label_0694;
                }
            }
            else if (this$y.equals(other$y)) {
                break Label_0694;
            }
            return false;
        }
        final Object this$z = this.getZ();
        final Object other$z = other.getZ();
        Label_0731: {
            if (this$z == null) {
                if (other$z == null) {
                    break Label_0731;
                }
            }
            else if (this$z.equals(other$z)) {
                break Label_0731;
            }
            return false;
        }
        final Object this$geom = this.getGeom();
        final Object other$geom = other.getGeom();
        if (this$geom == null) {
            if (other$geom == null) {
                return true;
            }
        }
        else if (this$geom.equals(other$geom)) {
            return true;
        }
        return false;
    }
    
    protected boolean canEqual(final Object other) {
        return other instanceof DoorAccess;
    }
    
    @Override
    public int hashCode() {
        final int PRIME = 59;
        int result = 1;
        final Object $gid = this.getGid();
        result = result * 59 + (($gid == null) ? 43 : $gid.hashCode());
        final Object $device_name = this.getDevice_name();
        result = result * 59 + (($device_name == null) ? 43 : $device_name.hashCode());
        final Object $area = this.getArea();
        result = result * 59 + (($area == null) ? 43 : $area.hashCode());
        final Object $ip_address = this.getIp_address();
        result = result * 59 + (($ip_address == null) ? 43 : $ip_address.hashCode());
        final Object $port = this.getPort();
        result = result * 59 + (($port == null) ? 43 : $port.hashCode());
        final Object $door_index = this.getDoor_index();
        result = result * 59 + (($door_index == null) ? 43 : $door_index.hashCode());
        final Object $hkdoor_index = this.getHkdoor_index();
        result = result * 59 + (($hkdoor_index == null) ? 43 : $hkdoor_index.hashCode());
        final Object $company_name = this.getCompany_name();
        result = result * 59 + (($company_name == null) ? 43 : $company_name.hashCode());
        final Object $aisle_No = this.getAisle_No();
        result = result * 59 + (($aisle_No == null) ? 43 : $aisle_No.hashCode());
        final Object $aisle_type = this.getAisle_type();
        result = result * 59 + (($aisle_type == null) ? 43 : $aisle_type.hashCode());
        final Object $device_account = this.getDevice_account();
        result = result * 59 + (($device_account == null) ? 43 : $device_account.hashCode());
        final Object $password = this.getPassword();
        result = result * 59 + (($password == null) ? 43 : $password.hashCode());
        final Object $device_vercode = this.getDevice_vercode();
        result = result * 59 + (($device_vercode == null) ? 43 : $device_vercode.hashCode());
        final Object $intelligent_lockindex = this.getIntelligent_lockindex();
        result = result * 59 + (($intelligent_lockindex == null) ? 43 : $intelligent_lockindex.hashCode());
        final Object $intelligent_lockname = this.getIntelligent_lockname();
        result = result * 59 + (($intelligent_lockname == null) ? 43 : $intelligent_lockname.hashCode());
        final Object $intelligent_lockaisle = this.getIntelligent_lockaisle();
        result = result * 59 + (($intelligent_lockaisle == null) ? 43 : $intelligent_lockaisle.hashCode());
        final Object $x = this.getX();
        result = result * 59 + (($x == null) ? 43 : $x.hashCode());
        final Object $y = this.getY();
        result = result * 59 + (($y == null) ? 43 : $y.hashCode());
        final Object $z = this.getZ();
        result = result * 59 + (($z == null) ? 43 : $z.hashCode());
        final Object $geom = this.getGeom();
        result = result * 59 + (($geom == null) ? 43 : $geom.hashCode());
        return result;
    }
    
    @Override
    public String toString() {
        return "DoorAccess(gid=" + this.getGid() + ", device_name=" + this.getDevice_name() + ", area=" + this.getArea() + ", ip_address=" + this.getIp_address() + ", port=" + this.getPort() + ", door_index=" + this.getDoor_index() + ", hkdoor_index=" + this.getHkdoor_index() + ", company_name=" + this.getCompany_name() + ", aisle_No=" + this.getAisle_No() + ", aisle_type=" + this.getAisle_type() + ", device_account=" + this.getDevice_account() + ", password=" + this.getPassword() + ", device_vercode=" + this.getDevice_vercode() + ", intelligent_lockindex=" + this.getIntelligent_lockindex() + ", intelligent_lockname=" + this.getIntelligent_lockname() + ", intelligent_lockaisle=" + this.getIntelligent_lockaisle() + ", x=" + this.getX() + ", y=" + this.getY() + ", z=" + this.getZ() + ", geom=" + this.getGeom() + ")";
    }
}