package o; /* renamed from: o.cQd, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C6357cQd { public final double a; public final String b; public final String c; public final NYU d; public final String e; public C6357cQd(String str, String str2, double d, NYU nyu, String str3) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(nyu, ""); this.b = str; this.e = str2; this.a = d; this.d = nyu; this.c = str3; } public final String toString() { String str = this.b; String str2 = this.e; double d = this.a; NYU nyu = this.d; String str3 = this.c; StringBuilder sb = new StringBuilder("DeejungTransferInstallmentsConfirmationResponse(refId="); sb.append(str); sb.append(", zonedDateTime="); sb.append(str2); sb.append(", amount="); sb.append(d); sb.append(", cashAdvanceInfoEntity="); sb.append(nyu); sb.append(", verifiedEmail="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = Double.hashCode(this.a); int hashCode4 = this.d.hashCode(); String str = this.c; 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 C6357cQd)) { return false; } C6357cQd c6357cQd = (C6357cQd) obj; return C14957gcv.b((Object) this.b, (Object) c6357cQd.b) && C14957gcv.b((Object) this.e, (Object) c6357cQd.e) && Double.compare(this.a, c6357cQd.a) == 0 && C14957gcv.b(this.d, c6357cQd.d) && C14957gcv.b((Object) this.c, (Object) c6357cQd.c); } }