167 lines
6.3 KiB
Java
167 lines
6.3 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* renamed from: o.Goi, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0438Goi {
|
|
public final OffsetDateTime a;
|
|
public final String b;
|
|
public final String c;
|
|
public final MQH d;
|
|
public final List<String> e;
|
|
public final List<String> f;
|
|
public final String g;
|
|
public final String h;
|
|
public final Agk i;
|
|
public final List<String> j;
|
|
public final String k;
|
|
public final String l;
|
|
public final String m;
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public final List<String> f8188o;
|
|
public final String p;
|
|
public final String q;
|
|
public final String r;
|
|
public final STh s;
|
|
|
|
public C0438Goi(String str, MQH mqh, Agk agk, String str2, OffsetDateTime offsetDateTime, String str3, String str4, String str5, String str6, String str7, List<String> list, String str8, String str9, String str10, List<String> list2, List<String> list3, List<String> list4, String str11, STh sTh) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(mqh, "");
|
|
C14957gcv.e(agk, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(offsetDateTime, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(list2, "");
|
|
C14957gcv.e(list3, "");
|
|
C14957gcv.e(list4, "");
|
|
C14957gcv.e(str11, "");
|
|
this.n = str;
|
|
this.d = mqh;
|
|
this.i = agk;
|
|
this.m = str2;
|
|
this.a = offsetDateTime;
|
|
this.b = str3;
|
|
this.c = str4;
|
|
this.h = str5;
|
|
this.l = str6;
|
|
this.p = str7;
|
|
this.f8188o = list;
|
|
this.r = str8;
|
|
this.k = str9;
|
|
this.q = str10;
|
|
this.f = list2;
|
|
this.e = list3;
|
|
this.j = list4;
|
|
this.g = str11;
|
|
this.s = sTh;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.n;
|
|
MQH mqh = this.d;
|
|
Agk agk = this.i;
|
|
String str2 = this.m;
|
|
OffsetDateTime offsetDateTime = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.c;
|
|
String str5 = this.h;
|
|
String str6 = this.l;
|
|
String str7 = this.p;
|
|
List<String> list = this.f8188o;
|
|
String str8 = this.r;
|
|
String str9 = this.k;
|
|
String str10 = this.q;
|
|
List<String> list2 = this.f;
|
|
List<String> list3 = this.e;
|
|
List<String> list4 = this.j;
|
|
String str11 = this.g;
|
|
STh sTh = this.s;
|
|
StringBuilder sb = new StringBuilder("PersonalReviewInfo(name=");
|
|
sb.append(str);
|
|
sb.append(", account=");
|
|
sb.append(mqh);
|
|
sb.append(", gender=");
|
|
sb.append(agk);
|
|
sb.append(", nationality=");
|
|
sb.append(str2);
|
|
sb.append(", dateOfBirth=");
|
|
sb.append(offsetDateTime);
|
|
sb.append(", citizenId=");
|
|
sb.append(str3);
|
|
sb.append(", email=");
|
|
sb.append(str4);
|
|
sb.append(", mobile=");
|
|
sb.append(str5);
|
|
sb.append(", occupation=");
|
|
sb.append(str6);
|
|
sb.append(", typeOfBusiness=");
|
|
sb.append(str7);
|
|
sb.append(", officeAddress=");
|
|
sb.append(list);
|
|
sb.append(", workPlaceName=");
|
|
sb.append(str8);
|
|
sb.append(", position=");
|
|
sb.append(str9);
|
|
sb.append(", salaryRange=");
|
|
sb.append(str10);
|
|
sb.append(", homeAddress=");
|
|
sb.append(list2);
|
|
sb.append(", currentAddress=");
|
|
sb.append(list3);
|
|
sb.append(", mailingAddress=");
|
|
sb.append(list4);
|
|
sb.append(", maritalStatus=");
|
|
sb.append(str11);
|
|
sb.append(", spouseInfo=");
|
|
sb.append(sTh);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.n.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
int hashCode3 = this.i.hashCode();
|
|
int hashCode4 = this.m.hashCode();
|
|
int hashCode5 = this.a.hashCode();
|
|
int hashCode6 = this.b.hashCode();
|
|
int hashCode7 = this.c.hashCode();
|
|
int hashCode8 = this.h.hashCode();
|
|
int hashCode9 = this.l.hashCode();
|
|
String str = this.p;
|
|
int hashCode10 = str == null ? 0 : str.hashCode();
|
|
int hashCode11 = this.f8188o.hashCode();
|
|
int hashCode12 = this.r.hashCode();
|
|
int hashCode13 = this.k.hashCode();
|
|
int hashCode14 = this.q.hashCode();
|
|
int hashCode15 = this.f.hashCode();
|
|
int hashCode16 = this.e.hashCode();
|
|
int hashCode17 = this.j.hashCode();
|
|
int hashCode18 = this.g.hashCode();
|
|
STh sTh = this.s;
|
|
return (((((((((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + hashCode17) * 31) + hashCode18) * 31) + (sTh != null ? sTh.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0438Goi)) {
|
|
return false;
|
|
}
|
|
C0438Goi c0438Goi = (C0438Goi) obj;
|
|
return C14957gcv.b((Object) this.n, (Object) c0438Goi.n) && C14957gcv.b(this.d, c0438Goi.d) && C14957gcv.b(this.i, c0438Goi.i) && C14957gcv.b((Object) this.m, (Object) c0438Goi.m) && C14957gcv.b(this.a, c0438Goi.a) && C14957gcv.b((Object) this.b, (Object) c0438Goi.b) && C14957gcv.b((Object) this.c, (Object) c0438Goi.c) && C14957gcv.b((Object) this.h, (Object) c0438Goi.h) && C14957gcv.b((Object) this.l, (Object) c0438Goi.l) && C14957gcv.b((Object) this.p, (Object) c0438Goi.p) && C14957gcv.b(this.f8188o, c0438Goi.f8188o) && C14957gcv.b((Object) this.r, (Object) c0438Goi.r) && C14957gcv.b((Object) this.k, (Object) c0438Goi.k) && C14957gcv.b((Object) this.q, (Object) c0438Goi.q) && C14957gcv.b(this.f, c0438Goi.f) && C14957gcv.b(this.e, c0438Goi.e) && C14957gcv.b(this.j, c0438Goi.j) && C14957gcv.b((Object) this.g, (Object) c0438Goi.g) && C14957gcv.b(this.s, c0438Goi.s);
|
|
}
|
|
}
|