177 lines
6.2 KiB
Java
177 lines
6.2 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class NF extends MV {
|
|
public final String a;
|
|
public final boolean 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 boolean k;
|
|
public final IeS l;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
public final String a;
|
|
public final Boolean b;
|
|
public final String c;
|
|
private final String d;
|
|
public final String e;
|
|
|
|
public IeS(String str, Boolean bool, String str2, String str3, String str4) {
|
|
this.d = str;
|
|
this.b = bool;
|
|
this.a = str2;
|
|
this.e = str3;
|
|
this.c = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
Boolean bool = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.e;
|
|
String str4 = this.c;
|
|
StringBuilder sb = new StringBuilder("SpouseInfo(citizenship=");
|
|
sb.append(str);
|
|
sb.append(", isTh=");
|
|
sb.append(bool);
|
|
sb.append(", thaiFirstName=");
|
|
sb.append(str2);
|
|
sb.append(", thaiLastName=");
|
|
sb.append(str3);
|
|
sb.append(", citizenId=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
Boolean bool = this.b;
|
|
int hashCode2 = bool == null ? 0 : bool.hashCode();
|
|
String str2 = this.a;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof IeS)) {
|
|
return false;
|
|
}
|
|
IeS ieS = (IeS) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) ieS.d) && C14957gcv.b(this.b, ieS.b) && C14957gcv.b((Object) this.a, (Object) ieS.a) && C14957gcv.b((Object) this.e, (Object) ieS.e) && C14957gcv.b((Object) this.c, (Object) ieS.c);
|
|
}
|
|
}
|
|
|
|
public NF(String str, String str2, String str3, String str4, String str5, boolean z, String str6, String str7, String str8, String str9, boolean z2, IeS ieS) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str6, "");
|
|
this.j = str;
|
|
this.d = str2;
|
|
this.i = str3;
|
|
this.g = str4;
|
|
this.e = str5;
|
|
this.b = z;
|
|
this.f = str6;
|
|
this.c = str7;
|
|
this.a = str8;
|
|
this.h = str9;
|
|
this.k = z2;
|
|
this.l = ieS;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.j;
|
|
String str2 = this.d;
|
|
String str3 = this.i;
|
|
String str4 = this.g;
|
|
String str5 = this.e;
|
|
boolean z = this.b;
|
|
String str6 = this.f;
|
|
String str7 = this.c;
|
|
String str8 = this.a;
|
|
String str9 = this.h;
|
|
boolean z2 = this.k;
|
|
IeS ieS = this.l;
|
|
StringBuilder sb = new StringBuilder("HmlPersonalInfoDisplay(nameEn=");
|
|
sb.append(str);
|
|
sb.append(", firstName=");
|
|
sb.append(str2);
|
|
sb.append(", lastName=");
|
|
sb.append(str3);
|
|
sb.append(", mobileNo=");
|
|
sb.append(str4);
|
|
sb.append(", email=");
|
|
sb.append(str5);
|
|
sb.append(", isEmailEnabled=");
|
|
sb.append(z);
|
|
sb.append(", mailing=");
|
|
sb.append(str6);
|
|
sb.append(", income=");
|
|
sb.append(str7);
|
|
sb.append(", expiryDate=");
|
|
sb.append(str8);
|
|
sb.append(", laserCode=");
|
|
sb.append(str9);
|
|
sb.append(", requireThName=");
|
|
sb.append(z2);
|
|
sb.append(", spouseInfo=");
|
|
sb.append(ieS);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.j.hashCode();
|
|
String str = this.d;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.i;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
int hashCode4 = this.g.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
boolean z = this.b;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
int hashCode6 = this.f.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode7 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.a;
|
|
int hashCode8 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.h;
|
|
int hashCode9 = str6 == null ? 0 : str6.hashCode();
|
|
boolean z2 = this.k;
|
|
int i2 = z2 ? 1 : z2 ? 1 : 0;
|
|
IeS ieS = this.l;
|
|
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i2) * 31) + (ieS != null ? ieS.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof NF)) {
|
|
return false;
|
|
}
|
|
NF nf = (NF) obj;
|
|
return C14957gcv.b((Object) this.j, (Object) nf.j) && C14957gcv.b((Object) this.d, (Object) nf.d) && C14957gcv.b((Object) this.i, (Object) nf.i) && C14957gcv.b((Object) this.g, (Object) nf.g) && C14957gcv.b((Object) this.e, (Object) nf.e) && this.b == nf.b && C14957gcv.b((Object) this.f, (Object) nf.f) && C14957gcv.b((Object) this.c, (Object) nf.c) && C14957gcv.b((Object) this.a, (Object) nf.a) && C14957gcv.b((Object) this.h, (Object) nf.h) && this.k == nf.k && C14957gcv.b(this.l, nf.l);
|
|
}
|
|
}
|