what-the-bank/sources/o/C14870gak.java

178 lines
6.0 KiB
Java

package o;
import com.google.android.libraries.places.api.model.PlaceTypes;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
import java.util.List;
/* renamed from: o.gak, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14870gak {
@SerializedName(CommonConstant.KEY_COUNTRY_CODE)
public final String a;
@SerializedName("alley")
public final String b;
@SerializedName("district")
public final String c;
@SerializedName("addressFormatted")
public final List<String> d;
@SerializedName("countryOfBirth")
public final String e;
@SerializedName(PlaceTypes.FLOOR)
public final String f;
@SerializedName("moo")
public final String g;
@SerializedName("postalCode")
public final String h;
@SerializedName("province")
public final String i;
@SerializedName("houseNumber")
public final String j;
@SerializedName("village")
public final String k;
@SerializedName("trok")
public final String l;
@SerializedName("unit")
public final String m;
@SerializedName("subDistrict")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("road")
public final String f9137o;
private C14870gak(byte b) {
this.j = null;
this.m = null;
this.f = null;
this.k = null;
this.g = null;
this.l = null;
this.b = null;
this.f9137o = null;
this.c = null;
this.n = null;
this.i = null;
this.a = null;
this.h = null;
this.d = null;
this.e = null;
}
private /* synthetic */ C14870gak(char c) {
this((byte) 0);
}
public final String toString() {
String str = this.j;
String str2 = this.m;
String str3 = this.f;
String str4 = this.k;
String str5 = this.g;
String str6 = this.l;
String str7 = this.b;
String str8 = this.f9137o;
String str9 = this.c;
String str10 = this.n;
String str11 = this.i;
String str12 = this.a;
String str13 = this.h;
List<String> list = this.d;
String str14 = this.e;
StringBuilder sb = new StringBuilder("CurrentAddressEntity(houseNumber=");
sb.append(str);
sb.append(", unit=");
sb.append(str2);
sb.append(", floor=");
sb.append(str3);
sb.append(", village=");
sb.append(str4);
sb.append(", moo=");
sb.append(str5);
sb.append(", trok=");
sb.append(str6);
sb.append(", alley=");
sb.append(str7);
sb.append(", road=");
sb.append(str8);
sb.append(", district=");
sb.append(str9);
sb.append(", subDistrict=");
sb.append(str10);
sb.append(", province=");
sb.append(str11);
sb.append(", countryCode=");
sb.append(str12);
sb.append(", postalCode=");
sb.append(str13);
sb.append(", addressFormatted=");
sb.append(list);
sb.append(", countryOfBirth=");
sb.append(str14);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.m;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.k;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.l;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.f9137o;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.c;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.n;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.i;
int hashCode11 = str11 == null ? 0 : str11.hashCode();
String str12 = this.a;
int hashCode12 = str12 == null ? 0 : str12.hashCode();
String str13 = this.h;
int hashCode13 = str13 == null ? 0 : str13.hashCode();
List<String> list = this.d;
int hashCode14 = list == null ? 0 : list.hashCode();
String str14 = this.e;
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) + hashCode14) * 31) + (str14 != null ? str14.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C14870gak)) {
return false;
}
C14870gak c14870gak = (C14870gak) obj;
return C14957gcv.b((Object) this.j, (Object) c14870gak.j) && C14957gcv.b((Object) this.m, (Object) c14870gak.m) && C14957gcv.b((Object) this.f, (Object) c14870gak.f) && C14957gcv.b((Object) this.k, (Object) c14870gak.k) && C14957gcv.b((Object) this.g, (Object) c14870gak.g) && C14957gcv.b((Object) this.l, (Object) c14870gak.l) && C14957gcv.b((Object) this.b, (Object) c14870gak.b) && C14957gcv.b((Object) this.f9137o, (Object) c14870gak.f9137o) && C14957gcv.b((Object) this.c, (Object) c14870gak.c) && C14957gcv.b((Object) this.n, (Object) c14870gak.n) && C14957gcv.b((Object) this.i, (Object) c14870gak.i) && C14957gcv.b((Object) this.a, (Object) c14870gak.a) && C14957gcv.b((Object) this.h, (Object) c14870gak.h) && C14957gcv.b(this.d, c14870gak.d) && C14957gcv.b((Object) this.e, (Object) c14870gak.e);
}
public C14870gak() {
this((char) 0);
}
}