package o; /* renamed from: o.Wj, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1135Wj { public final Boolean a; public final Boolean b; public final String c; public final Boolean d; public final Boolean 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; private final Integer l; public final String m; public final String n; /* renamed from: o, reason: collision with root package name */ public final String f8434o; public C1135Wj(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, Integer num, Boolean bool, Boolean bool2, Boolean bool3, Boolean bool4, Boolean bool5) { this.i = str; this.j = str2; this.n = str3; this.f8434o = str4; this.c = str5; this.k = str6; this.m = str7; this.f = str8; this.h = str9; this.l = num; this.b = bool; this.d = bool2; this.a = bool3; this.e = bool4; this.g = bool5; } public final String toString() { String str = this.i; String str2 = this.j; String str3 = this.n; String str4 = this.f8434o; String str5 = this.c; String str6 = this.k; String str7 = this.m; String str8 = this.f; String str9 = this.h; Integer num = this.l; Boolean bool = this.b; Boolean bool2 = this.d; Boolean bool3 = this.a; Boolean bool4 = this.e; Boolean bool5 = this.g; StringBuilder sb = new StringBuilder("SingleFormCareerInfoDisplay(occupationCode="); sb.append(str); sb.append(", occupationDescription="); sb.append(str2); sb.append(", typeOfBusinessCode="); sb.append(str3); sb.append(", typeOfBusinessDescription="); sb.append(str4); sb.append(", companyName="); sb.append(str5); sb.append(", typeOfWork="); sb.append(str6); sb.append(", workDetail="); sb.append(str7); sb.append(", jobTitleCode="); sb.append(str8); sb.append(", jobTitleDescription="); sb.append(str9); sb.append(", income="); sb.append(num); sb.append(", displayTypeOfBusiness="); sb.append(bool); sb.append(", displayCompanyName="); sb.append(bool2); sb.append(", displayJobTitle="); sb.append(bool3); sb.append(", displayTypeOfWork="); sb.append(bool4); sb.append(", displayWorkDetail="); sb.append(bool5); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.j; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.n; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f8434o; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.c; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.k; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.m; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.f; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.h; int hashCode9 = str9 == null ? 0 : str9.hashCode(); Integer num = this.l; int hashCode10 = num == null ? 0 : num.hashCode(); Boolean bool = this.b; int hashCode11 = bool == null ? 0 : bool.hashCode(); Boolean bool2 = this.d; int hashCode12 = bool2 == null ? 0 : bool2.hashCode(); Boolean bool3 = this.a; int hashCode13 = bool3 == null ? 0 : bool3.hashCode(); Boolean bool4 = this.e; int hashCode14 = bool4 == null ? 0 : bool4.hashCode(); Boolean bool5 = this.g; 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) + (bool5 != null ? bool5.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1135Wj)) { return false; } C1135Wj c1135Wj = (C1135Wj) obj; return C14957gcv.b((Object) this.i, (Object) c1135Wj.i) && C14957gcv.b((Object) this.j, (Object) c1135Wj.j) && C14957gcv.b((Object) this.n, (Object) c1135Wj.n) && C14957gcv.b((Object) this.f8434o, (Object) c1135Wj.f8434o) && C14957gcv.b((Object) this.c, (Object) c1135Wj.c) && C14957gcv.b((Object) this.k, (Object) c1135Wj.k) && C14957gcv.b((Object) this.m, (Object) c1135Wj.m) && C14957gcv.b((Object) this.f, (Object) c1135Wj.f) && C14957gcv.b((Object) this.h, (Object) c1135Wj.h) && C14957gcv.b(this.l, c1135Wj.l) && C14957gcv.b(this.b, c1135Wj.b) && C14957gcv.b(this.d, c1135Wj.d) && C14957gcv.b(this.a, c1135Wj.a) && C14957gcv.b(this.e, c1135Wj.e) && C14957gcv.b(this.g, c1135Wj.g); } }