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