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

107 lines
3.9 KiB
Java

package o;
import java.util.List;
/* renamed from: o.Oc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0768Oc {
public final String a;
public final String b;
public final List<String> c;
public final C0725Nb d;
public final String e;
private final String f;
public final String g;
public final String h;
public final String i;
public final String j;
private final String k;
private final String n;
public C0768Oc(String str, String str2, String str3, String str4, String str5, String str6, String str7, List<String> list, String str8, String str9, String str10, C0725Nb c0725Nb) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(list, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
C14957gcv.e(c0725Nb, "");
this.k = str;
this.n = str2;
this.i = str3;
this.a = str4;
this.j = str5;
this.f = str6;
this.b = str7;
this.c = list;
this.g = str8;
this.h = str9;
this.e = str10;
this.d = c0725Nb;
}
public final String toString() {
String str = this.k;
String str2 = this.n;
String str3 = this.i;
String str4 = this.a;
String str5 = this.j;
String str6 = this.f;
String str7 = this.b;
List<String> list = this.c;
String str8 = this.g;
String str9 = this.h;
String str10 = this.e;
C0725Nb c0725Nb = this.d;
StringBuilder sb = new StringBuilder("HmlBusinessOwnerCustomerContactDisplay(thaiTitle=");
sb.append(str);
sb.append(", engTitle=");
sb.append(str2);
sb.append(", thaiName=");
sb.append(str3);
sb.append(", engName=");
sb.append(str4);
sb.append(", mobileNo=");
sb.append(str5);
sb.append(", dateOfBirth=");
sb.append(str6);
sb.append(", email=");
sb.append(str7);
sb.append(", mailingAddress=");
sb.append(list);
sb.append(", maritalStatus=");
sb.append(str8);
sb.append(", residentType=");
sb.append(str9);
sb.append(", educationLevel=");
sb.append(str10);
sb.append(", citizenId=");
sb.append(c0725Nb);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.k.hashCode();
int hashCode2 = this.n.hashCode();
int hashCode3 = this.i.hashCode();
String str = this.a;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.j.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.g.hashCode()) * 31) + this.h.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0768Oc)) {
return false;
}
C0768Oc c0768Oc = (C0768Oc) obj;
return C14957gcv.b((Object) this.k, (Object) c0768Oc.k) && C14957gcv.b((Object) this.n, (Object) c0768Oc.n) && C14957gcv.b((Object) this.i, (Object) c0768Oc.i) && C14957gcv.b((Object) this.a, (Object) c0768Oc.a) && C14957gcv.b((Object) this.j, (Object) c0768Oc.j) && C14957gcv.b((Object) this.f, (Object) c0768Oc.f) && C14957gcv.b((Object) this.b, (Object) c0768Oc.b) && C14957gcv.b(this.c, c0768Oc.c) && C14957gcv.b((Object) this.g, (Object) c0768Oc.g) && C14957gcv.b((Object) this.h, (Object) c0768Oc.h) && C14957gcv.b((Object) this.e, (Object) c0768Oc.e) && C14957gcv.b(this.d, c0768Oc.d);
}
}