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

47 lines
1.3 KiB
Java

package o;
/* renamed from: o.dZo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C8914dZo {
public final String c;
public final double d;
public final String e;
public C8914dZo(double d, String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = d;
this.c = str;
this.e = str2;
}
public final String toString() {
double d = this.d;
String str = this.c;
String str2 = this.e;
StringBuilder sb = new StringBuilder("CrossBorderConfirmation(remainingBalance=");
sb.append(d);
sb.append(", transactionDateTime=");
sb.append(str);
sb.append(", transactionId=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((Double.hashCode(this.d) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C8914dZo)) {
return false;
}
C8914dZo c8914dZo = (C8914dZo) obj;
return Double.compare(this.d, c8914dZo.d) == 0 && C14957gcv.b((Object) this.c, (Object) c8914dZo.c) && C14957gcv.b((Object) this.e, (Object) c8914dZo.e);
}
}