package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bbE, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4491bbE { @SerializedName("productName") public final String a; @SerializedName("applicationId") public final String b; @SerializedName("sortSequence") public final Integer c; @SerializedName("cardMask") public final String d; @SerializedName("cardRefNo") public final String e; public final String toString() { Integer num = this.c; String str = this.b; String str2 = this.e; String str3 = this.d; String str4 = this.a; StringBuilder sb = new StringBuilder("MailingAddressDebitCardListEntity(sortSequence="); sb.append(num); sb.append(", applicationId="); sb.append(str); sb.append(", cardRefNo="); sb.append(str2); sb.append(", cardMask="); sb.append(str3); sb.append(", productName="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.c; int hashCode = num == null ? 0 : num.hashCode(); String str = this.b; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode3 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4491bbE)) { return false; } C4491bbE c4491bbE = (C4491bbE) obj; return C14957gcv.b(this.c, c4491bbE.c) && C14957gcv.b((Object) this.b, (Object) c4491bbE.b) && C14957gcv.b((Object) this.e, (Object) c4491bbE.e) && C14957gcv.b((Object) this.d, (Object) c4491bbE.d) && C14957gcv.b((Object) this.a, (Object) c4491bbE.a); } }