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

70 lines
2.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class Qgf {
public final C6931cei a;
public OffsetDateTime b;
public final String c;
public final String d;
public double e;
public String g;
public Qgf(OffsetDateTime offsetDateTime, String str, double d, C6931cei c6931cei, String str2, String str3) {
C14957gcv.e(str3, "");
this.b = offsetDateTime;
this.g = str;
this.e = d;
this.a = c6931cei;
this.c = str2;
this.d = str3;
}
public final String toString() {
OffsetDateTime offsetDateTime = this.b;
String str = this.g;
double d = this.e;
C6931cei c6931cei = this.a;
String str2 = this.c;
String str3 = this.d;
StringBuilder sb = new StringBuilder("DebitCardConfirmation(transactionDateTime=");
sb.append(offsetDateTime);
sb.append(", transactionId=");
sb.append(str);
sb.append(", remainingBalance=");
sb.append(d);
sb.append(", additionalInfo=");
sb.append(c6931cei);
sb.append(", addAccountRemark=");
sb.append(str2);
sb.append(", headerLabel=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
OffsetDateTime offsetDateTime = this.b;
int hashCode = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
String str = this.g;
int hashCode2 = str == null ? 0 : str.hashCode();
int hashCode3 = Double.hashCode(this.e);
C6931cei c6931cei = this.a;
int hashCode4 = c6931cei == null ? 0 : c6931cei.hashCode();
String str2 = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Qgf)) {
return false;
}
Qgf qgf = (Qgf) obj;
return C14957gcv.b(this.b, qgf.b) && C14957gcv.b((Object) this.g, (Object) qgf.g) && Double.compare(this.e, qgf.e) == 0 && C14957gcv.b(this.a, qgf.a) && C14957gcv.b((Object) this.c, (Object) qgf.c) && C14957gcv.b((Object) this.d, (Object) qgf.d);
}
}