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

134 lines
5.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Tf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0994Tf {
public String a;
public String b;
public String c;
public String d;
public String e;
public String f;
public String g;
public String h;
public String i;
public String j;
public String k;
public String l;
public String m;
public String n;
/* renamed from: o, reason: collision with root package name */
public String f8377o;
private String q;
public String r;
public C0994Tf(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15, String str16, String str17) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
C14957gcv.e(str11, "");
C14957gcv.e(str12, "");
C14957gcv.e(str13, "");
C14957gcv.e(str14, "");
C14957gcv.e(str15, "");
C14957gcv.e(str16, "");
C14957gcv.e(str17, "");
this.a = str;
this.i = str2;
this.g = str3;
this.f8377o = str4;
this.b = str5;
this.l = str6;
this.m = str7;
this.e = str8;
this.k = str9;
this.c = str10;
this.n = str11;
this.f = str12;
this.j = str13;
this.h = str14;
this.d = str15;
this.q = str16;
this.r = str17;
}
public final String toString() {
String str = this.a;
String str2 = this.i;
String str3 = this.g;
String str4 = this.f8377o;
String str5 = this.b;
String str6 = this.l;
String str7 = this.m;
String str8 = this.e;
String str9 = this.k;
String str10 = this.c;
String str11 = this.n;
String str12 = this.f;
String str13 = this.j;
String str14 = this.h;
String str15 = this.d;
String str16 = this.q;
String str17 = this.r;
StringBuilder sb = new StringBuilder("AddressInputDisplay(countryCode=");
sb.append(str);
sb.append(", houseNo=");
sb.append(str2);
sb.append(", moo=");
sb.append(str3);
sb.append(", road=");
sb.append(str4);
sb.append(", floor=");
sb.append(str5);
sb.append(", unit=");
sb.append(str6);
sb.append(", village=");
sb.append(str7);
sb.append(", alley=");
sb.append(str8);
sb.append(", subDistrict=");
sb.append(str9);
sb.append(", district=");
sb.append(str10);
sb.append(", province=");
sb.append(str11);
sb.append(", postalCode=");
sb.append(str12);
sb.append(", otherCountryDistrict=");
sb.append(str13);
sb.append(", otherCountryRoad=");
sb.append(str14);
sb.append(", city=");
sb.append(str15);
sb.append(", state=");
sb.append(str16);
sb.append(", zipCode=");
sb.append(str17);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((((((((((((((this.a.hashCode() * 31) + this.i.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f8377o.hashCode()) * 31) + this.b.hashCode()) * 31) + this.l.hashCode()) * 31) + this.m.hashCode()) * 31) + this.e.hashCode()) * 31) + this.k.hashCode()) * 31) + this.c.hashCode()) * 31) + this.n.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode()) * 31) + this.h.hashCode()) * 31) + this.d.hashCode()) * 31) + this.q.hashCode()) * 31) + this.r.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0994Tf)) {
return false;
}
C0994Tf c0994Tf = (C0994Tf) obj;
return C14957gcv.b((Object) this.a, (Object) c0994Tf.a) && C14957gcv.b((Object) this.i, (Object) c0994Tf.i) && C14957gcv.b((Object) this.g, (Object) c0994Tf.g) && C14957gcv.b((Object) this.f8377o, (Object) c0994Tf.f8377o) && C14957gcv.b((Object) this.b, (Object) c0994Tf.b) && C14957gcv.b((Object) this.l, (Object) c0994Tf.l) && C14957gcv.b((Object) this.m, (Object) c0994Tf.m) && C14957gcv.b((Object) this.e, (Object) c0994Tf.e) && C14957gcv.b((Object) this.k, (Object) c0994Tf.k) && C14957gcv.b((Object) this.c, (Object) c0994Tf.c) && C14957gcv.b((Object) this.n, (Object) c0994Tf.n) && C14957gcv.b((Object) this.f, (Object) c0994Tf.f) && C14957gcv.b((Object) this.j, (Object) c0994Tf.j) && C14957gcv.b((Object) this.h, (Object) c0994Tf.h) && C14957gcv.b((Object) this.d, (Object) c0994Tf.d) && C14957gcv.b((Object) this.q, (Object) c0994Tf.q) && C14957gcv.b((Object) this.r, (Object) c0994Tf.r);
}
}