116 lines
4.0 KiB
Java
116 lines
4.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.bXh, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C4349bXh {
|
||
|
|
||
|
@SerializedName("dopaDisclaimerMsg")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("dopaTrackingId")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("citizenId")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("dateOfBirth")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("checkStep")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("fullnameTh")
|
||
|
public final String f;
|
||
|
|
||
|
@SerializedName("fullnameEn")
|
||
|
public final String g;
|
||
|
|
||
|
@SerializedName("fatcaFlag")
|
||
|
public final String h;
|
||
|
|
||
|
@SerializedName("openOmnibusFlag")
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("openMfFlag")
|
||
|
public final String j;
|
||
|
|
||
|
@SerializedName("openSCBSFlag")
|
||
|
public final String m;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.h;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.j;
|
||
|
String str4 = this.m;
|
||
|
String str5 = this.i;
|
||
|
String str6 = this.b;
|
||
|
String str7 = this.f;
|
||
|
String str8 = this.g;
|
||
|
String str9 = this.c;
|
||
|
String str10 = this.d;
|
||
|
String str11 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("SingleFormEligibilityDataEntity(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(str10);
|
||
|
sb.append(", dopaDisclaimerMsg=");
|
||
|
sb.append(str11);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.h;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.j;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.m;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.i;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.b;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.f;
|
||
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.g;
|
||
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
||
|
String str9 = this.c;
|
||
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
||
|
String str10 = this.d;
|
||
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
||
|
String str11 = this.a;
|
||
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C4349bXh)) {
|
||
|
return false;
|
||
|
}
|
||
|
C4349bXh c4349bXh = (C4349bXh) obj;
|
||
|
return C14957gcv.b((Object) this.h, (Object) c4349bXh.h) && C14957gcv.b((Object) this.e, (Object) c4349bXh.e) && C14957gcv.b((Object) this.j, (Object) c4349bXh.j) && C14957gcv.b((Object) this.m, (Object) c4349bXh.m) && C14957gcv.b((Object) this.i, (Object) c4349bXh.i) && C14957gcv.b((Object) this.b, (Object) c4349bXh.b) && C14957gcv.b((Object) this.f, (Object) c4349bXh.f) && C14957gcv.b((Object) this.g, (Object) c4349bXh.g) && C14957gcv.b((Object) this.c, (Object) c4349bXh.c) && C14957gcv.b((Object) this.d, (Object) c4349bXh.d) && C14957gcv.b((Object) this.a, (Object) c4349bXh.a);
|
||
|
}
|
||
|
}
|