what-the-bank/sources/o/C0509Ig.java

74 lines
2.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.Ig, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0509Ig extends EO {
public final EY a;
public final List<C0512Ii> b;
public final String c;
public final C0501Ia d;
public final IX e;
public final String g;
public final String j;
public C0509Ig(String str, String str2, EY ey, C0501Ia c0501Ia, IX ix, List<C0512Ii> list, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(ey, "");
C14957gcv.e(c0501Ia, "");
C14957gcv.e(ix, "");
C14957gcv.e(list, "");
C14957gcv.e(str3, "");
this.g = str;
this.j = str2;
this.a = ey;
this.d = c0501Ia;
this.e = ix;
this.b = list;
this.c = str3;
}
public final String toString() {
String str = this.g;
String str2 = this.j;
EY ey = this.a;
C0501Ia c0501Ia = this.d;
IX ix = this.e;
List<C0512Ii> list = this.b;
String str3 = this.c;
StringBuilder sb = new StringBuilder("CloseAccountSuccessDisplay(transactionId=");
sb.append(str);
sb.append(", transactionDateTime=");
sb.append(str2);
sb.append(", successInformation=");
sb.append(ey);
sb.append(", amountDataDisplay=");
sb.append(c0501Ia);
sb.append(", receivingAccountDataDisplay=");
sb.append(ix);
sb.append(", subDeposits=");
sb.append(list);
sb.append(", filename=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((this.g.hashCode() * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0509Ig)) {
return false;
}
C0509Ig c0509Ig = (C0509Ig) obj;
return C14957gcv.b((Object) this.g, (Object) c0509Ig.g) && C14957gcv.b((Object) this.j, (Object) c0509Ig.j) && C14957gcv.b(this.a, c0509Ig.a) && C14957gcv.b(this.d, c0509Ig.d) && C14957gcv.b(this.e, c0509Ig.e) && C14957gcv.b(this.b, c0509Ig.b) && C14957gcv.b((Object) this.c, (Object) c0509Ig.c);
}
}