package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.dkT, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C9475dkT { @SerializedName("name") public final String a; @SerializedName("investmentType") public final String b; @SerializedName("totalScore") public final String d; public final String toString() { String str = this.a; String str2 = this.d; String str3 = this.b; StringBuilder sb = new StringBuilder("SuitabilityAssessmentResultEntity(name="); sb.append(str); sb.append(", totalScore="); sb.append(str2); sb.append(", investmentType="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.a.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C9475dkT)) { return false; } C9475dkT c9475dkT = (C9475dkT) obj; return C14957gcv.b((Object) this.a, (Object) c9475dkT.a) && C14957gcv.b((Object) this.d, (Object) c9475dkT.d) && C14957gcv.b((Object) this.b, (Object) c9475dkT.b); } }