package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.ffn, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C13729ffn { @SerializedName("section") public final String b; @SerializedName("questionSummary") public final String c; @SerializedName("questionNumber") public final String d; public final String toString() { String str = this.b; String str2 = this.d; String str3 = this.c; StringBuilder sb = new StringBuilder("InvestmentRiskAssessmentQuestionSummaryEntity(section="); sb.append(str); sb.append(", questionNumber="); sb.append(str2); sb.append(", summary="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C13729ffn)) { return false; } C13729ffn c13729ffn = (C13729ffn) obj; return C14957gcv.b((Object) this.b, (Object) c13729ffn.b) && C14957gcv.b((Object) this.d, (Object) c13729ffn.d) && C14957gcv.b((Object) this.c, (Object) c13729ffn.c); } }