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() + ")"; } }