package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.wQa, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17393wQa { @SerializedName("accountNo") public final String a; @SerializedName("allow") public final List b; @SerializedName("cardCategory") public final String c; @SerializedName("cardMaskedNo") public final String d; @SerializedName("accountFromName") public final String e; @SerializedName("cardStatus") public final String f; @SerializedName("cardType") public final String g; @SerializedName("cardSubType") public final String h; @SerializedName("cardRank") public final Integer i; @SerializedName("cardRefNo") public final String j; @SerializedName("requestUUID") public final String k; @SerializedName("imageURL") public final String l; @SerializedName("originalReplacementWaiveFee") public final Integer m; @SerializedName("virtualCardFlag") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName("productCode") public final String f9300o; public final String toString() { String str = this.j; String str2 = this.a; String str3 = this.d; String str4 = this.f; String str5 = this.g; String str6 = this.h; String str7 = this.f9300o; List list = this.b; String str8 = this.c; String str9 = this.l; String str10 = this.k; Integer num = this.i; String str11 = this.e; Integer num2 = this.m; String str12 = this.n; StringBuilder sb = new StringBuilder("DebitCardInfoEntity(cardRefNo="); sb.append(str); sb.append(", accountNo="); sb.append(str2); sb.append(", cardMaskedNo="); sb.append(str3); sb.append(", cardStatus="); sb.append(str4); sb.append(", cardType="); sb.append(str5); sb.append(", cardSubType="); sb.append(str6); sb.append(", productCode="); sb.append(str7); sb.append(", allow="); sb.append(list); sb.append(", cardCategory="); sb.append(str8); sb.append(", imageURL="); sb.append(str9); sb.append(", requestUUID="); sb.append(str10); sb.append(", cardRank="); sb.append(num); sb.append(", accountFromName="); sb.append(str11); sb.append(", originalReplacementWaiveFee="); sb.append(num2); sb.append(", virtualCardFlag="); sb.append(str12); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.j; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.a.hashCode(); String str2 = this.d; int hashCode3 = str2 == null ? 0 : str2.hashCode(); int hashCode4 = this.f.hashCode(); int hashCode5 = this.g.hashCode(); int hashCode6 = this.h.hashCode(); int hashCode7 = this.f9300o.hashCode(); int hashCode8 = this.b.hashCode(); int hashCode9 = this.c.hashCode(); String str3 = this.l; int hashCode10 = str3 == null ? 0 : str3.hashCode(); String str4 = this.k; int hashCode11 = str4 == null ? 0 : str4.hashCode(); Integer num = this.i; int hashCode12 = num == null ? 0 : num.hashCode(); String str5 = this.e; int hashCode13 = str5 == null ? 0 : str5.hashCode(); Integer num2 = this.m; int hashCode14 = num2 == null ? 0 : num2.hashCode(); String str6 = this.n; return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str6 != null ? str6.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17393wQa)) { return false; } C17393wQa c17393wQa = (C17393wQa) obj; return C14957gcv.b((Object) this.j, (Object) c17393wQa.j) && C14957gcv.b((Object) this.a, (Object) c17393wQa.a) && C14957gcv.b((Object) this.d, (Object) c17393wQa.d) && C14957gcv.b((Object) this.f, (Object) c17393wQa.f) && C14957gcv.b((Object) this.g, (Object) c17393wQa.g) && C14957gcv.b((Object) this.h, (Object) c17393wQa.h) && C14957gcv.b((Object) this.f9300o, (Object) c17393wQa.f9300o) && C14957gcv.b(this.b, c17393wQa.b) && C14957gcv.b((Object) this.c, (Object) c17393wQa.c) && C14957gcv.b((Object) this.l, (Object) c17393wQa.l) && C14957gcv.b((Object) this.k, (Object) c17393wQa.k) && C14957gcv.b(this.i, c17393wQa.i) && C14957gcv.b((Object) this.e, (Object) c17393wQa.e) && C14957gcv.b(this.m, c17393wQa.m) && C14957gcv.b((Object) this.n, (Object) c17393wQa.n); } }