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

106 lines
3.9 KiB
Java

package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class VPh {
public final String a;
public final String b;
public final OffsetDateTime 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;
private final String l;
public VPh(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, OffsetDateTime offsetDateTime, String str10) {
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
this.l = str;
this.a = str2;
this.h = str3;
this.i = str4;
this.g = str5;
this.b = str6;
this.f = str7;
this.j = str8;
this.e = str9;
this.c = offsetDateTime;
this.d = str10;
}
public final String toString() {
String str = this.l;
String str2 = this.a;
String str3 = this.h;
String str4 = this.i;
String str5 = this.g;
String str6 = this.b;
String str7 = this.f;
String str8 = this.j;
String str9 = this.e;
OffsetDateTime offsetDateTime = this.c;
String str10 = this.d;
StringBuilder sb = new StringBuilder("SingleFormEligibilityData(fatcaFlag=");
sb.append(str);
sb.append(", checkStep=");
sb.append(str2);
sb.append(", openMfFlag=");
sb.append(str3);
sb.append(", openSCBSFlag=");
sb.append(str4);
sb.append(", openOmnibusFlag=");
sb.append(str5);
sb.append(", dopaTrackingId=");
sb.append(str6);
sb.append(", fullnameTh=");
sb.append(str7);
sb.append(", fullnameEn=");
sb.append(str8);
sb.append(", citizenId=");
sb.append(str9);
sb.append(", dateOfBirth=");
sb.append(offsetDateTime);
sb.append(", dopaDisclaimerMsg=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.l;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.h;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
int hashCode7 = this.f.hashCode();
int hashCode8 = this.j.hashCode();
int hashCode9 = this.e.hashCode();
OffsetDateTime offsetDateTime = this.c;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (offsetDateTime != null ? offsetDateTime.hashCode() : 0)) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof VPh)) {
return false;
}
VPh vPh = (VPh) obj;
return C14957gcv.b((Object) this.l, (Object) vPh.l) && C14957gcv.b((Object) this.a, (Object) vPh.a) && C14957gcv.b((Object) this.h, (Object) vPh.h) && C14957gcv.b((Object) this.i, (Object) vPh.i) && C14957gcv.b((Object) this.g, (Object) vPh.g) && C14957gcv.b((Object) this.b, (Object) vPh.b) && C14957gcv.b((Object) this.f, (Object) vPh.f) && C14957gcv.b((Object) this.j, (Object) vPh.j) && C14957gcv.b((Object) this.e, (Object) vPh.e) && C14957gcv.b(this.c, vPh.c) && C14957gcv.b((Object) this.d, (Object) vPh.d);
}
}