package o; /* loaded from: classes3.dex */ public final class Jze { public final String a; public final ETe b; public final String c; public final String d; public final String e; public final Qve f; public final GJE h; public final CfP j; public Jze(CfP cfP, Qve qve, String str, String str2, GJE gje, String str3, String str4, ETe eTe) { C14957gcv.e(qve, ""); C14957gcv.e(str3, ""); C14957gcv.e(eTe, ""); this.j = cfP; this.f = qve; this.e = str; this.a = str2; this.h = gje; this.c = str3; this.d = str4; this.b = eTe; } public final String toString() { CfP cfP = this.j; Qve qve = this.f; String str = this.e; String str2 = this.a; GJE gje = this.h; String str3 = this.c; String str4 = this.d; ETe eTe = this.b; StringBuilder sb = new StringBuilder("OccupationInfo(occupation="); sb.append(cfP); sb.append(", sourceOfIncome="); sb.append(qve); sb.append(", companyId="); sb.append(str); sb.append(", companyName="); sb.append(str2); sb.append(", workAddress="); sb.append(gje); sb.append(", companyPhone="); sb.append(str3); sb.append(", customerGroupCode="); sb.append(str4); sb.append(", experience="); sb.append(eTe); sb.append(")"); return sb.toString(); } public final int hashCode() { CfP cfP = this.j; int hashCode = cfP == null ? 0 : cfP.hashCode(); int hashCode2 = this.f.hashCode(); String str = this.e; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode4 = str2 == null ? 0 : str2.hashCode(); GJE gje = this.h; int hashCode5 = gje == null ? 0 : gje.hashCode(); int hashCode6 = this.c.hashCode(); String str3 = this.d; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Jze)) { return false; } Jze jze = (Jze) obj; return C14957gcv.b(this.j, jze.j) && C14957gcv.b(this.f, jze.f) && C14957gcv.b((Object) this.e, (Object) jze.e) && C14957gcv.b((Object) this.a, (Object) jze.a) && C14957gcv.b(this.h, jze.h) && C14957gcv.b((Object) this.c, (Object) jze.c) && C14957gcv.b((Object) this.d, (Object) jze.d) && C14957gcv.b(this.b, jze.b); } }