package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.fm, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C14060fm { @SerializedName("answerSection3") private final String a; @SerializedName("answerSection2") private final String c; public C14060fm(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.c = str; this.a = str2; } public final String toString() { String str = this.c; String str2 = this.a; StringBuilder sb = new StringBuilder("SubmitRiskAssessmentValidationRequest(answerSection2="); sb.append(str); sb.append(", answerSection3="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C14060fm)) { return false; } C14060fm c14060fm = (C14060fm) obj; return C14957gcv.b((Object) this.c, (Object) c14060fm.c) && C14957gcv.b((Object) this.a, (Object) c14060fm.a); } }