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

143 lines
5.6 KiB
Java

package o;
/* renamed from: o.Nr, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0748Nr extends MV {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
public final String k;
public final String l;
public final Boolean m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8292o;
public final String p;
public C0748Nr(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, Boolean bool, String str11, String str12, String str13, String str14, String str15) {
this.p = str;
this.n = str2;
this.f8292o = str3;
this.a = str4;
this.c = str5;
this.k = str6;
this.b = str7;
this.d = str8;
this.g = str9;
this.i = str10;
this.m = bool;
this.j = str11;
this.l = str12;
this.f = str13;
this.h = str14;
this.e = str15;
}
public final String toString() {
String str = this.p;
String str2 = this.n;
String str3 = this.f8292o;
String str4 = this.a;
String str5 = this.c;
String str6 = this.k;
String str7 = this.b;
String str8 = this.d;
String str9 = this.g;
String str10 = this.i;
Boolean bool = this.m;
String str11 = this.j;
String str12 = this.l;
String str13 = this.f;
String str14 = this.h;
String str15 = this.e;
StringBuilder sb = new StringBuilder("HmlNTBContactInfoDisplay(thaiTitle=");
sb.append(str);
sb.append(", thaiFirstName=");
sb.append(str2);
sb.append(", thaiLastName=");
sb.append(str3);
sb.append(", engFirstName=");
sb.append(str4);
sb.append(", engLastName=");
sb.append(str5);
sb.append(", mobileNo=");
sb.append(str6);
sb.append(", birthDate=");
sb.append(str7);
sb.append(", email=");
sb.append(str8);
sb.append(", income=");
sb.append(str9);
sb.append(", homeAddress=");
sb.append(str10);
sb.append(", sameAddressFlag=");
sb.append(bool);
sb.append(", mailingAddress=");
sb.append(str11);
sb.append(", numberID=");
sb.append(str12);
sb.append(", laserCode=");
sb.append(str13);
sb.append(", issueDate=");
sb.append(str14);
sb.append(", expiryDate=");
sb.append(str15);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.p;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.n;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f8292o;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.c;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.k;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.d;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.g;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.i;
int hashCode10 = str10 == null ? 0 : str10.hashCode();
Boolean bool = this.m;
int hashCode11 = bool == null ? 0 : bool.hashCode();
String str11 = this.j;
int hashCode12 = str11 == null ? 0 : str11.hashCode();
String str12 = this.l;
int hashCode13 = str12 == null ? 0 : str12.hashCode();
String str13 = this.f;
int hashCode14 = str13 == null ? 0 : str13.hashCode();
String str14 = this.h;
int hashCode15 = str14 == null ? 0 : str14.hashCode();
String str15 = 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) + hashCode15) * 31) + (str15 != null ? str15.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0748Nr)) {
return false;
}
C0748Nr c0748Nr = (C0748Nr) obj;
return C14957gcv.b((Object) this.p, (Object) c0748Nr.p) && C14957gcv.b((Object) this.n, (Object) c0748Nr.n) && C14957gcv.b((Object) this.f8292o, (Object) c0748Nr.f8292o) && C14957gcv.b((Object) this.a, (Object) c0748Nr.a) && C14957gcv.b((Object) this.c, (Object) c0748Nr.c) && C14957gcv.b((Object) this.k, (Object) c0748Nr.k) && C14957gcv.b((Object) this.b, (Object) c0748Nr.b) && C14957gcv.b((Object) this.d, (Object) c0748Nr.d) && C14957gcv.b((Object) this.g, (Object) c0748Nr.g) && C14957gcv.b((Object) this.i, (Object) c0748Nr.i) && C14957gcv.b(this.m, c0748Nr.m) && C14957gcv.b((Object) this.j, (Object) c0748Nr.j) && C14957gcv.b((Object) this.l, (Object) c0748Nr.l) && C14957gcv.b((Object) this.f, (Object) c0748Nr.f) && C14957gcv.b((Object) this.h, (Object) c0748Nr.h) && C14957gcv.b((Object) this.e, (Object) c0748Nr.e);
}
}