package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bZu, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4427bZu { @SerializedName("accountNo") public final String a; @SerializedName("cardMaskedNo") public final String b; @SerializedName("productType") public final String c; @SerializedName("accountFromName") public final String d; @SerializedName("oldCardMaskedNo") public final String e; @SerializedName("transactionToken") public final String h; public final String toString() { String str = this.a; String str2 = this.d; String str3 = this.b; String str4 = this.e; String str5 = this.h; String str6 = this.c; StringBuilder sb = new StringBuilder("DebitCardActivationVerificationEntity(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.b.hashCode(); String str = this.e; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.h.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4427bZu)) { return false; } C4427bZu c4427bZu = (C4427bZu) obj; return C14957gcv.b((Object) this.a, (Object) c4427bZu.a) && C14957gcv.b((Object) this.d, (Object) c4427bZu.d) && C14957gcv.b((Object) this.b, (Object) c4427bZu.b) && C14957gcv.b((Object) this.e, (Object) c4427bZu.e) && C14957gcv.b((Object) this.h, (Object) c4427bZu.h) && C14957gcv.b((Object) this.c, (Object) c4427bZu.c); } }