package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class YTH { @SerializedName("displayPosition") public final String a; @SerializedName("displayISIC") public final String b; @SerializedName("displayOccupationSubType") public final String c; @SerializedName("displayOccupationDetail") public final String d; @SerializedName("displayWorkPlace") public final String e; @SerializedName("ISICCode") public final String f; @SerializedName("occupationDescription") public final String g; @SerializedName("ISICDescription") public final String h; @SerializedName("occupationCode") public final String i; @SerializedName("income") public final Integer j; @SerializedName("occupationSubType") public final String k; @SerializedName("positionCode") public final String l; @SerializedName("workPlaceName") public final String m; @SerializedName("occupationDetail") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("positionDescription") public final String f8463o; public final String toString() { String str = this.i; String str2 = this.g; String str3 = this.f; String str4 = this.h; String str5 = this.m; String str6 = this.k; String str7 = this.n; String str8 = this.l; String str9 = this.f8463o; Integer num = this.j; String str10 = this.b; String str11 = this.e; String str12 = this.a; String str13 = this.c; String str14 = this.d; StringBuilder sb = new StringBuilder("OccupationEntity(occupationCode="); sb.append(str); sb.append(", occupationDescription="); sb.append(str2); sb.append(", isicCode="); sb.append(str3); sb.append(", isicDescription="); sb.append(str4); sb.append(", workPlaceName="); sb.append(str5); sb.append(", occupationSubType="); sb.append(str6); sb.append(", occupationDetail="); sb.append(str7); sb.append(", positionCode="); sb.append(str8); sb.append(", positionDescription="); sb.append(str9); sb.append(", income="); sb.append(num); sb.append(", displayISIC="); sb.append(str10); sb.append(", displayWorkPlace="); sb.append(str11); sb.append(", displayPosition="); sb.append(str12); sb.append(", displayOccupationSubType="); sb.append(str13); sb.append(", displayOccupationDetail="); sb.append(str14); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.i; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.g; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.f; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.h; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.m; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.k; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.n; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.l; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.f8463o; int hashCode9 = str9 == null ? 0 : str9.hashCode(); Integer num = this.j; int hashCode10 = num == null ? 0 : num.hashCode(); String str10 = this.b; int hashCode11 = str10 == null ? 0 : str10.hashCode(); String str11 = this.e; int hashCode12 = str11 == null ? 0 : str11.hashCode(); String str12 = this.a; int hashCode13 = str12 == null ? 0 : str12.hashCode(); String str13 = this.c; int hashCode14 = str13 == null ? 0 : str13.hashCode(); String str14 = this.d; 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) + (str14 != null ? str14.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof YTH)) { return false; } YTH yth = (YTH) obj; return C14957gcv.b((Object) this.i, (Object) yth.i) && C14957gcv.b((Object) this.g, (Object) yth.g) && C14957gcv.b((Object) this.f, (Object) yth.f) && C14957gcv.b((Object) this.h, (Object) yth.h) && C14957gcv.b((Object) this.m, (Object) yth.m) && C14957gcv.b((Object) this.k, (Object) yth.k) && C14957gcv.b((Object) this.n, (Object) yth.n) && C14957gcv.b((Object) this.l, (Object) yth.l) && C14957gcv.b((Object) this.f8463o, (Object) yth.f8463o) && C14957gcv.b(this.j, yth.j) && C14957gcv.b((Object) this.b, (Object) yth.b) && C14957gcv.b((Object) this.e, (Object) yth.e) && C14957gcv.b((Object) this.a, (Object) yth.a) && C14957gcv.b((Object) this.c, (Object) yth.c) && C14957gcv.b((Object) this.d, (Object) yth.d); } }