package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.fg, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C13742fg { @SerializedName("income") private final int a; @SerializedName("ISICCode") private final String b; @SerializedName("occupationDescription") private final String c; @SerializedName("ISICDescription") private final String d; @SerializedName("occupationCode") private final String e; @SerializedName("positionCode") private final String f; @SerializedName("positionDescription") private final String g; @SerializedName("occupationSubType") private final String h; @SerializedName("workPlaceName") private final String i; @SerializedName("occupationDetail") private final String j; public C13742fg(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, int i) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.e = str; this.c = str2; this.h = str3; this.j = str4; this.b = str5; this.d = str6; this.i = str7; this.f = str8; this.g = str9; this.a = i; } public final String toString() { String str = this.e; String str2 = this.c; String str3 = this.h; String str4 = this.j; String str5 = this.b; String str6 = this.d; String str7 = this.i; String str8 = this.f; String str9 = this.g; int i = this.a; StringBuilder sb = new StringBuilder("SubmitOccupationRequest(occupationCode="); sb.append(str); sb.append(", occupationDescription="); sb.append(str2); sb.append(", occupationSubType="); sb.append(str3); sb.append(", occupationDetail="); sb.append(str4); sb.append(", isicCode="); sb.append(str5); sb.append(", isicDescription="); sb.append(str6); sb.append(", workPlaceName="); sb.append(str7); sb.append(", positionCode="); sb.append(str8); sb.append(", positionDescription="); sb.append(str9); sb.append(", income="); sb.append(i); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.c.hashCode(); String str = this.h; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.j; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.d; int hashCode6 = str4 == null ? 0 : str4.hashCode(); String str5 = this.i; int hashCode7 = str5 == null ? 0 : str5.hashCode(); String str6 = this.f; int hashCode8 = str6 == null ? 0 : str6.hashCode(); String str7 = this.g; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str7 != null ? str7.hashCode() : 0)) * 31) + Integer.hashCode(this.a); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C13742fg)) { return false; } C13742fg c13742fg = (C13742fg) obj; return C14957gcv.b((Object) this.e, (Object) c13742fg.e) && C14957gcv.b((Object) this.c, (Object) c13742fg.c) && C14957gcv.b((Object) this.h, (Object) c13742fg.h) && C14957gcv.b((Object) this.j, (Object) c13742fg.j) && C14957gcv.b((Object) this.b, (Object) c13742fg.b) && C14957gcv.b((Object) this.d, (Object) c13742fg.d) && C14957gcv.b((Object) this.i, (Object) c13742fg.i) && C14957gcv.b((Object) this.f, (Object) c13742fg.f) && C14957gcv.b((Object) this.g, (Object) c13742fg.g) && this.a == c13742fg.a; } }