package o; /* renamed from: o.cUZ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C6482cUZ { private final String a; public final String b; public final C10220dyf c; private final String d; public final String e; public C6482cUZ(String str, String str2, String str3, String str4, C10220dyf c10220dyf) { this.a = str; this.e = str2; this.d = str3; this.b = str4; this.c = c10220dyf; } public final String toString() { String str = this.a; String str2 = this.e; String str3 = this.d; String str4 = this.b; C10220dyf c10220dyf = this.c; StringBuilder sb = new StringBuilder("EasycashAutoConfirmation(header="); sb.append(str); sb.append(", code="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", imageUrl="); sb.append(str4); sb.append(", result="); sb.append(c10220dyf); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.b; int hashCode4 = str4 == null ? 0 : str4.hashCode(); C10220dyf c10220dyf = this.c; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (c10220dyf != null ? c10220dyf.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C6482cUZ)) { return false; } C6482cUZ c6482cUZ = (C6482cUZ) obj; return C14957gcv.b((Object) this.a, (Object) c6482cUZ.a) && C14957gcv.b((Object) this.e, (Object) c6482cUZ.e) && C14957gcv.b((Object) this.d, (Object) c6482cUZ.d) && C14957gcv.b((Object) this.b, (Object) c6482cUZ.b) && C14957gcv.b(this.c, c6482cUZ.c); } }