package o; /* renamed from: o.VZj, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1074VZj { public final String a; public final String b; public final String c; public final String d; public final String e; public C1074VZj(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.c = str; this.e = str2; this.b = str3; this.a = str4; this.d = str5; } public final String toString() { String str = this.c; String str2 = this.e; String str3 = this.b; String str4 = this.a; String str5 = this.d; StringBuilder sb = new StringBuilder("DebitCardPromoFee(feeCode="); sb.append(str); sb.append(", annualFee="); sb.append(str2); sb.append(", issuingFee="); sb.append(str3); sb.append(", deliveryFee="); sb.append(str4); sb.append(", annualRemark="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.c.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.b.hashCode(); int hashCode4 = this.a.hashCode(); String str = this.d; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1074VZj)) { return false; } C1074VZj c1074VZj = (C1074VZj) obj; return C14957gcv.b((Object) this.c, (Object) c1074VZj.c) && C14957gcv.b((Object) this.e, (Object) c1074VZj.e) && C14957gcv.b((Object) this.b, (Object) c1074VZj.b) && C14957gcv.b((Object) this.a, (Object) c1074VZj.a) && C14957gcv.b((Object) this.d, (Object) c1074VZj.d); } }