package com.skyline.electricity.entity;
|
|
import org.springframework.stereotype.*;
|
import org.springframework.boot.context.properties.*;
|
import org.springframework.context.annotation.*;
|
|
@Component
|
@ConfigurationProperties(prefix = "lfdc")
|
@PropertySource({ "classpath:/config/configInfo.properties" })
|
public class ConfigInfo
|
{
|
private String server_url;
|
private String dzzzUrl;
|
private String iam_url;
|
private String userInfo_url;
|
private String token_url;
|
private String check_token;
|
private String GPS_EntityList;
|
private String GPS_Historylocation;
|
private String UWB_Personlocation;
|
private String UWB_MultiPersonlocations;
|
private String UWB_Historylocation;
|
private String UWB_MultiHistorylocations;
|
private String device_ip;
|
private String safeSystem_ip;
|
private String shopId;
|
private String modId;
|
private String modKey;
|
private String pageNum;
|
private String pageSize;
|
private String timevalue;
|
private String apikey;
|
private String hydrogen_station;
|
private String qjgl;
|
private String gl;
|
private String qj;
|
private String smjs;
|
private double smjs_startaltitude;
|
private double smjs_endaltitude;
|
private String pd6;
|
private double pd6_startaltitude;
|
private double pd6_endaltitude;
|
private String appid;
|
private String tenantId;
|
private String secret;
|
private String coUrl;
|
private String imUrl;
|
private String recipients;
|
private int locationEnable;
|
private String yqFenceposition1;
|
private String yqFenceposition2;
|
private String yqFenceposition3;
|
private String yqFenceposition4;
|
private String yqFenceposition5;
|
private String yqFenceposition6;
|
private String yqFenceposition7;
|
private String yqFenceposition8;
|
private String yqFenceposition9;
|
private String yqFenceposition10;
|
private String yqFenceposition11;
|
private String yqFenceposition12;
|
private String yqFenceposition13;
|
private String yqFenceposition14;
|
private String yqFenceposition15;
|
private String yqFenceposition16;
|
private String yqHeight1;
|
private String yqHeight2;
|
private String yqHeight3;
|
private String yqHeight4;
|
private String yqHeight5;
|
private String yqHeight6;
|
private String yqHeight7;
|
private String yqHeight8;
|
private String yqHeight9;
|
private String yqHeight10;
|
private String yqHeight11;
|
private String yqHeight12;
|
private String yqHeight13;
|
private String yqHeight14;
|
private String yqHeight15;
|
private String yqHeight16;
|
private String yqName1;
|
private String yqName2;
|
private String yqName3;
|
private String yqName4;
|
private String yqName5;
|
private String yqName6;
|
private String yqName7;
|
private String yqName8;
|
private String yqName9;
|
private String yqName10;
|
private String yqName11;
|
private String yqName12;
|
private String yqName13;
|
private String yqName14;
|
private String yqName15;
|
private String yqName16;
|
private String yqLevel1;
|
private String yqLevel2;
|
private String yqLevel3;
|
private String yqLevel4;
|
private String yqLevel5;
|
private String yqLevel6;
|
private String yqLevel7;
|
private String yqLevel8;
|
private String yqLevel9;
|
private String yqLevel10;
|
private String yqLevel11;
|
private String yqLevel12;
|
private String yqLevel13;
|
private String yqLevel14;
|
private String yqLevel15;
|
private String yqLevel16;
|
private String warn_url ;
|
|
public void setWarn_url(final String warn_url){this.warn_url = warn_url ;}
|
|
public String getWarn_url(){ return this.warn_url ;}
|
|
|
public String getServer_url() {
|
return this.server_url;
|
}
|
|
public String getDzzzUrl() {
|
return this.dzzzUrl;
|
}
|
|
public String getIam_url() {
|
return this.iam_url;
|
}
|
|
public String getUserInfo_url() {
|
return this.userInfo_url;
|
}
|
|
public String getToken_url() {
|
return this.token_url;
|
}
|
|
public String getCheck_token() {
|
return this.check_token;
|
}
|
|
public String getGPS_EntityList() {
|
return this.GPS_EntityList;
|
}
|
|
public String getGPS_Historylocation() {
|
return this.GPS_Historylocation;
|
}
|
|
public String getUWB_Personlocation() {
|
return this.UWB_Personlocation;
|
}
|
|
public String getUWB_MultiPersonlocations() {
|
return this.UWB_MultiPersonlocations;
|
}
|
|
public String getUWB_Historylocation() {
|
return this.UWB_Historylocation;
|
}
|
|
public String getUWB_MultiHistorylocations() {
|
return this.UWB_MultiHistorylocations;
|
}
|
|
public String getDevice_ip() {
|
return this.device_ip;
|
}
|
|
public String getSafeSystem_ip() {
|
return this.safeSystem_ip;
|
}
|
|
public String getShopId() {
|
return this.shopId;
|
}
|
|
public String getModId() {
|
return this.modId;
|
}
|
|
public String getModKey() {
|
return this.modKey;
|
}
|
|
public String getPageNum() {
|
return this.pageNum;
|
}
|
|
public String getPageSize() {
|
return this.pageSize;
|
}
|
|
public String getTimevalue() {
|
return this.timevalue;
|
}
|
|
public String getApikey() {
|
return this.apikey;
|
}
|
|
public String getHydrogen_station() {
|
return this.hydrogen_station;
|
}
|
|
public String getQjgl() {
|
return this.qjgl;
|
}
|
|
public String getGl() {
|
return this.gl;
|
}
|
|
public String getQj() {
|
return this.qj;
|
}
|
|
public String getSmjs() {
|
return this.smjs;
|
}
|
|
public double getSmjs_startaltitude() {
|
return this.smjs_startaltitude;
|
}
|
|
public double getSmjs_endaltitude() {
|
return this.smjs_endaltitude;
|
}
|
|
public String getPd6() {
|
return this.pd6;
|
}
|
|
public double getPd6_startaltitude() {
|
return this.pd6_startaltitude;
|
}
|
|
public double getPd6_endaltitude() {
|
return this.pd6_endaltitude;
|
}
|
|
public String getAppid() {
|
return this.appid;
|
}
|
|
public String getTenantId() {
|
return this.tenantId;
|
}
|
|
public String getSecret() {
|
return this.secret;
|
}
|
|
public String getCoUrl() {
|
return this.coUrl;
|
}
|
|
public String getImUrl() {
|
return this.imUrl;
|
}
|
|
public String getRecipients() {
|
return this.recipients;
|
}
|
|
public int getLocationEnable() {
|
return this.locationEnable;
|
}
|
|
public String getYqFenceposition1() {
|
return this.yqFenceposition1;
|
}
|
|
public String getYqFenceposition2() {
|
return this.yqFenceposition2;
|
}
|
|
public String getYqFenceposition3() {
|
return this.yqFenceposition3;
|
}
|
|
public String getYqFenceposition4() {
|
return this.yqFenceposition4;
|
}
|
|
public String getYqFenceposition5() {
|
return this.yqFenceposition5;
|
}
|
|
public String getYqFenceposition6() {
|
return this.yqFenceposition6;
|
}
|
|
public String getYqFenceposition7() {
|
return this.yqFenceposition7;
|
}
|
|
public String getYqFenceposition8() {
|
return this.yqFenceposition8;
|
}
|
|
public String getYqFenceposition9() {
|
return this.yqFenceposition9;
|
}
|
|
public String getYqFenceposition10() {
|
return this.yqFenceposition10;
|
}
|
|
public String getYqFenceposition11() {
|
return this.yqFenceposition11;
|
}
|
|
public String getYqFenceposition12() {
|
return this.yqFenceposition12;
|
}
|
|
public String getYqFenceposition13() {
|
return this.yqFenceposition13;
|
}
|
|
public String getYqFenceposition14() {
|
return this.yqFenceposition14;
|
}
|
|
public String getYqFenceposition15() {
|
return this.yqFenceposition15;
|
}
|
|
public String getYqFenceposition16() {
|
return this.yqFenceposition16;
|
}
|
|
public String getYqHeight1() {
|
return this.yqHeight1;
|
}
|
|
public String getYqHeight2() {
|
return this.yqHeight2;
|
}
|
|
public String getYqHeight3() {
|
return this.yqHeight3;
|
}
|
|
public String getYqHeight4() {
|
return this.yqHeight4;
|
}
|
|
public String getYqHeight5() {
|
return this.yqHeight5;
|
}
|
|
public String getYqHeight6() {
|
return this.yqHeight6;
|
}
|
|
public String getYqHeight7() {
|
return this.yqHeight7;
|
}
|
|
public String getYqHeight8() {
|
return this.yqHeight8;
|
}
|
|
public String getYqHeight9() {
|
return this.yqHeight9;
|
}
|
|
public String getYqHeight10() {
|
return this.yqHeight10;
|
}
|
|
public String getYqHeight11() {
|
return this.yqHeight11;
|
}
|
|
public String getYqHeight12() {
|
return this.yqHeight12;
|
}
|
|
public String getYqHeight13() {
|
return this.yqHeight13;
|
}
|
|
public String getYqHeight14() {
|
return this.yqHeight14;
|
}
|
|
public String getYqHeight15() {
|
return this.yqHeight15;
|
}
|
|
public String getYqHeight16() {
|
return this.yqHeight16;
|
}
|
|
public String getYqName1() {
|
return this.yqName1;
|
}
|
|
public String getYqName2() {
|
return this.yqName2;
|
}
|
|
public String getYqName3() {
|
return this.yqName3;
|
}
|
|
public String getYqName4() {
|
return this.yqName4;
|
}
|
|
public String getYqName5() {
|
return this.yqName5;
|
}
|
|
public String getYqName6() {
|
return this.yqName6;
|
}
|
|
public String getYqName7() {
|
return this.yqName7;
|
}
|
|
public String getYqName8() {
|
return this.yqName8;
|
}
|
|
public String getYqName9() {
|
return this.yqName9;
|
}
|
|
public String getYqName10() {
|
return this.yqName10;
|
}
|
|
public String getYqName11() {
|
return this.yqName11;
|
}
|
|
public String getYqName12() {
|
return this.yqName12;
|
}
|
|
public String getYqName13() {
|
return this.yqName13;
|
}
|
|
public String getYqName14() {
|
return this.yqName14;
|
}
|
|
public String getYqName15() {
|
return this.yqName15;
|
}
|
|
public String getYqName16() {
|
return this.yqName16;
|
}
|
|
public String getYqLevel1() {
|
return this.yqLevel1;
|
}
|
|
public String getYqLevel2() {
|
return this.yqLevel2;
|
}
|
|
public String getYqLevel3() {
|
return this.yqLevel3;
|
}
|
|
public String getYqLevel4() {
|
return this.yqLevel4;
|
}
|
|
public String getYqLevel5() {
|
return this.yqLevel5;
|
}
|
|
public String getYqLevel6() {
|
return this.yqLevel6;
|
}
|
|
public String getYqLevel7() {
|
return this.yqLevel7;
|
}
|
|
public String getYqLevel8() {
|
return this.yqLevel8;
|
}
|
|
public String getYqLevel9() {
|
return this.yqLevel9;
|
}
|
|
public String getYqLevel10() {
|
return this.yqLevel10;
|
}
|
|
public String getYqLevel11() {
|
return this.yqLevel11;
|
}
|
|
public String getYqLevel12() {
|
return this.yqLevel12;
|
}
|
|
public String getYqLevel13() {
|
return this.yqLevel13;
|
}
|
|
public String getYqLevel14() {
|
return this.yqLevel14;
|
}
|
|
public String getYqLevel15() {
|
return this.yqLevel15;
|
}
|
|
public String getYqLevel16() {
|
return this.yqLevel16;
|
}
|
|
public void setServer_url(final String server_url) {
|
this.server_url = server_url;
|
}
|
|
public void setDzzzUrl(final String dzzzUrl) {
|
this.dzzzUrl = dzzzUrl;
|
}
|
|
public void setIam_url(final String iam_url) {
|
this.iam_url = iam_url;
|
}
|
|
public void setUserInfo_url(final String userInfo_url) {
|
this.userInfo_url = userInfo_url;
|
}
|
|
public void setToken_url(final String token_url) {
|
this.token_url = token_url;
|
}
|
|
public void setCheck_token(final String check_token) {
|
this.check_token = check_token;
|
}
|
|
public void setGPS_EntityList(final String GPS_EntityList) {
|
this.GPS_EntityList = GPS_EntityList;
|
}
|
|
public void setGPS_Historylocation(final String GPS_Historylocation) {
|
this.GPS_Historylocation = GPS_Historylocation;
|
}
|
|
public void setUWB_Personlocation(final String UWB_Personlocation) {
|
this.UWB_Personlocation = UWB_Personlocation;
|
}
|
|
public void setUWB_MultiPersonlocations(final String UWB_MultiPersonlocations) {
|
this.UWB_MultiPersonlocations = UWB_MultiPersonlocations;
|
}
|
|
public void setUWB_Historylocation(final String UWB_Historylocation) {
|
this.UWB_Historylocation = UWB_Historylocation;
|
}
|
|
public void setUWB_MultiHistorylocations(final String UWB_MultiHistorylocations) {
|
this.UWB_MultiHistorylocations = UWB_MultiHistorylocations;
|
}
|
|
public void setDevice_ip(final String device_ip) {
|
this.device_ip = device_ip;
|
}
|
|
public void setSafeSystem_ip(final String safeSystem_ip) {
|
this.safeSystem_ip = safeSystem_ip;
|
}
|
|
public void setShopId(final String shopId) {
|
this.shopId = shopId;
|
}
|
|
public void setModId(final String modId) {
|
this.modId = modId;
|
}
|
|
public void setModKey(final String modKey) {
|
this.modKey = modKey;
|
}
|
|
public void setPageNum(final String pageNum) {
|
this.pageNum = pageNum;
|
}
|
|
public void setPageSize(final String pageSize) {
|
this.pageSize = pageSize;
|
}
|
|
public void setTimevalue(final String timevalue) {
|
this.timevalue = timevalue;
|
}
|
|
public void setApikey(final String apikey) {
|
this.apikey = apikey;
|
}
|
|
public void setHydrogen_station(final String hydrogen_station) {
|
this.hydrogen_station = hydrogen_station;
|
}
|
|
public void setQjgl(final String qjgl) {
|
this.qjgl = qjgl;
|
}
|
|
public void setGl(final String gl) {
|
this.gl = gl;
|
}
|
|
public void setQj(final String qj) {
|
this.qj = qj;
|
}
|
|
public void setSmjs(final String smjs) {
|
this.smjs = smjs;
|
}
|
|
public void setSmjs_startaltitude(final double smjs_startaltitude) {
|
this.smjs_startaltitude = smjs_startaltitude;
|
}
|
|
public void setSmjs_endaltitude(final double smjs_endaltitude) {
|
this.smjs_endaltitude = smjs_endaltitude;
|
}
|
|
public void setPd6(final String pd6) {
|
this.pd6 = pd6;
|
}
|
|
public void setPd6_startaltitude(final double pd6_startaltitude) {
|
this.pd6_startaltitude = pd6_startaltitude;
|
}
|
|
public void setPd6_endaltitude(final double pd6_endaltitude) {
|
this.pd6_endaltitude = pd6_endaltitude;
|
}
|
|
public void setAppid(final String appid) {
|
this.appid = appid;
|
}
|
|
public void setTenantId(final String tenantId) {
|
this.tenantId = tenantId;
|
}
|
|
public void setSecret(final String secret) {
|
this.secret = secret;
|
}
|
|
public void setCoUrl(final String coUrl) {
|
this.coUrl = coUrl;
|
}
|
|
public void setImUrl(final String imUrl) {
|
this.imUrl = imUrl;
|
}
|
|
public void setRecipients(final String recipients) {
|
this.recipients = recipients;
|
}
|
|
public void setLocationEnable(final int locationEnable) {
|
this.locationEnable = locationEnable;
|
}
|
|
public void setYqFenceposition1(final String yqFenceposition1) {
|
this.yqFenceposition1 = yqFenceposition1;
|
}
|
|
public void setYqFenceposition2(final String yqFenceposition2) {
|
this.yqFenceposition2 = yqFenceposition2;
|
}
|
|
public void setYqFenceposition3(final String yqFenceposition3) {
|
this.yqFenceposition3 = yqFenceposition3;
|
}
|
|
public void setYqFenceposition4(final String yqFenceposition4) {
|
this.yqFenceposition4 = yqFenceposition4;
|
}
|
|
public void setYqFenceposition5(final String yqFenceposition5) {
|
this.yqFenceposition5 = yqFenceposition5;
|
}
|
|
public void setYqFenceposition6(final String yqFenceposition6) {
|
this.yqFenceposition6 = yqFenceposition6;
|
}
|
|
public void setYqFenceposition7(final String yqFenceposition7) {
|
this.yqFenceposition7 = yqFenceposition7;
|
}
|
|
public void setYqFenceposition8(final String yqFenceposition8) {
|
this.yqFenceposition8 = yqFenceposition8;
|
}
|
|
public void setYqFenceposition9(final String yqFenceposition9) {
|
this.yqFenceposition9 = yqFenceposition9;
|
}
|
|
public void setYqFenceposition10(final String yqFenceposition10) {
|
this.yqFenceposition10 = yqFenceposition10;
|
}
|
|
public void setYqFenceposition11(final String yqFenceposition11) {
|
this.yqFenceposition11 = yqFenceposition11;
|
}
|
|
public void setYqFenceposition12(final String yqFenceposition12) {
|
this.yqFenceposition12 = yqFenceposition12;
|
}
|
|
public void setYqFenceposition13(final String yqFenceposition13) {
|
this.yqFenceposition13 = yqFenceposition13;
|
}
|
|
public void setYqFenceposition14(final String yqFenceposition14) {
|
this.yqFenceposition14 = yqFenceposition14;
|
}
|
|
public void setYqFenceposition15(final String yqFenceposition15) {
|
this.yqFenceposition15 = yqFenceposition15;
|
}
|
|
public void setYqFenceposition16(final String yqFenceposition16) {
|
this.yqFenceposition16 = yqFenceposition16;
|
}
|
|
public void setYqHeight1(final String yqHeight1) {
|
this.yqHeight1 = yqHeight1;
|
}
|
|
public void setYqHeight2(final String yqHeight2) {
|
this.yqHeight2 = yqHeight2;
|
}
|
|
public void setYqHeight3(final String yqHeight3) {
|
this.yqHeight3 = yqHeight3;
|
}
|
|
public void setYqHeight4(final String yqHeight4) {
|
this.yqHeight4 = yqHeight4;
|
}
|
|
public void setYqHeight5(final String yqHeight5) {
|
this.yqHeight5 = yqHeight5;
|
}
|
|
public void setYqHeight6(final String yqHeight6) {
|
this.yqHeight6 = yqHeight6;
|
}
|
|
public void setYqHeight7(final String yqHeight7) {
|
this.yqHeight7 = yqHeight7;
|
}
|
|
public void setYqHeight8(final String yqHeight8) {
|
this.yqHeight8 = yqHeight8;
|
}
|
|
public void setYqHeight9(final String yqHeight9) {
|
this.yqHeight9 = yqHeight9;
|
}
|
|
public void setYqHeight10(final String yqHeight10) {
|
this.yqHeight10 = yqHeight10;
|
}
|
|
public void setYqHeight11(final String yqHeight11) {
|
this.yqHeight11 = yqHeight11;
|
}
|
|
public void setYqHeight12(final String yqHeight12) {
|
this.yqHeight12 = yqHeight12;
|
}
|
|
public void setYqHeight13(final String yqHeight13) {
|
this.yqHeight13 = yqHeight13;
|
}
|
|
public void setYqHeight14(final String yqHeight14) {
|
this.yqHeight14 = yqHeight14;
|
}
|
|
public void setYqHeight15(final String yqHeight15) {
|
this.yqHeight15 = yqHeight15;
|
}
|
|
public void setYqHeight16(final String yqHeight16) {
|
this.yqHeight16 = yqHeight16;
|
}
|
|
public void setYqName1(final String yqName1) {
|
this.yqName1 = yqName1;
|
}
|
|
public void setYqName2(final String yqName2) {
|
this.yqName2 = yqName2;
|
}
|
|
public void setYqName3(final String yqName3) {
|
this.yqName3 = yqName3;
|
}
|
|
public void setYqName4(final String yqName4) {
|
this.yqName4 = yqName4;
|
}
|
|
public void setYqName5(final String yqName5) {
|
this.yqName5 = yqName5;
|
}
|
|
public void setYqName6(final String yqName6) {
|
this.yqName6 = yqName6;
|
}
|
|
public void setYqName7(final String yqName7) {
|
this.yqName7 = yqName7;
|
}
|
|
public void setYqName8(final String yqName8) {
|
this.yqName8 = yqName8;
|
}
|
|
public void setYqName9(final String yqName9) {
|
this.yqName9 = yqName9;
|
}
|
|
public void setYqName10(final String yqName10) {
|
this.yqName10 = yqName10;
|
}
|
|
public void setYqName11(final String yqName11) {
|
this.yqName11 = yqName11;
|
}
|
|
public void setYqName12(final String yqName12) {
|
this.yqName12 = yqName12;
|
}
|
|
public void setYqName13(final String yqName13) {
|
this.yqName13 = yqName13;
|
}
|
|
public void setYqName14(final String yqName14) {
|
this.yqName14 = yqName14;
|
}
|
|
public void setYqName15(final String yqName15) {
|
this.yqName15 = yqName15;
|
}
|
|
public void setYqName16(final String yqName16) {
|
this.yqName16 = yqName16;
|
}
|
|
public void setYqLevel1(final String yqLevel1) {
|
this.yqLevel1 = yqLevel1;
|
}
|
|
public void setYqLevel2(final String yqLevel2) {
|
this.yqLevel2 = yqLevel2;
|
}
|
|
public void setYqLevel3(final String yqLevel3) {
|
this.yqLevel3 = yqLevel3;
|
}
|
|
public void setYqLevel4(final String yqLevel4) {
|
this.yqLevel4 = yqLevel4;
|
}
|
|
public void setYqLevel5(final String yqLevel5) {
|
this.yqLevel5 = yqLevel5;
|
}
|
|
public void setYqLevel6(final String yqLevel6) {
|
this.yqLevel6 = yqLevel6;
|
}
|
|
public void setYqLevel7(final String yqLevel7) {
|
this.yqLevel7 = yqLevel7;
|
}
|
|
public void setYqLevel8(final String yqLevel8) {
|
this.yqLevel8 = yqLevel8;
|
}
|
|
public void setYqLevel9(final String yqLevel9) {
|
this.yqLevel9 = yqLevel9;
|
}
|
|
public void setYqLevel10(final String yqLevel10) {
|
this.yqLevel10 = yqLevel10;
|
}
|
|
public void setYqLevel11(final String yqLevel11) {
|
this.yqLevel11 = yqLevel11;
|
}
|
|
public void setYqLevel12(final String yqLevel12) {
|
this.yqLevel12 = yqLevel12;
|
}
|
|
public void setYqLevel13(final String yqLevel13) {
|
this.yqLevel13 = yqLevel13;
|
}
|
|
public void setYqLevel14(final String yqLevel14) {
|
this.yqLevel14 = yqLevel14;
|
}
|
|
public void setYqLevel15(final String yqLevel15) {
|
this.yqLevel15 = yqLevel15;
|
}
|
|
public void setYqLevel16(final String yqLevel16) {
|
this.yqLevel16 = yqLevel16;
|
}
|
|
@Override
|
public boolean equals(final Object o) {
|
if (o == this) {
|
return true;
|
}
|
if (!(o instanceof ConfigInfo)) {
|
return false;
|
}
|
final ConfigInfo other = (ConfigInfo)o;
|
if (!other.canEqual(this)) {
|
return false;
|
}
|
final Object this$server_url = this.getServer_url();
|
final Object other$server_url = other.getServer_url();
|
Label_0065: {
|
if (this$server_url == null) {
|
if (other$server_url == null) {
|
break Label_0065;
|
}
|
}
|
else if (this$server_url.equals(other$server_url)) {
|
break Label_0065;
|
}
|
return false;
|
}
|
final Object this$dzzzUrl = this.getDzzzUrl();
|
final Object other$dzzzUrl = other.getDzzzUrl();
|
Label_0102: {
|
if (this$dzzzUrl == null) {
|
if (other$dzzzUrl == null) {
|
break Label_0102;
|
}
|
}
|
else if (this$dzzzUrl.equals(other$dzzzUrl)) {
|
break Label_0102;
|
}
|
return false;
|
}
|
final Object this$iam_url = this.getIam_url();
|
final Object other$iam_url = other.getIam_url();
|
Label_0139: {
|
if (this$iam_url == null) {
|
if (other$iam_url == null) {
|
break Label_0139;
|
}
|
}
|
else if (this$iam_url.equals(other$iam_url)) {
|
break Label_0139;
|
}
|
return false;
|
}
|
final Object this$userInfo_url = this.getUserInfo_url();
|
final Object other$userInfo_url = other.getUserInfo_url();
|
Label_0176: {
|
if (this$userInfo_url == null) {
|
if (other$userInfo_url == null) {
|
break Label_0176;
|
}
|
}
|
else if (this$userInfo_url.equals(other$userInfo_url)) {
|
break Label_0176;
|
}
|
return false;
|
}
|
final Object this$token_url = this.getToken_url();
|
final Object other$token_url = other.getToken_url();
|
Label_0213: {
|
if (this$token_url == null) {
|
if (other$token_url == null) {
|
break Label_0213;
|
}
|
}
|
else if (this$token_url.equals(other$token_url)) {
|
break Label_0213;
|
}
|
return false;
|
}
|
final Object this$check_token = this.getCheck_token();
|
final Object other$check_token = other.getCheck_token();
|
Label_0250: {
|
if (this$check_token == null) {
|
if (other$check_token == null) {
|
break Label_0250;
|
}
|
}
|
else if (this$check_token.equals(other$check_token)) {
|
break Label_0250;
|
}
|
return false;
|
}
|
final Object this$GPS_EntityList = this.getGPS_EntityList();
|
final Object other$GPS_EntityList = other.getGPS_EntityList();
|
Label_0287: {
|
if (this$GPS_EntityList == null) {
|
if (other$GPS_EntityList == null) {
|
break Label_0287;
|
}
|
}
|
else if (this$GPS_EntityList.equals(other$GPS_EntityList)) {
|
break Label_0287;
|
}
|
return false;
|
}
|
final Object this$GPS_Historylocation = this.getGPS_Historylocation();
|
final Object other$GPS_Historylocation = other.getGPS_Historylocation();
|
Label_0324: {
|
if (this$GPS_Historylocation == null) {
|
if (other$GPS_Historylocation == null) {
|
break Label_0324;
|
}
|
}
|
else if (this$GPS_Historylocation.equals(other$GPS_Historylocation)) {
|
break Label_0324;
|
}
|
return false;
|
}
|
final Object this$UWB_Personlocation = this.getUWB_Personlocation();
|
final Object other$UWB_Personlocation = other.getUWB_Personlocation();
|
Label_0361: {
|
if (this$UWB_Personlocation == null) {
|
if (other$UWB_Personlocation == null) {
|
break Label_0361;
|
}
|
}
|
else if (this$UWB_Personlocation.equals(other$UWB_Personlocation)) {
|
break Label_0361;
|
}
|
return false;
|
}
|
final Object this$UWB_MultiPersonlocations = this.getUWB_MultiPersonlocations();
|
final Object other$UWB_MultiPersonlocations = other.getUWB_MultiPersonlocations();
|
Label_0398: {
|
if (this$UWB_MultiPersonlocations == null) {
|
if (other$UWB_MultiPersonlocations == null) {
|
break Label_0398;
|
}
|
}
|
else if (this$UWB_MultiPersonlocations.equals(other$UWB_MultiPersonlocations)) {
|
break Label_0398;
|
}
|
return false;
|
}
|
final Object this$UWB_Historylocation = this.getUWB_Historylocation();
|
final Object other$UWB_Historylocation = other.getUWB_Historylocation();
|
Label_0435: {
|
if (this$UWB_Historylocation == null) {
|
if (other$UWB_Historylocation == null) {
|
break Label_0435;
|
}
|
}
|
else if (this$UWB_Historylocation.equals(other$UWB_Historylocation)) {
|
break Label_0435;
|
}
|
return false;
|
}
|
final Object this$UWB_MultiHistorylocations = this.getUWB_MultiHistorylocations();
|
final Object other$UWB_MultiHistorylocations = other.getUWB_MultiHistorylocations();
|
Label_0472: {
|
if (this$UWB_MultiHistorylocations == null) {
|
if (other$UWB_MultiHistorylocations == null) {
|
break Label_0472;
|
}
|
}
|
else if (this$UWB_MultiHistorylocations.equals(other$UWB_MultiHistorylocations)) {
|
break Label_0472;
|
}
|
return false;
|
}
|
final Object this$device_ip = this.getDevice_ip();
|
final Object other$device_ip = other.getDevice_ip();
|
Label_0509: {
|
if (this$device_ip == null) {
|
if (other$device_ip == null) {
|
break Label_0509;
|
}
|
}
|
else if (this$device_ip.equals(other$device_ip)) {
|
break Label_0509;
|
}
|
return false;
|
}
|
final Object this$safeSystem_ip = this.getSafeSystem_ip();
|
final Object other$safeSystem_ip = other.getSafeSystem_ip();
|
Label_0546: {
|
if (this$safeSystem_ip == null) {
|
if (other$safeSystem_ip == null) {
|
break Label_0546;
|
}
|
}
|
else if (this$safeSystem_ip.equals(other$safeSystem_ip)) {
|
break Label_0546;
|
}
|
return false;
|
}
|
final Object this$shopId = this.getShopId();
|
final Object other$shopId = other.getShopId();
|
Label_0583: {
|
if (this$shopId == null) {
|
if (other$shopId == null) {
|
break Label_0583;
|
}
|
}
|
else if (this$shopId.equals(other$shopId)) {
|
break Label_0583;
|
}
|
return false;
|
}
|
final Object this$modId = this.getModId();
|
final Object other$modId = other.getModId();
|
Label_0620: {
|
if (this$modId == null) {
|
if (other$modId == null) {
|
break Label_0620;
|
}
|
}
|
else if (this$modId.equals(other$modId)) {
|
break Label_0620;
|
}
|
return false;
|
}
|
final Object this$modKey = this.getModKey();
|
final Object other$modKey = other.getModKey();
|
Label_0657: {
|
if (this$modKey == null) {
|
if (other$modKey == null) {
|
break Label_0657;
|
}
|
}
|
else if (this$modKey.equals(other$modKey)) {
|
break Label_0657;
|
}
|
return false;
|
}
|
final Object this$pageNum = this.getPageNum();
|
final Object other$pageNum = other.getPageNum();
|
Label_0694: {
|
if (this$pageNum == null) {
|
if (other$pageNum == null) {
|
break Label_0694;
|
}
|
}
|
else if (this$pageNum.equals(other$pageNum)) {
|
break Label_0694;
|
}
|
return false;
|
}
|
final Object this$pageSize = this.getPageSize();
|
final Object other$pageSize = other.getPageSize();
|
Label_0731: {
|
if (this$pageSize == null) {
|
if (other$pageSize == null) {
|
break Label_0731;
|
}
|
}
|
else if (this$pageSize.equals(other$pageSize)) {
|
break Label_0731;
|
}
|
return false;
|
}
|
final Object this$timevalue = this.getTimevalue();
|
final Object other$timevalue = other.getTimevalue();
|
Label_0768: {
|
if (this$timevalue == null) {
|
if (other$timevalue == null) {
|
break Label_0768;
|
}
|
}
|
else if (this$timevalue.equals(other$timevalue)) {
|
break Label_0768;
|
}
|
return false;
|
}
|
final Object this$apikey = this.getApikey();
|
final Object other$apikey = other.getApikey();
|
Label_0805: {
|
if (this$apikey == null) {
|
if (other$apikey == null) {
|
break Label_0805;
|
}
|
}
|
else if (this$apikey.equals(other$apikey)) {
|
break Label_0805;
|
}
|
return false;
|
}
|
final Object this$hydrogen_station = this.getHydrogen_station();
|
final Object other$hydrogen_station = other.getHydrogen_station();
|
Label_0842: {
|
if (this$hydrogen_station == null) {
|
if (other$hydrogen_station == null) {
|
break Label_0842;
|
}
|
}
|
else if (this$hydrogen_station.equals(other$hydrogen_station)) {
|
break Label_0842;
|
}
|
return false;
|
}
|
final Object this$qjgl = this.getQjgl();
|
final Object other$qjgl = other.getQjgl();
|
Label_0879: {
|
if (this$qjgl == null) {
|
if (other$qjgl == null) {
|
break Label_0879;
|
}
|
}
|
else if (this$qjgl.equals(other$qjgl)) {
|
break Label_0879;
|
}
|
return false;
|
}
|
final Object this$gl = this.getGl();
|
final Object other$gl = other.getGl();
|
Label_0916: {
|
if (this$gl == null) {
|
if (other$gl == null) {
|
break Label_0916;
|
}
|
}
|
else if (this$gl.equals(other$gl)) {
|
break Label_0916;
|
}
|
return false;
|
}
|
final Object this$qj = this.getQj();
|
final Object other$qj = other.getQj();
|
Label_0953: {
|
if (this$qj == null) {
|
if (other$qj == null) {
|
break Label_0953;
|
}
|
}
|
else if (this$qj.equals(other$qj)) {
|
break Label_0953;
|
}
|
return false;
|
}
|
final Object this$smjs = this.getSmjs();
|
final Object other$smjs = other.getSmjs();
|
Label_0990: {
|
if (this$smjs == null) {
|
if (other$smjs == null) {
|
break Label_0990;
|
}
|
}
|
else if (this$smjs.equals(other$smjs)) {
|
break Label_0990;
|
}
|
return false;
|
}
|
if (Double.compare(this.getSmjs_startaltitude(), other.getSmjs_startaltitude()) != 0) {
|
return false;
|
}
|
if (Double.compare(this.getSmjs_endaltitude(), other.getSmjs_endaltitude()) != 0) {
|
return false;
|
}
|
final Object this$pd6 = this.getPd6();
|
final Object other$pd6 = other.getPd6();
|
Label_1059: {
|
if (this$pd6 == null) {
|
if (other$pd6 == null) {
|
break Label_1059;
|
}
|
}
|
else if (this$pd6.equals(other$pd6)) {
|
break Label_1059;
|
}
|
return false;
|
}
|
if (Double.compare(this.getPd6_startaltitude(), other.getPd6_startaltitude()) != 0) {
|
return false;
|
}
|
if (Double.compare(this.getPd6_endaltitude(), other.getPd6_endaltitude()) != 0) {
|
return false;
|
}
|
final Object this$appid = this.getAppid();
|
final Object other$appid = other.getAppid();
|
Label_1128: {
|
if (this$appid == null) {
|
if (other$appid == null) {
|
break Label_1128;
|
}
|
}
|
else if (this$appid.equals(other$appid)) {
|
break Label_1128;
|
}
|
return false;
|
}
|
final Object this$tenantId = this.getTenantId();
|
final Object other$tenantId = other.getTenantId();
|
Label_1165: {
|
if (this$tenantId == null) {
|
if (other$tenantId == null) {
|
break Label_1165;
|
}
|
}
|
else if (this$tenantId.equals(other$tenantId)) {
|
break Label_1165;
|
}
|
return false;
|
}
|
final Object this$secret = this.getSecret();
|
final Object other$secret = other.getSecret();
|
Label_1202: {
|
if (this$secret == null) {
|
if (other$secret == null) {
|
break Label_1202;
|
}
|
}
|
else if (this$secret.equals(other$secret)) {
|
break Label_1202;
|
}
|
return false;
|
}
|
final Object this$coUrl = this.getCoUrl();
|
final Object other$coUrl = other.getCoUrl();
|
Label_1239: {
|
if (this$coUrl == null) {
|
if (other$coUrl == null) {
|
break Label_1239;
|
}
|
}
|
else if (this$coUrl.equals(other$coUrl)) {
|
break Label_1239;
|
}
|
return false;
|
}
|
final Object this$imUrl = this.getImUrl();
|
final Object other$imUrl = other.getImUrl();
|
Label_1276: {
|
if (this$imUrl == null) {
|
if (other$imUrl == null) {
|
break Label_1276;
|
}
|
}
|
else if (this$imUrl.equals(other$imUrl)) {
|
break Label_1276;
|
}
|
return false;
|
}
|
final Object this$recipients = this.getRecipients();
|
final Object other$recipients = other.getRecipients();
|
Label_1313: {
|
if (this$recipients == null) {
|
if (other$recipients == null) {
|
break Label_1313;
|
}
|
}
|
else if (this$recipients.equals(other$recipients)) {
|
break Label_1313;
|
}
|
return false;
|
}
|
if (this.getLocationEnable() != other.getLocationEnable()) {
|
return false;
|
}
|
final Object this$yqFenceposition1 = this.getYqFenceposition1();
|
final Object other$yqFenceposition1 = other.getYqFenceposition1();
|
Label_1363: {
|
if (this$yqFenceposition1 == null) {
|
if (other$yqFenceposition1 == null) {
|
break Label_1363;
|
}
|
}
|
else if (this$yqFenceposition1.equals(other$yqFenceposition1)) {
|
break Label_1363;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition2 = this.getYqFenceposition2();
|
final Object other$yqFenceposition2 = other.getYqFenceposition2();
|
Label_1400: {
|
if (this$yqFenceposition2 == null) {
|
if (other$yqFenceposition2 == null) {
|
break Label_1400;
|
}
|
}
|
else if (this$yqFenceposition2.equals(other$yqFenceposition2)) {
|
break Label_1400;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition3 = this.getYqFenceposition3();
|
final Object other$yqFenceposition3 = other.getYqFenceposition3();
|
Label_1437: {
|
if (this$yqFenceposition3 == null) {
|
if (other$yqFenceposition3 == null) {
|
break Label_1437;
|
}
|
}
|
else if (this$yqFenceposition3.equals(other$yqFenceposition3)) {
|
break Label_1437;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition4 = this.getYqFenceposition4();
|
final Object other$yqFenceposition4 = other.getYqFenceposition4();
|
Label_1474: {
|
if (this$yqFenceposition4 == null) {
|
if (other$yqFenceposition4 == null) {
|
break Label_1474;
|
}
|
}
|
else if (this$yqFenceposition4.equals(other$yqFenceposition4)) {
|
break Label_1474;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition5 = this.getYqFenceposition5();
|
final Object other$yqFenceposition5 = other.getYqFenceposition5();
|
Label_1511: {
|
if (this$yqFenceposition5 == null) {
|
if (other$yqFenceposition5 == null) {
|
break Label_1511;
|
}
|
}
|
else if (this$yqFenceposition5.equals(other$yqFenceposition5)) {
|
break Label_1511;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition6 = this.getYqFenceposition6();
|
final Object other$yqFenceposition6 = other.getYqFenceposition6();
|
Label_1548: {
|
if (this$yqFenceposition6 == null) {
|
if (other$yqFenceposition6 == null) {
|
break Label_1548;
|
}
|
}
|
else if (this$yqFenceposition6.equals(other$yqFenceposition6)) {
|
break Label_1548;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition7 = this.getYqFenceposition7();
|
final Object other$yqFenceposition7 = other.getYqFenceposition7();
|
Label_1585: {
|
if (this$yqFenceposition7 == null) {
|
if (other$yqFenceposition7 == null) {
|
break Label_1585;
|
}
|
}
|
else if (this$yqFenceposition7.equals(other$yqFenceposition7)) {
|
break Label_1585;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition8 = this.getYqFenceposition8();
|
final Object other$yqFenceposition8 = other.getYqFenceposition8();
|
Label_1622: {
|
if (this$yqFenceposition8 == null) {
|
if (other$yqFenceposition8 == null) {
|
break Label_1622;
|
}
|
}
|
else if (this$yqFenceposition8.equals(other$yqFenceposition8)) {
|
break Label_1622;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition9 = this.getYqFenceposition9();
|
final Object other$yqFenceposition9 = other.getYqFenceposition9();
|
Label_1659: {
|
if (this$yqFenceposition9 == null) {
|
if (other$yqFenceposition9 == null) {
|
break Label_1659;
|
}
|
}
|
else if (this$yqFenceposition9.equals(other$yqFenceposition9)) {
|
break Label_1659;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition10 = this.getYqFenceposition10();
|
final Object other$yqFenceposition10 = other.getYqFenceposition10();
|
Label_1696: {
|
if (this$yqFenceposition10 == null) {
|
if (other$yqFenceposition10 == null) {
|
break Label_1696;
|
}
|
}
|
else if (this$yqFenceposition10.equals(other$yqFenceposition10)) {
|
break Label_1696;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition11 = this.getYqFenceposition11();
|
final Object other$yqFenceposition11 = other.getYqFenceposition11();
|
Label_1733: {
|
if (this$yqFenceposition11 == null) {
|
if (other$yqFenceposition11 == null) {
|
break Label_1733;
|
}
|
}
|
else if (this$yqFenceposition11.equals(other$yqFenceposition11)) {
|
break Label_1733;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition12 = this.getYqFenceposition12();
|
final Object other$yqFenceposition12 = other.getYqFenceposition12();
|
Label_1770: {
|
if (this$yqFenceposition12 == null) {
|
if (other$yqFenceposition12 == null) {
|
break Label_1770;
|
}
|
}
|
else if (this$yqFenceposition12.equals(other$yqFenceposition12)) {
|
break Label_1770;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition13 = this.getYqFenceposition13();
|
final Object other$yqFenceposition13 = other.getYqFenceposition13();
|
Label_1807: {
|
if (this$yqFenceposition13 == null) {
|
if (other$yqFenceposition13 == null) {
|
break Label_1807;
|
}
|
}
|
else if (this$yqFenceposition13.equals(other$yqFenceposition13)) {
|
break Label_1807;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition14 = this.getYqFenceposition14();
|
final Object other$yqFenceposition14 = other.getYqFenceposition14();
|
Label_1844: {
|
if (this$yqFenceposition14 == null) {
|
if (other$yqFenceposition14 == null) {
|
break Label_1844;
|
}
|
}
|
else if (this$yqFenceposition14.equals(other$yqFenceposition14)) {
|
break Label_1844;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition15 = this.getYqFenceposition15();
|
final Object other$yqFenceposition15 = other.getYqFenceposition15();
|
Label_1881: {
|
if (this$yqFenceposition15 == null) {
|
if (other$yqFenceposition15 == null) {
|
break Label_1881;
|
}
|
}
|
else if (this$yqFenceposition15.equals(other$yqFenceposition15)) {
|
break Label_1881;
|
}
|
return false;
|
}
|
final Object this$yqFenceposition16 = this.getYqFenceposition16();
|
final Object other$yqFenceposition16 = other.getYqFenceposition16();
|
Label_1918: {
|
if (this$yqFenceposition16 == null) {
|
if (other$yqFenceposition16 == null) {
|
break Label_1918;
|
}
|
}
|
else if (this$yqFenceposition16.equals(other$yqFenceposition16)) {
|
break Label_1918;
|
}
|
return false;
|
}
|
final Object this$yqHeight1 = this.getYqHeight1();
|
final Object other$yqHeight1 = other.getYqHeight1();
|
Label_1955: {
|
if (this$yqHeight1 == null) {
|
if (other$yqHeight1 == null) {
|
break Label_1955;
|
}
|
}
|
else if (this$yqHeight1.equals(other$yqHeight1)) {
|
break Label_1955;
|
}
|
return false;
|
}
|
final Object this$yqHeight2 = this.getYqHeight2();
|
final Object other$yqHeight2 = other.getYqHeight2();
|
Label_1992: {
|
if (this$yqHeight2 == null) {
|
if (other$yqHeight2 == null) {
|
break Label_1992;
|
}
|
}
|
else if (this$yqHeight2.equals(other$yqHeight2)) {
|
break Label_1992;
|
}
|
return false;
|
}
|
final Object this$yqHeight3 = this.getYqHeight3();
|
final Object other$yqHeight3 = other.getYqHeight3();
|
Label_2029: {
|
if (this$yqHeight3 == null) {
|
if (other$yqHeight3 == null) {
|
break Label_2029;
|
}
|
}
|
else if (this$yqHeight3.equals(other$yqHeight3)) {
|
break Label_2029;
|
}
|
return false;
|
}
|
final Object this$yqHeight4 = this.getYqHeight4();
|
final Object other$yqHeight4 = other.getYqHeight4();
|
Label_2066: {
|
if (this$yqHeight4 == null) {
|
if (other$yqHeight4 == null) {
|
break Label_2066;
|
}
|
}
|
else if (this$yqHeight4.equals(other$yqHeight4)) {
|
break Label_2066;
|
}
|
return false;
|
}
|
final Object this$yqHeight5 = this.getYqHeight5();
|
final Object other$yqHeight5 = other.getYqHeight5();
|
Label_2103: {
|
if (this$yqHeight5 == null) {
|
if (other$yqHeight5 == null) {
|
break Label_2103;
|
}
|
}
|
else if (this$yqHeight5.equals(other$yqHeight5)) {
|
break Label_2103;
|
}
|
return false;
|
}
|
final Object this$yqHeight6 = this.getYqHeight6();
|
final Object other$yqHeight6 = other.getYqHeight6();
|
Label_2140: {
|
if (this$yqHeight6 == null) {
|
if (other$yqHeight6 == null) {
|
break Label_2140;
|
}
|
}
|
else if (this$yqHeight6.equals(other$yqHeight6)) {
|
break Label_2140;
|
}
|
return false;
|
}
|
final Object this$yqHeight7 = this.getYqHeight7();
|
final Object other$yqHeight7 = other.getYqHeight7();
|
Label_2177: {
|
if (this$yqHeight7 == null) {
|
if (other$yqHeight7 == null) {
|
break Label_2177;
|
}
|
}
|
else if (this$yqHeight7.equals(other$yqHeight7)) {
|
break Label_2177;
|
}
|
return false;
|
}
|
final Object this$yqHeight8 = this.getYqHeight8();
|
final Object other$yqHeight8 = other.getYqHeight8();
|
Label_2214: {
|
if (this$yqHeight8 == null) {
|
if (other$yqHeight8 == null) {
|
break Label_2214;
|
}
|
}
|
else if (this$yqHeight8.equals(other$yqHeight8)) {
|
break Label_2214;
|
}
|
return false;
|
}
|
final Object this$yqHeight9 = this.getYqHeight9();
|
final Object other$yqHeight9 = other.getYqHeight9();
|
Label_2251: {
|
if (this$yqHeight9 == null) {
|
if (other$yqHeight9 == null) {
|
break Label_2251;
|
}
|
}
|
else if (this$yqHeight9.equals(other$yqHeight9)) {
|
break Label_2251;
|
}
|
return false;
|
}
|
final Object this$yqHeight10 = this.getYqHeight10();
|
final Object other$yqHeight10 = other.getYqHeight10();
|
Label_2288: {
|
if (this$yqHeight10 == null) {
|
if (other$yqHeight10 == null) {
|
break Label_2288;
|
}
|
}
|
else if (this$yqHeight10.equals(other$yqHeight10)) {
|
break Label_2288;
|
}
|
return false;
|
}
|
final Object this$yqHeight11 = this.getYqHeight11();
|
final Object other$yqHeight11 = other.getYqHeight11();
|
Label_2325: {
|
if (this$yqHeight11 == null) {
|
if (other$yqHeight11 == null) {
|
break Label_2325;
|
}
|
}
|
else if (this$yqHeight11.equals(other$yqHeight11)) {
|
break Label_2325;
|
}
|
return false;
|
}
|
final Object this$yqHeight12 = this.getYqHeight12();
|
final Object other$yqHeight12 = other.getYqHeight12();
|
Label_2362: {
|
if (this$yqHeight12 == null) {
|
if (other$yqHeight12 == null) {
|
break Label_2362;
|
}
|
}
|
else if (this$yqHeight12.equals(other$yqHeight12)) {
|
break Label_2362;
|
}
|
return false;
|
}
|
final Object this$yqHeight13 = this.getYqHeight13();
|
final Object other$yqHeight13 = other.getYqHeight13();
|
Label_2399: {
|
if (this$yqHeight13 == null) {
|
if (other$yqHeight13 == null) {
|
break Label_2399;
|
}
|
}
|
else if (this$yqHeight13.equals(other$yqHeight13)) {
|
break Label_2399;
|
}
|
return false;
|
}
|
final Object this$yqHeight14 = this.getYqHeight14();
|
final Object other$yqHeight14 = other.getYqHeight14();
|
Label_2436: {
|
if (this$yqHeight14 == null) {
|
if (other$yqHeight14 == null) {
|
break Label_2436;
|
}
|
}
|
else if (this$yqHeight14.equals(other$yqHeight14)) {
|
break Label_2436;
|
}
|
return false;
|
}
|
final Object this$yqHeight15 = this.getYqHeight15();
|
final Object other$yqHeight15 = other.getYqHeight15();
|
Label_2473: {
|
if (this$yqHeight15 == null) {
|
if (other$yqHeight15 == null) {
|
break Label_2473;
|
}
|
}
|
else if (this$yqHeight15.equals(other$yqHeight15)) {
|
break Label_2473;
|
}
|
return false;
|
}
|
final Object this$yqHeight16 = this.getYqHeight16();
|
final Object other$yqHeight16 = other.getYqHeight16();
|
Label_2510: {
|
if (this$yqHeight16 == null) {
|
if (other$yqHeight16 == null) {
|
break Label_2510;
|
}
|
}
|
else if (this$yqHeight16.equals(other$yqHeight16)) {
|
break Label_2510;
|
}
|
return false;
|
}
|
final Object this$yqName1 = this.getYqName1();
|
final Object other$yqName1 = other.getYqName1();
|
Label_2547: {
|
if (this$yqName1 == null) {
|
if (other$yqName1 == null) {
|
break Label_2547;
|
}
|
}
|
else if (this$yqName1.equals(other$yqName1)) {
|
break Label_2547;
|
}
|
return false;
|
}
|
final Object this$yqName2 = this.getYqName2();
|
final Object other$yqName2 = other.getYqName2();
|
Label_2584: {
|
if (this$yqName2 == null) {
|
if (other$yqName2 == null) {
|
break Label_2584;
|
}
|
}
|
else if (this$yqName2.equals(other$yqName2)) {
|
break Label_2584;
|
}
|
return false;
|
}
|
final Object this$yqName3 = this.getYqName3();
|
final Object other$yqName3 = other.getYqName3();
|
Label_2621: {
|
if (this$yqName3 == null) {
|
if (other$yqName3 == null) {
|
break Label_2621;
|
}
|
}
|
else if (this$yqName3.equals(other$yqName3)) {
|
break Label_2621;
|
}
|
return false;
|
}
|
final Object this$yqName4 = this.getYqName4();
|
final Object other$yqName4 = other.getYqName4();
|
Label_2658: {
|
if (this$yqName4 == null) {
|
if (other$yqName4 == null) {
|
break Label_2658;
|
}
|
}
|
else if (this$yqName4.equals(other$yqName4)) {
|
break Label_2658;
|
}
|
return false;
|
}
|
final Object this$yqName5 = this.getYqName5();
|
final Object other$yqName5 = other.getYqName5();
|
Label_2695: {
|
if (this$yqName5 == null) {
|
if (other$yqName5 == null) {
|
break Label_2695;
|
}
|
}
|
else if (this$yqName5.equals(other$yqName5)) {
|
break Label_2695;
|
}
|
return false;
|
}
|
final Object this$yqName6 = this.getYqName6();
|
final Object other$yqName6 = other.getYqName6();
|
Label_2732: {
|
if (this$yqName6 == null) {
|
if (other$yqName6 == null) {
|
break Label_2732;
|
}
|
}
|
else if (this$yqName6.equals(other$yqName6)) {
|
break Label_2732;
|
}
|
return false;
|
}
|
final Object this$yqName7 = this.getYqName7();
|
final Object other$yqName7 = other.getYqName7();
|
Label_2769: {
|
if (this$yqName7 == null) {
|
if (other$yqName7 == null) {
|
break Label_2769;
|
}
|
}
|
else if (this$yqName7.equals(other$yqName7)) {
|
break Label_2769;
|
}
|
return false;
|
}
|
final Object this$yqName8 = this.getYqName8();
|
final Object other$yqName8 = other.getYqName8();
|
Label_2806: {
|
if (this$yqName8 == null) {
|
if (other$yqName8 == null) {
|
break Label_2806;
|
}
|
}
|
else if (this$yqName8.equals(other$yqName8)) {
|
break Label_2806;
|
}
|
return false;
|
}
|
final Object this$yqName9 = this.getYqName9();
|
final Object other$yqName9 = other.getYqName9();
|
Label_2843: {
|
if (this$yqName9 == null) {
|
if (other$yqName9 == null) {
|
break Label_2843;
|
}
|
}
|
else if (this$yqName9.equals(other$yqName9)) {
|
break Label_2843;
|
}
|
return false;
|
}
|
final Object this$yqName10 = this.getYqName10();
|
final Object other$yqName10 = other.getYqName10();
|
Label_2880: {
|
if (this$yqName10 == null) {
|
if (other$yqName10 == null) {
|
break Label_2880;
|
}
|
}
|
else if (this$yqName10.equals(other$yqName10)) {
|
break Label_2880;
|
}
|
return false;
|
}
|
final Object this$yqName11 = this.getYqName11();
|
final Object other$yqName11 = other.getYqName11();
|
Label_2917: {
|
if (this$yqName11 == null) {
|
if (other$yqName11 == null) {
|
break Label_2917;
|
}
|
}
|
else if (this$yqName11.equals(other$yqName11)) {
|
break Label_2917;
|
}
|
return false;
|
}
|
final Object this$yqName12 = this.getYqName12();
|
final Object other$yqName12 = other.getYqName12();
|
Label_2954: {
|
if (this$yqName12 == null) {
|
if (other$yqName12 == null) {
|
break Label_2954;
|
}
|
}
|
else if (this$yqName12.equals(other$yqName12)) {
|
break Label_2954;
|
}
|
return false;
|
}
|
final Object this$yqName13 = this.getYqName13();
|
final Object other$yqName13 = other.getYqName13();
|
Label_2991: {
|
if (this$yqName13 == null) {
|
if (other$yqName13 == null) {
|
break Label_2991;
|
}
|
}
|
else if (this$yqName13.equals(other$yqName13)) {
|
break Label_2991;
|
}
|
return false;
|
}
|
final Object this$yqName14 = this.getYqName14();
|
final Object other$yqName14 = other.getYqName14();
|
Label_3028: {
|
if (this$yqName14 == null) {
|
if (other$yqName14 == null) {
|
break Label_3028;
|
}
|
}
|
else if (this$yqName14.equals(other$yqName14)) {
|
break Label_3028;
|
}
|
return false;
|
}
|
final Object this$yqName15 = this.getYqName15();
|
final Object other$yqName15 = other.getYqName15();
|
Label_3065: {
|
if (this$yqName15 == null) {
|
if (other$yqName15 == null) {
|
break Label_3065;
|
}
|
}
|
else if (this$yqName15.equals(other$yqName15)) {
|
break Label_3065;
|
}
|
return false;
|
}
|
final Object this$yqName16 = this.getYqName16();
|
final Object other$yqName16 = other.getYqName16();
|
Label_3102: {
|
if (this$yqName16 == null) {
|
if (other$yqName16 == null) {
|
break Label_3102;
|
}
|
}
|
else if (this$yqName16.equals(other$yqName16)) {
|
break Label_3102;
|
}
|
return false;
|
}
|
final Object this$yqLevel1 = this.getYqLevel1();
|
final Object other$yqLevel1 = other.getYqLevel1();
|
Label_3139: {
|
if (this$yqLevel1 == null) {
|
if (other$yqLevel1 == null) {
|
break Label_3139;
|
}
|
}
|
else if (this$yqLevel1.equals(other$yqLevel1)) {
|
break Label_3139;
|
}
|
return false;
|
}
|
final Object this$yqLevel2 = this.getYqLevel2();
|
final Object other$yqLevel2 = other.getYqLevel2();
|
Label_3176: {
|
if (this$yqLevel2 == null) {
|
if (other$yqLevel2 == null) {
|
break Label_3176;
|
}
|
}
|
else if (this$yqLevel2.equals(other$yqLevel2)) {
|
break Label_3176;
|
}
|
return false;
|
}
|
final Object this$yqLevel3 = this.getYqLevel3();
|
final Object other$yqLevel3 = other.getYqLevel3();
|
Label_3213: {
|
if (this$yqLevel3 == null) {
|
if (other$yqLevel3 == null) {
|
break Label_3213;
|
}
|
}
|
else if (this$yqLevel3.equals(other$yqLevel3)) {
|
break Label_3213;
|
}
|
return false;
|
}
|
final Object this$yqLevel4 = this.getYqLevel4();
|
final Object other$yqLevel4 = other.getYqLevel4();
|
Label_3250: {
|
if (this$yqLevel4 == null) {
|
if (other$yqLevel4 == null) {
|
break Label_3250;
|
}
|
}
|
else if (this$yqLevel4.equals(other$yqLevel4)) {
|
break Label_3250;
|
}
|
return false;
|
}
|
final Object this$yqLevel5 = this.getYqLevel5();
|
final Object other$yqLevel5 = other.getYqLevel5();
|
Label_3287: {
|
if (this$yqLevel5 == null) {
|
if (other$yqLevel5 == null) {
|
break Label_3287;
|
}
|
}
|
else if (this$yqLevel5.equals(other$yqLevel5)) {
|
break Label_3287;
|
}
|
return false;
|
}
|
final Object this$yqLevel6 = this.getYqLevel6();
|
final Object other$yqLevel6 = other.getYqLevel6();
|
Label_3324: {
|
if (this$yqLevel6 == null) {
|
if (other$yqLevel6 == null) {
|
break Label_3324;
|
}
|
}
|
else if (this$yqLevel6.equals(other$yqLevel6)) {
|
break Label_3324;
|
}
|
return false;
|
}
|
final Object this$yqLevel7 = this.getYqLevel7();
|
final Object other$yqLevel7 = other.getYqLevel7();
|
Label_3361: {
|
if (this$yqLevel7 == null) {
|
if (other$yqLevel7 == null) {
|
break Label_3361;
|
}
|
}
|
else if (this$yqLevel7.equals(other$yqLevel7)) {
|
break Label_3361;
|
}
|
return false;
|
}
|
final Object this$yqLevel8 = this.getYqLevel8();
|
final Object other$yqLevel8 = other.getYqLevel8();
|
Label_3398: {
|
if (this$yqLevel8 == null) {
|
if (other$yqLevel8 == null) {
|
break Label_3398;
|
}
|
}
|
else if (this$yqLevel8.equals(other$yqLevel8)) {
|
break Label_3398;
|
}
|
return false;
|
}
|
final Object this$yqLevel9 = this.getYqLevel9();
|
final Object other$yqLevel9 = other.getYqLevel9();
|
Label_3435: {
|
if (this$yqLevel9 == null) {
|
if (other$yqLevel9 == null) {
|
break Label_3435;
|
}
|
}
|
else if (this$yqLevel9.equals(other$yqLevel9)) {
|
break Label_3435;
|
}
|
return false;
|
}
|
final Object this$yqLevel10 = this.getYqLevel10();
|
final Object other$yqLevel10 = other.getYqLevel10();
|
Label_3472: {
|
if (this$yqLevel10 == null) {
|
if (other$yqLevel10 == null) {
|
break Label_3472;
|
}
|
}
|
else if (this$yqLevel10.equals(other$yqLevel10)) {
|
break Label_3472;
|
}
|
return false;
|
}
|
final Object this$yqLevel11 = this.getYqLevel11();
|
final Object other$yqLevel11 = other.getYqLevel11();
|
Label_3509: {
|
if (this$yqLevel11 == null) {
|
if (other$yqLevel11 == null) {
|
break Label_3509;
|
}
|
}
|
else if (this$yqLevel11.equals(other$yqLevel11)) {
|
break Label_3509;
|
}
|
return false;
|
}
|
final Object this$yqLevel12 = this.getYqLevel12();
|
final Object other$yqLevel12 = other.getYqLevel12();
|
Label_3546: {
|
if (this$yqLevel12 == null) {
|
if (other$yqLevel12 == null) {
|
break Label_3546;
|
}
|
}
|
else if (this$yqLevel12.equals(other$yqLevel12)) {
|
break Label_3546;
|
}
|
return false;
|
}
|
final Object this$yqLevel13 = this.getYqLevel13();
|
final Object other$yqLevel13 = other.getYqLevel13();
|
Label_3583: {
|
if (this$yqLevel13 == null) {
|
if (other$yqLevel13 == null) {
|
break Label_3583;
|
}
|
}
|
else if (this$yqLevel13.equals(other$yqLevel13)) {
|
break Label_3583;
|
}
|
return false;
|
}
|
final Object this$yqLevel14 = this.getYqLevel14();
|
final Object other$yqLevel14 = other.getYqLevel14();
|
Label_3620: {
|
if (this$yqLevel14 == null) {
|
if (other$yqLevel14 == null) {
|
break Label_3620;
|
}
|
}
|
else if (this$yqLevel14.equals(other$yqLevel14)) {
|
break Label_3620;
|
}
|
return false;
|
}
|
final Object this$yqLevel15 = this.getYqLevel15();
|
final Object other$yqLevel15 = other.getYqLevel15();
|
Label_3657: {
|
if (this$yqLevel15 == null) {
|
if (other$yqLevel15 == null) {
|
break Label_3657;
|
}
|
}
|
else if (this$yqLevel15.equals(other$yqLevel15)) {
|
break Label_3657;
|
}
|
return false;
|
}
|
final Object this$yqLevel16 = this.getYqLevel16();
|
final Object other$yqLevel16 = other.getYqLevel16();
|
if (this$yqLevel16 == null) {
|
if (other$yqLevel16 == null) {
|
return true;
|
}
|
}
|
else if (this$yqLevel16.equals(other$yqLevel16)) {
|
return true;
|
}
|
return false;
|
}
|
|
protected boolean canEqual(final Object other) {
|
return other instanceof ConfigInfo;
|
}
|
|
@Override
|
public int hashCode() {
|
final int PRIME = 59;
|
int result = 1;
|
final Object $server_url = this.getServer_url();
|
result = result * 59 + (($server_url == null) ? 43 : $server_url.hashCode());
|
final Object $dzzzUrl = this.getDzzzUrl();
|
result = result * 59 + (($dzzzUrl == null) ? 43 : $dzzzUrl.hashCode());
|
final Object $iam_url = this.getIam_url();
|
result = result * 59 + (($iam_url == null) ? 43 : $iam_url.hashCode());
|
final Object $userInfo_url = this.getUserInfo_url();
|
result = result * 59 + (($userInfo_url == null) ? 43 : $userInfo_url.hashCode());
|
final Object $token_url = this.getToken_url();
|
result = result * 59 + (($token_url == null) ? 43 : $token_url.hashCode());
|
final Object $check_token = this.getCheck_token();
|
result = result * 59 + (($check_token == null) ? 43 : $check_token.hashCode());
|
final Object $GPS_EntityList = this.getGPS_EntityList();
|
result = result * 59 + (($GPS_EntityList == null) ? 43 : $GPS_EntityList.hashCode());
|
final Object $GPS_Historylocation = this.getGPS_Historylocation();
|
result = result * 59 + (($GPS_Historylocation == null) ? 43 : $GPS_Historylocation.hashCode());
|
final Object $UWB_Personlocation = this.getUWB_Personlocation();
|
result = result * 59 + (($UWB_Personlocation == null) ? 43 : $UWB_Personlocation.hashCode());
|
final Object $UWB_MultiPersonlocations = this.getUWB_MultiPersonlocations();
|
result = result * 59 + (($UWB_MultiPersonlocations == null) ? 43 : $UWB_MultiPersonlocations.hashCode());
|
final Object $UWB_Historylocation = this.getUWB_Historylocation();
|
result = result * 59 + (($UWB_Historylocation == null) ? 43 : $UWB_Historylocation.hashCode());
|
final Object $UWB_MultiHistorylocations = this.getUWB_MultiHistorylocations();
|
result = result * 59 + (($UWB_MultiHistorylocations == null) ? 43 : $UWB_MultiHistorylocations.hashCode());
|
final Object $device_ip = this.getDevice_ip();
|
result = result * 59 + (($device_ip == null) ? 43 : $device_ip.hashCode());
|
final Object $safeSystem_ip = this.getSafeSystem_ip();
|
result = result * 59 + (($safeSystem_ip == null) ? 43 : $safeSystem_ip.hashCode());
|
final Object $shopId = this.getShopId();
|
result = result * 59 + (($shopId == null) ? 43 : $shopId.hashCode());
|
final Object $modId = this.getModId();
|
result = result * 59 + (($modId == null) ? 43 : $modId.hashCode());
|
final Object $modKey = this.getModKey();
|
result = result * 59 + (($modKey == null) ? 43 : $modKey.hashCode());
|
final Object $pageNum = this.getPageNum();
|
result = result * 59 + (($pageNum == null) ? 43 : $pageNum.hashCode());
|
final Object $pageSize = this.getPageSize();
|
result = result * 59 + (($pageSize == null) ? 43 : $pageSize.hashCode());
|
final Object $timevalue = this.getTimevalue();
|
result = result * 59 + (($timevalue == null) ? 43 : $timevalue.hashCode());
|
final Object $apikey = this.getApikey();
|
result = result * 59 + (($apikey == null) ? 43 : $apikey.hashCode());
|
final Object $hydrogen_station = this.getHydrogen_station();
|
result = result * 59 + (($hydrogen_station == null) ? 43 : $hydrogen_station.hashCode());
|
final Object $qjgl = this.getQjgl();
|
result = result * 59 + (($qjgl == null) ? 43 : $qjgl.hashCode());
|
final Object $gl = this.getGl();
|
result = result * 59 + (($gl == null) ? 43 : $gl.hashCode());
|
final Object $qj = this.getQj();
|
result = result * 59 + (($qj == null) ? 43 : $qj.hashCode());
|
final Object $smjs = this.getSmjs();
|
result = result * 59 + (($smjs == null) ? 43 : $smjs.hashCode());
|
final long $smjs_startaltitude = Double.doubleToLongBits(this.getSmjs_startaltitude());
|
result = result * 59 + (int)($smjs_startaltitude >>> 32 ^ $smjs_startaltitude);
|
final long $smjs_endaltitude = Double.doubleToLongBits(this.getSmjs_endaltitude());
|
result = result * 59 + (int)($smjs_endaltitude >>> 32 ^ $smjs_endaltitude);
|
final Object $pd6 = this.getPd6();
|
result = result * 59 + (($pd6 == null) ? 43 : $pd6.hashCode());
|
final long $pd6_startaltitude = Double.doubleToLongBits(this.getPd6_startaltitude());
|
result = result * 59 + (int)($pd6_startaltitude >>> 32 ^ $pd6_startaltitude);
|
final long $pd6_endaltitude = Double.doubleToLongBits(this.getPd6_endaltitude());
|
result = result * 59 + (int)($pd6_endaltitude >>> 32 ^ $pd6_endaltitude);
|
final Object $appid = this.getAppid();
|
result = result * 59 + (($appid == null) ? 43 : $appid.hashCode());
|
final Object $tenantId = this.getTenantId();
|
result = result * 59 + (($tenantId == null) ? 43 : $tenantId.hashCode());
|
final Object $secret = this.getSecret();
|
result = result * 59 + (($secret == null) ? 43 : $secret.hashCode());
|
final Object $coUrl = this.getCoUrl();
|
result = result * 59 + (($coUrl == null) ? 43 : $coUrl.hashCode());
|
final Object $imUrl = this.getImUrl();
|
result = result * 59 + (($imUrl == null) ? 43 : $imUrl.hashCode());
|
final Object $recipients = this.getRecipients();
|
result = result * 59 + (($recipients == null) ? 43 : $recipients.hashCode());
|
result = result * 59 + this.getLocationEnable();
|
final Object $yqFenceposition1 = this.getYqFenceposition1();
|
result = result * 59 + (($yqFenceposition1 == null) ? 43 : $yqFenceposition1.hashCode());
|
final Object $yqFenceposition2 = this.getYqFenceposition2();
|
result = result * 59 + (($yqFenceposition2 == null) ? 43 : $yqFenceposition2.hashCode());
|
final Object $yqFenceposition3 = this.getYqFenceposition3();
|
result = result * 59 + (($yqFenceposition3 == null) ? 43 : $yqFenceposition3.hashCode());
|
final Object $yqFenceposition4 = this.getYqFenceposition4();
|
result = result * 59 + (($yqFenceposition4 == null) ? 43 : $yqFenceposition4.hashCode());
|
final Object $yqFenceposition5 = this.getYqFenceposition5();
|
result = result * 59 + (($yqFenceposition5 == null) ? 43 : $yqFenceposition5.hashCode());
|
final Object $yqFenceposition6 = this.getYqFenceposition6();
|
result = result * 59 + (($yqFenceposition6 == null) ? 43 : $yqFenceposition6.hashCode());
|
final Object $yqFenceposition7 = this.getYqFenceposition7();
|
result = result * 59 + (($yqFenceposition7 == null) ? 43 : $yqFenceposition7.hashCode());
|
final Object $yqFenceposition8 = this.getYqFenceposition8();
|
result = result * 59 + (($yqFenceposition8 == null) ? 43 : $yqFenceposition8.hashCode());
|
final Object $yqFenceposition9 = this.getYqFenceposition9();
|
result = result * 59 + (($yqFenceposition9 == null) ? 43 : $yqFenceposition9.hashCode());
|
final Object $yqFenceposition10 = this.getYqFenceposition10();
|
result = result * 59 + (($yqFenceposition10 == null) ? 43 : $yqFenceposition10.hashCode());
|
final Object $yqFenceposition11 = this.getYqFenceposition11();
|
result = result * 59 + (($yqFenceposition11 == null) ? 43 : $yqFenceposition11.hashCode());
|
final Object $yqFenceposition12 = this.getYqFenceposition12();
|
result = result * 59 + (($yqFenceposition12 == null) ? 43 : $yqFenceposition12.hashCode());
|
final Object $yqFenceposition13 = this.getYqFenceposition13();
|
result = result * 59 + (($yqFenceposition13 == null) ? 43 : $yqFenceposition13.hashCode());
|
final Object $yqFenceposition14 = this.getYqFenceposition14();
|
result = result * 59 + (($yqFenceposition14 == null) ? 43 : $yqFenceposition14.hashCode());
|
final Object $yqFenceposition15 = this.getYqFenceposition15();
|
result = result * 59 + (($yqFenceposition15 == null) ? 43 : $yqFenceposition15.hashCode());
|
final Object $yqFenceposition16 = this.getYqFenceposition16();
|
result = result * 59 + (($yqFenceposition16 == null) ? 43 : $yqFenceposition16.hashCode());
|
final Object $yqHeight1 = this.getYqHeight1();
|
result = result * 59 + (($yqHeight1 == null) ? 43 : $yqHeight1.hashCode());
|
final Object $yqHeight2 = this.getYqHeight2();
|
result = result * 59 + (($yqHeight2 == null) ? 43 : $yqHeight2.hashCode());
|
final Object $yqHeight3 = this.getYqHeight3();
|
result = result * 59 + (($yqHeight3 == null) ? 43 : $yqHeight3.hashCode());
|
final Object $yqHeight4 = this.getYqHeight4();
|
result = result * 59 + (($yqHeight4 == null) ? 43 : $yqHeight4.hashCode());
|
final Object $yqHeight5 = this.getYqHeight5();
|
result = result * 59 + (($yqHeight5 == null) ? 43 : $yqHeight5.hashCode());
|
final Object $yqHeight6 = this.getYqHeight6();
|
result = result * 59 + (($yqHeight6 == null) ? 43 : $yqHeight6.hashCode());
|
final Object $yqHeight7 = this.getYqHeight7();
|
result = result * 59 + (($yqHeight7 == null) ? 43 : $yqHeight7.hashCode());
|
final Object $yqHeight8 = this.getYqHeight8();
|
result = result * 59 + (($yqHeight8 == null) ? 43 : $yqHeight8.hashCode());
|
final Object $yqHeight9 = this.getYqHeight9();
|
result = result * 59 + (($yqHeight9 == null) ? 43 : $yqHeight9.hashCode());
|
final Object $yqHeight10 = this.getYqHeight10();
|
result = result * 59 + (($yqHeight10 == null) ? 43 : $yqHeight10.hashCode());
|
final Object $yqHeight11 = this.getYqHeight11();
|
result = result * 59 + (($yqHeight11 == null) ? 43 : $yqHeight11.hashCode());
|
final Object $yqHeight12 = this.getYqHeight12();
|
result = result * 59 + (($yqHeight12 == null) ? 43 : $yqHeight12.hashCode());
|
final Object $yqHeight13 = this.getYqHeight13();
|
result = result * 59 + (($yqHeight13 == null) ? 43 : $yqHeight13.hashCode());
|
final Object $yqHeight14 = this.getYqHeight14();
|
result = result * 59 + (($yqHeight14 == null) ? 43 : $yqHeight14.hashCode());
|
final Object $yqHeight15 = this.getYqHeight15();
|
result = result * 59 + (($yqHeight15 == null) ? 43 : $yqHeight15.hashCode());
|
final Object $yqHeight16 = this.getYqHeight16();
|
result = result * 59 + (($yqHeight16 == null) ? 43 : $yqHeight16.hashCode());
|
final Object $yqName1 = this.getYqName1();
|
result = result * 59 + (($yqName1 == null) ? 43 : $yqName1.hashCode());
|
final Object $yqName2 = this.getYqName2();
|
result = result * 59 + (($yqName2 == null) ? 43 : $yqName2.hashCode());
|
final Object $yqName3 = this.getYqName3();
|
result = result * 59 + (($yqName3 == null) ? 43 : $yqName3.hashCode());
|
final Object $yqName4 = this.getYqName4();
|
result = result * 59 + (($yqName4 == null) ? 43 : $yqName4.hashCode());
|
final Object $yqName5 = this.getYqName5();
|
result = result * 59 + (($yqName5 == null) ? 43 : $yqName5.hashCode());
|
final Object $yqName6 = this.getYqName6();
|
result = result * 59 + (($yqName6 == null) ? 43 : $yqName6.hashCode());
|
final Object $yqName7 = this.getYqName7();
|
result = result * 59 + (($yqName7 == null) ? 43 : $yqName7.hashCode());
|
final Object $yqName8 = this.getYqName8();
|
result = result * 59 + (($yqName8 == null) ? 43 : $yqName8.hashCode());
|
final Object $yqName9 = this.getYqName9();
|
result = result * 59 + (($yqName9 == null) ? 43 : $yqName9.hashCode());
|
final Object $yqName10 = this.getYqName10();
|
result = result * 59 + (($yqName10 == null) ? 43 : $yqName10.hashCode());
|
final Object $yqName11 = this.getYqName11();
|
result = result * 59 + (($yqName11 == null) ? 43 : $yqName11.hashCode());
|
final Object $yqName12 = this.getYqName12();
|
result = result * 59 + (($yqName12 == null) ? 43 : $yqName12.hashCode());
|
final Object $yqName13 = this.getYqName13();
|
result = result * 59 + (($yqName13 == null) ? 43 : $yqName13.hashCode());
|
final Object $yqName14 = this.getYqName14();
|
result = result * 59 + (($yqName14 == null) ? 43 : $yqName14.hashCode());
|
final Object $yqName15 = this.getYqName15();
|
result = result * 59 + (($yqName15 == null) ? 43 : $yqName15.hashCode());
|
final Object $yqName16 = this.getYqName16();
|
result = result * 59 + (($yqName16 == null) ? 43 : $yqName16.hashCode());
|
final Object $yqLevel1 = this.getYqLevel1();
|
result = result * 59 + (($yqLevel1 == null) ? 43 : $yqLevel1.hashCode());
|
final Object $yqLevel2 = this.getYqLevel2();
|
result = result * 59 + (($yqLevel2 == null) ? 43 : $yqLevel2.hashCode());
|
final Object $yqLevel3 = this.getYqLevel3();
|
result = result * 59 + (($yqLevel3 == null) ? 43 : $yqLevel3.hashCode());
|
final Object $yqLevel4 = this.getYqLevel4();
|
result = result * 59 + (($yqLevel4 == null) ? 43 : $yqLevel4.hashCode());
|
final Object $yqLevel5 = this.getYqLevel5();
|
result = result * 59 + (($yqLevel5 == null) ? 43 : $yqLevel5.hashCode());
|
final Object $yqLevel6 = this.getYqLevel6();
|
result = result * 59 + (($yqLevel6 == null) ? 43 : $yqLevel6.hashCode());
|
final Object $yqLevel7 = this.getYqLevel7();
|
result = result * 59 + (($yqLevel7 == null) ? 43 : $yqLevel7.hashCode());
|
final Object $yqLevel8 = this.getYqLevel8();
|
result = result * 59 + (($yqLevel8 == null) ? 43 : $yqLevel8.hashCode());
|
final Object $yqLevel9 = this.getYqLevel9();
|
result = result * 59 + (($yqLevel9 == null) ? 43 : $yqLevel9.hashCode());
|
final Object $yqLevel10 = this.getYqLevel10();
|
result = result * 59 + (($yqLevel10 == null) ? 43 : $yqLevel10.hashCode());
|
final Object $yqLevel11 = this.getYqLevel11();
|
result = result * 59 + (($yqLevel11 == null) ? 43 : $yqLevel11.hashCode());
|
final Object $yqLevel12 = this.getYqLevel12();
|
result = result * 59 + (($yqLevel12 == null) ? 43 : $yqLevel12.hashCode());
|
final Object $yqLevel13 = this.getYqLevel13();
|
result = result * 59 + (($yqLevel13 == null) ? 43 : $yqLevel13.hashCode());
|
final Object $yqLevel14 = this.getYqLevel14();
|
result = result * 59 + (($yqLevel14 == null) ? 43 : $yqLevel14.hashCode());
|
final Object $yqLevel15 = this.getYqLevel15();
|
result = result * 59 + (($yqLevel15 == null) ? 43 : $yqLevel15.hashCode());
|
final Object $yqLevel16 = this.getYqLevel16();
|
result = result * 59 + (($yqLevel16 == null) ? 43 : $yqLevel16.hashCode());
|
return result;
|
}
|
|
@Override
|
public String toString() {
|
return "ConfigInfo(server_url=" + this.getServer_url() + ", dzzzUrl=" + this.getDzzzUrl() + ", iam_url=" + this.getIam_url() + ", userInfo_url=" + this.getUserInfo_url() + ", token_url=" + this.getToken_url() + ", check_token=" + this.getCheck_token() + ", GPS_EntityList=" + this.getGPS_EntityList() + ", GPS_Historylocation=" + this.getGPS_Historylocation() + ", UWB_Personlocation=" + this.getUWB_Personlocation() + ", UWB_MultiPersonlocations=" + this.getUWB_MultiPersonlocations() + ", UWB_Historylocation=" + this.getUWB_Historylocation() + ", UWB_MultiHistorylocations=" + this.getUWB_MultiHistorylocations() + ", device_ip=" + this.getDevice_ip() + ", safeSystem_ip=" + this.getSafeSystem_ip() + ", shopId=" + this.getShopId() + ", modId=" + this.getModId() + ", modKey=" + this.getModKey() + ", pageNum=" + this.getPageNum() + ", pageSize=" + this.getPageSize() + ", timevalue=" + this.getTimevalue() + ", apikey=" + this.getApikey() + ", hydrogen_station=" + this.getHydrogen_station() + ", qjgl=" + this.getQjgl() + ", gl=" + this.getGl() + ", qj=" + this.getQj() + ", smjs=" + this.getSmjs() + ", smjs_startaltitude=" + this.getSmjs_startaltitude() + ", smjs_endaltitude=" + this.getSmjs_endaltitude() + ", pd6=" + this.getPd6() + ", pd6_startaltitude=" + this.getPd6_startaltitude() + ", pd6_endaltitude=" + this.getPd6_endaltitude() + ", appid=" + this.getAppid() + ", tenantId=" + this.getTenantId() + ", secret=" + this.getSecret() + ", coUrl=" + this.getCoUrl() + ", imUrl=" + this.getImUrl() + ", recipients=" + this.getRecipients() + ", locationEnable=" + this.getLocationEnable() + ", yqFenceposition1=" + this.getYqFenceposition1() + ", yqFenceposition2=" + this.getYqFenceposition2() + ", yqFenceposition3=" + this.getYqFenceposition3() + ", yqFenceposition4=" + this.getYqFenceposition4() + ", yqFenceposition5=" + this.getYqFenceposition5() + ", yqFenceposition6=" + this.getYqFenceposition6() + ", yqFenceposition7=" + this.getYqFenceposition7() + ", yqFenceposition8=" + this.getYqFenceposition8() + ", yqFenceposition9=" + this.getYqFenceposition9() + ", yqFenceposition10=" + this.getYqFenceposition10() + ", yqFenceposition11=" + this.getYqFenceposition11() + ", yqFenceposition12=" + this.getYqFenceposition12() + ", yqFenceposition13=" + this.getYqFenceposition13() + ", yqFenceposition14=" + this.getYqFenceposition14() + ", yqFenceposition15=" + this.getYqFenceposition15() + ", yqFenceposition16=" + this.getYqFenceposition16() + ", yqHeight1=" + this.getYqHeight1() + ", yqHeight2=" + this.getYqHeight2() + ", yqHeight3=" + this.getYqHeight3() + ", yqHeight4=" + this.getYqHeight4() + ", yqHeight5=" + this.getYqHeight5() + ", yqHeight6=" + this.getYqHeight6() + ", yqHeight7=" + this.getYqHeight7() + ", yqHeight8=" + this.getYqHeight8() + ", yqHeight9=" + this.getYqHeight9() + ", yqHeight10=" + this.getYqHeight10() + ", yqHeight11=" + this.getYqHeight11() + ", yqHeight12=" + this.getYqHeight12() + ", yqHeight13=" + this.getYqHeight13() + ", yqHeight14=" + this.getYqHeight14() + ", yqHeight15=" + this.getYqHeight15() + ", yqHeight16=" + this.getYqHeight16() + ", yqName1=" + this.getYqName1() + ", yqName2=" + this.getYqName2() + ", yqName3=" + this.getYqName3() + ", yqName4=" + this.getYqName4() + ", yqName5=" + this.getYqName5() + ", yqName6=" + this.getYqName6() + ", yqName7=" + this.getYqName7() + ", yqName8=" + this.getYqName8() + ", yqName9=" + this.getYqName9() + ", yqName10=" + this.getYqName10() + ", yqName11=" + this.getYqName11() + ", yqName12=" + this.getYqName12() + ", yqName13=" + this.getYqName13() + ", yqName14=" + this.getYqName14() + ", yqName15=" + this.getYqName15() + ", yqName16=" + this.getYqName16() + ", yqLevel1=" + this.getYqLevel1() + ", yqLevel2=" + this.getYqLevel2() + ", yqLevel3=" + this.getYqLevel3() + ", yqLevel4=" + this.getYqLevel4() + ", yqLevel5=" + this.getYqLevel5() + ", yqLevel6=" + this.getYqLevel6() + ", yqLevel7=" + this.getYqLevel7() + ", yqLevel8=" + this.getYqLevel8() + ", yqLevel9=" + this.getYqLevel9() + ", yqLevel10=" + this.getYqLevel10() + ", yqLevel11=" + this.getYqLevel11() + ", yqLevel12=" + this.getYqLevel12() + ", yqLevel13=" + this.getYqLevel13() + ", yqLevel14=" + this.getYqLevel14() + ", yqLevel15=" + this.getYqLevel15() + ", yqLevel16=" + this.getYqLevel16() + ")";
|
}
|
}
|