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

140 lines
4.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.android.libraries.places.api.model.PlaceTypes;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4697bf {
@SerializedName("number")
private final String a;
@SerializedName("moo")
private final String b;
@SerializedName("district")
private final String c;
@SerializedName(PlaceTypes.FLOOR)
private final String d;
@SerializedName("alley")
private final String e;
@SerializedName("province")
private final String f;
@SerializedName("postalCode")
private final String g;
@SerializedName("subDistrict")
private final String h;
@SerializedName("unit")
private final String i;
@SerializedName("road")
private final String j;
/* renamed from: o, reason: collision with root package name */
@SerializedName("village")
private final String f8569o;
private /* synthetic */ C4697bf(byte b) {
this(null, null, null, null, null, null, null, null, null, null, null);
}
public C4697bf(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
this.d = str;
this.i = str2;
this.a = str3;
this.f8569o = str4;
this.b = str5;
this.e = str6;
this.j = str7;
this.c = str8;
this.h = str9;
this.f = str10;
this.g = str11;
}
public final String toString() {
String str = this.d;
String str2 = this.i;
String str3 = this.a;
String str4 = this.f8569o;
String str5 = this.b;
String str6 = this.e;
String str7 = this.j;
String str8 = this.c;
String str9 = this.h;
String str10 = this.f;
String str11 = this.g;
StringBuilder sb = new StringBuilder("AddressDetails(floor=");
sb.append(str);
sb.append(", unit=");
sb.append(str2);
sb.append(", number=");
sb.append(str3);
sb.append(", village=");
sb.append(str4);
sb.append(", moo=");
sb.append(str5);
sb.append(", alley=");
sb.append(str6);
sb.append(", road=");
sb.append(str7);
sb.append(", district=");
sb.append(str8);
sb.append(", subDistrict=");
sb.append(str9);
sb.append(", province=");
sb.append(str10);
sb.append(", postalCode=");
sb.append(str11);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f8569o;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.e;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.j;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.c;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.h;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.f;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
String str11 = this.g;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C4697bf)) {
return false;
}
C4697bf c4697bf = (C4697bf) obj;
return C14957gcv.b((Object) this.d, (Object) c4697bf.d) && C14957gcv.b((Object) this.i, (Object) c4697bf.i) && C14957gcv.b((Object) this.a, (Object) c4697bf.a) && C14957gcv.b((Object) this.f8569o, (Object) c4697bf.f8569o) && C14957gcv.b((Object) this.b, (Object) c4697bf.b) && C14957gcv.b((Object) this.e, (Object) c4697bf.e) && C14957gcv.b((Object) this.j, (Object) c4697bf.j) && C14957gcv.b((Object) this.c, (Object) c4697bf.c) && C14957gcv.b((Object) this.h, (Object) c4697bf.h) && C14957gcv.b((Object) this.f, (Object) c4697bf.f) && C14957gcv.b((Object) this.g, (Object) c4697bf.g);
}
public C4697bf() {
this((byte) 0);
}
}