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

109 lines
3.9 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class cHU {
public final OffsetDateTime a;
public final String b;
public final LoR c;
public final String d;
public final String e;
public final List<String> f;
public final String g;
public final String h;
public final String i;
public final String j;
public final String l;
/* renamed from: o, reason: collision with root package name */
public final String f8604o;
public cHU(String str, String str2, String str3, String str4, String str5, OffsetDateTime offsetDateTime, String str6, List<String> list, String str7, String str8, String str9, LoR loR) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str5, "");
C14957gcv.e(offsetDateTime, "");
C14957gcv.e(str6, "");
C14957gcv.e(list, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(loR, "");
this.l = str;
this.i = str2;
this.f8604o = str3;
this.b = str4;
this.g = str5;
this.a = offsetDateTime;
this.e = str6;
this.f = list;
this.h = str7;
this.j = str8;
this.d = str9;
this.c = loR;
}
public final String toString() {
String str = this.l;
String str2 = this.i;
String str3 = this.f8604o;
String str4 = this.b;
String str5 = this.g;
OffsetDateTime offsetDateTime = this.a;
String str6 = this.e;
List<String> list = this.f;
String str7 = this.h;
String str8 = this.j;
String str9 = this.d;
LoR loR = this.c;
StringBuilder sb = new StringBuilder("HmlBusinessOwnerCustomerContact(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(offsetDateTime);
sb.append(", email=");
sb.append(str6);
sb.append(", mailingAddress=");
sb.append(list);
sb.append(", maritalStatus=");
sb.append(str7);
sb.append(", residentType=");
sb.append(str8);
sb.append(", educationLevel=");
sb.append(str9);
sb.append(", citizenId=");
sb.append(loR);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.l.hashCode();
int hashCode2 = this.i.hashCode();
int hashCode3 = this.f8604o.hashCode();
String str = this.b;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.g.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.f.hashCode()) * 31) + this.h.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof cHU)) {
return false;
}
cHU chu = (cHU) obj;
return C14957gcv.b((Object) this.l, (Object) chu.l) && C14957gcv.b((Object) this.i, (Object) chu.i) && C14957gcv.b((Object) this.f8604o, (Object) chu.f8604o) && C14957gcv.b((Object) this.b, (Object) chu.b) && C14957gcv.b((Object) this.g, (Object) chu.g) && C14957gcv.b(this.a, chu.a) && C14957gcv.b((Object) this.e, (Object) chu.e) && C14957gcv.b(this.f, chu.f) && C14957gcv.b((Object) this.h, (Object) chu.h) && C14957gcv.b((Object) this.j, (Object) chu.j) && C14957gcv.b((Object) this.d, (Object) chu.d) && C14957gcv.b(this.c, chu.c);
}
}