114 lines
4.1 KiB
Java
114 lines
4.1 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Ni, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0735Ni {
|
|
public final C0725Nb a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final boolean g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String k;
|
|
public final String l;
|
|
|
|
public C0735Ni(String str, String str2, String str3, String str4, String str5, String str6, String str7, boolean z, String str8, String str9, String str10, C0725Nb c0725Nb) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(c0725Nb, "");
|
|
this.f = str;
|
|
this.c = str2;
|
|
this.e = str3;
|
|
this.h = str4;
|
|
this.b = str5;
|
|
this.i = str6;
|
|
this.l = str7;
|
|
this.g = z;
|
|
this.j = str8;
|
|
this.k = str9;
|
|
this.d = str10;
|
|
this.a = c0725Nb;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.f;
|
|
String str2 = this.c;
|
|
String str3 = this.e;
|
|
String str4 = this.h;
|
|
String str5 = this.b;
|
|
String str6 = this.i;
|
|
String str7 = this.l;
|
|
boolean z = this.g;
|
|
String str8 = this.j;
|
|
String str9 = this.k;
|
|
String str10 = this.d;
|
|
C0725Nb c0725Nb = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlContactInfoDisplay(mobileNumber=");
|
|
sb.append(str);
|
|
sb.append(", dateOfBirth=");
|
|
sb.append(str2);
|
|
sb.append(", email=");
|
|
sb.append(str3);
|
|
sb.append(", mailingAddress=");
|
|
sb.append(str4);
|
|
sb.append(", homeAddress=");
|
|
sb.append(str5);
|
|
sb.append(", monthlyIncome=");
|
|
sb.append(str6);
|
|
sb.append(", photosAttached=");
|
|
sb.append(str7);
|
|
sb.append(", isPhotoAttachedIconVisible=");
|
|
sb.append(z);
|
|
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();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.f.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.e.hashCode();
|
|
int hashCode4 = this.h.hashCode();
|
|
String str = this.b;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
int hashCode6 = this.i.hashCode();
|
|
int hashCode7 = this.l.hashCode();
|
|
boolean z = this.g;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 31) + this.j.hashCode()) * 31) + this.k.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0735Ni)) {
|
|
return false;
|
|
}
|
|
C0735Ni c0735Ni = (C0735Ni) obj;
|
|
return C14957gcv.b((Object) this.f, (Object) c0735Ni.f) && C14957gcv.b((Object) this.c, (Object) c0735Ni.c) && C14957gcv.b((Object) this.e, (Object) c0735Ni.e) && C14957gcv.b((Object) this.h, (Object) c0735Ni.h) && C14957gcv.b((Object) this.b, (Object) c0735Ni.b) && C14957gcv.b((Object) this.i, (Object) c0735Ni.i) && C14957gcv.b((Object) this.l, (Object) c0735Ni.l) && this.g == c0735Ni.g && C14957gcv.b((Object) this.j, (Object) c0735Ni.j) && C14957gcv.b((Object) this.k, (Object) c0735Ni.k) && C14957gcv.b((Object) this.d, (Object) c0735Ni.d) && C14957gcv.b(this.a, c0735Ni.a);
|
|
}
|
|
}
|