package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.fFC, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C12709fFC { @SerializedName("code") public final String a; @SerializedName("description") public final String c; @SerializedName("sortSequence") public final String e; public final String toString() { String str = this.a; String str2 = this.c; String str3 = this.e; StringBuilder sb = new StringBuilder("OnboardingOccupationEntity(occupationCode="); sb.append(str); sb.append(", occupationDescription="); sb.append(str2); sb.append(", sortSequence="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C12709fFC)) { return false; } C12709fFC c12709fFC = (C12709fFC) obj; return C14957gcv.b((Object) this.a, (Object) c12709fFC.a) && C14957gcv.b((Object) this.c, (Object) c12709fFC.c) && C14957gcv.b((Object) this.e, (Object) c12709fFC.e); } }