package o; /* loaded from: classes3.dex */ public final class yJa { public String a; public String b; public JZY c; public String d; public String e; public String f; public boolean g; public String h; public String i; public String j; public yJa(String str, String str2, String str3, String str4, String str5, String str6, String str7, JZY jzy, boolean z) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.e = str; this.b = str2; this.i = null; this.j = str3; this.d = str4; this.a = str5; this.f = str6; this.h = str7; this.c = jzy; this.g = z; } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.i; String str4 = this.j; String str5 = this.d; String str6 = this.a; String str7 = this.f; String str8 = this.h; JZY jzy = this.c; boolean z = this.g; StringBuilder sb = new StringBuilder("Occupation(code="); sb.append(str); sb.append(", description="); sb.append(str2); sb.append(", isicCode="); sb.append(str3); sb.append(", occupationTypeCode="); sb.append(str4); sb.append(", isEmploymentStatusDisplayed="); sb.append(str5); sb.append(", isEmploymentCharacteristicDisplayed="); sb.append(str6); sb.append(", occupationApplicationCode="); sb.append(str7); sb.append(", occupationLeadsAutoCode="); sb.append(str8); sb.append(", defaultEmploymentStatus="); sb.append(jzy); sb.append(", isUnemployed="); sb.append(z); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.b.hashCode(); String str = this.i; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.j.hashCode(); int hashCode5 = this.d.hashCode(); int hashCode6 = this.a.hashCode(); int hashCode7 = this.f.hashCode(); String str2 = this.h; int hashCode8 = str2 == null ? 0 : str2.hashCode(); JZY jzy = this.c; int hashCode9 = jzy != null ? jzy.hashCode() : 0; 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) + hashCode8) * 31) + hashCode9) * 31) + i; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof yJa)) { return false; } yJa yja = (yJa) obj; return C14957gcv.b((Object) this.e, (Object) yja.e) && C14957gcv.b((Object) this.b, (Object) yja.b) && C14957gcv.b((Object) this.i, (Object) yja.i) && C14957gcv.b((Object) this.j, (Object) yja.j) && C14957gcv.b((Object) this.d, (Object) yja.d) && C14957gcv.b((Object) this.a, (Object) yja.a) && C14957gcv.b((Object) this.f, (Object) yja.f) && C14957gcv.b((Object) this.h, (Object) yja.h) && C14957gcv.b(this.c, yja.c) && this.g == yja.g; } }