package o; /* renamed from: o.Nfa, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0731Nfa { public final String a; public final String b; public final String c; public final String d; public String e; private final String g; public C0731Nfa(String str, String str2, String str3, String str4, String str5, String str6) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.a = str; this.d = str2; this.g = str3; this.c = str4; this.b = str5; this.e = str6; } public final String toString() { String str = this.a; String str2 = this.d; String str3 = this.g; String str4 = this.c; String str5 = this.b; String str6 = this.e; StringBuilder sb = new StringBuilder("DebitCardActivationVerification(accountNo="); sb.append(str); sb.append(", accountFromName="); sb.append(str2); sb.append(", cardMaskedNo="); sb.append(str3); sb.append(", oldCardMaskedNo="); sb.append(str4); sb.append(", transactionToken="); sb.append(str5); sb.append(", productType="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.g.hashCode(); String str = this.c; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.b.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0731Nfa)) { return false; } C0731Nfa c0731Nfa = (C0731Nfa) obj; return C14957gcv.b((Object) this.a, (Object) c0731Nfa.a) && C14957gcv.b((Object) this.d, (Object) c0731Nfa.d) && C14957gcv.b((Object) this.g, (Object) c0731Nfa.g) && C14957gcv.b((Object) this.c, (Object) c0731Nfa.c) && C14957gcv.b((Object) this.b, (Object) c0731Nfa.b) && C14957gcv.b((Object) this.e, (Object) c0731Nfa.e); } }