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

137 lines
5.0 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class GJE {
public final Urh<String> a;
public final String b;
public final String c;
public final Urh<String> d;
public final List<String> e;
public final String f;
public final String g;
public final Urh<String> h;
public final String i;
public final String j;
public final String k;
public final String l;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8179o;
/* loaded from: classes3.dex */
public enum Sts {
WORK,
MAILING,
HOME,
BUSINESS
}
public GJE(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, Urh<String> urh, Urh<String> urh2, Urh<String> urh3, List<String> list) {
C14957gcv.e(list, "");
this.f8179o = str;
this.n = str2;
this.l = str3;
this.b = str4;
this.j = str5;
this.c = str6;
this.g = str7;
this.i = str8;
this.f = str9;
this.k = str10;
this.a = urh;
this.d = urh2;
this.h = urh3;
this.e = list;
}
public final String toString() {
String str = this.f8179o;
String str2 = this.n;
String str3 = this.l;
String str4 = this.b;
String str5 = this.j;
String str6 = this.c;
String str7 = this.g;
String str8 = this.i;
String str9 = this.f;
String str10 = this.k;
Urh<String> urh = this.a;
Urh<String> urh2 = this.d;
Urh<String> urh3 = this.h;
List<String> list = this.e;
StringBuilder sb = new StringBuilder("Address(floorNumber=");
sb.append(str);
sb.append(", formatCode=");
sb.append(str2);
sb.append(", unitNumber=");
sb.append(str3);
sb.append(", addressNumber=");
sb.append(str4);
sb.append(", addressVillage=");
sb.append(str5);
sb.append(", addressMoo=");
sb.append(str6);
sb.append(", addressTrok=");
sb.append(str7);
sb.append(", addressSoi=");
sb.append(str8);
sb.append(", addressThanon=");
sb.append(str9);
sb.append(", addressZipCode=");
sb.append(str10);
sb.append(", addressDistrict=");
sb.append(urh);
sb.append(", addressAmphur=");
sb.append(urh2);
sb.append(", addressProvince=");
sb.append(urh3);
sb.append(", addressFormatted=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.f8179o;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.n;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.l;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.j;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.c;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.g;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.i;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.f;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.k;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
Urh<String> urh = this.a;
int hashCode11 = urh == null ? 0 : urh.hashCode();
Urh<String> urh2 = this.d;
int hashCode12 = urh2 == null ? 0 : urh2.hashCode();
Urh<String> urh3 = this.h;
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) + (urh3 != null ? urh3.hashCode() : 0)) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof GJE)) {
return false;
}
GJE gje = (GJE) obj;
return C14957gcv.b((Object) this.f8179o, (Object) gje.f8179o) && C14957gcv.b((Object) this.n, (Object) gje.n) && C14957gcv.b((Object) this.l, (Object) gje.l) && C14957gcv.b((Object) this.b, (Object) gje.b) && C14957gcv.b((Object) this.j, (Object) gje.j) && C14957gcv.b((Object) this.c, (Object) gje.c) && C14957gcv.b((Object) this.g, (Object) gje.g) && C14957gcv.b((Object) this.i, (Object) gje.i) && C14957gcv.b((Object) this.f, (Object) gje.f) && C14957gcv.b((Object) this.k, (Object) gje.k) && C14957gcv.b(this.a, gje.a) && C14957gcv.b(this.d, gje.d) && C14957gcv.b(this.h, gje.h) && C14957gcv.b(this.e, gje.e);
}
}