141 lines
4.9 KiB
Java
141 lines
4.9 KiB
Java
package o;
|
|
|
|
import com.google.android.libraries.places.api.model.PlaceTypes;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class jeV {
|
|
|
|
@SerializedName("latitude")
|
|
public final String a;
|
|
|
|
@SerializedName("longitude")
|
|
public final String b;
|
|
|
|
@SerializedName(PlaceTypes.FLOOR)
|
|
public final String c;
|
|
|
|
@SerializedName("district")
|
|
public final String d;
|
|
|
|
@SerializedName("lot")
|
|
public final String e;
|
|
|
|
@SerializedName("road")
|
|
public final String f;
|
|
|
|
@SerializedName("postalCode")
|
|
public final String g;
|
|
|
|
@SerializedName("province")
|
|
public final String h;
|
|
|
|
@SerializedName("number")
|
|
public final String i;
|
|
|
|
@SerializedName("observationPoint")
|
|
public final String j;
|
|
|
|
@SerializedName("subdistrict")
|
|
public final String k;
|
|
|
|
@SerializedName("villageNumber")
|
|
public final String l;
|
|
|
|
@SerializedName("village")
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("soi")
|
|
public final String f9183o;
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.i;
|
|
String str4 = this.l;
|
|
String str5 = this.n;
|
|
String str6 = this.f9183o;
|
|
String str7 = this.f;
|
|
String str8 = this.k;
|
|
String str9 = this.d;
|
|
String str10 = this.h;
|
|
String str11 = this.g;
|
|
String str12 = this.j;
|
|
String str13 = this.a;
|
|
String str14 = this.b;
|
|
StringBuilder sb = new StringBuilder("AddressEntity(lot=");
|
|
sb.append(str);
|
|
sb.append(", floor=");
|
|
sb.append(str2);
|
|
sb.append(", number=");
|
|
sb.append(str3);
|
|
sb.append(", villageNumber=");
|
|
sb.append(str4);
|
|
sb.append(", village=");
|
|
sb.append(str5);
|
|
sb.append(", soi=");
|
|
sb.append(str6);
|
|
sb.append(", road=");
|
|
sb.append(str7);
|
|
sb.append(", subdistrict=");
|
|
sb.append(str8);
|
|
sb.append(", district=");
|
|
sb.append(str9);
|
|
sb.append(", province=");
|
|
sb.append(str10);
|
|
sb.append(", postalCode=");
|
|
sb.append(str11);
|
|
sb.append(", observationPoint=");
|
|
sb.append(str12);
|
|
sb.append(", latitude=");
|
|
sb.append(str13);
|
|
sb.append(", longitude=");
|
|
sb.append(str14);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.i;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.l;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.n;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.f9183o;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.f;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.k;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.d;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.h;
|
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.g;
|
|
int hashCode11 = str11 == null ? 0 : str11.hashCode();
|
|
String str12 = this.j;
|
|
int hashCode12 = str12 == null ? 0 : str12.hashCode();
|
|
String str13 = this.a;
|
|
int hashCode13 = str13 == null ? 0 : str13.hashCode();
|
|
String str14 = this.b;
|
|
return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (str14 != null ? str14.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof jeV)) {
|
|
return false;
|
|
}
|
|
jeV jev = (jeV) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) jev.e) && C14957gcv.b((Object) this.c, (Object) jev.c) && C14957gcv.b((Object) this.i, (Object) jev.i) && C14957gcv.b((Object) this.l, (Object) jev.l) && C14957gcv.b((Object) this.n, (Object) jev.n) && C14957gcv.b((Object) this.f9183o, (Object) jev.f9183o) && C14957gcv.b((Object) this.f, (Object) jev.f) && C14957gcv.b((Object) this.k, (Object) jev.k) && C14957gcv.b((Object) this.d, (Object) jev.d) && C14957gcv.b((Object) this.h, (Object) jev.h) && C14957gcv.b((Object) this.g, (Object) jev.g) && C14957gcv.b((Object) this.j, (Object) jev.j) && C14957gcv.b((Object) this.a, (Object) jev.a) && C14957gcv.b((Object) this.b, (Object) jev.b);
|
|
}
|
|
}
|