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

57 lines
1.8 KiB
Java

package o;
/* renamed from: o.Qxv, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0895Qxv {
public final Double a;
public final String b;
public final String c;
public final String e;
public C0895Qxv(String str, String str2, String str3, Double d) {
this.b = str;
this.c = str2;
this.e = str3;
this.a = d;
}
public final String toString() {
String str = this.b;
String str2 = this.c;
String str3 = this.e;
Double d = this.a;
StringBuilder sb = new StringBuilder("CreditCardFullAmount(merchantId=");
sb.append(str);
sb.append(", terminalId=");
sb.append(str2);
sb.append(", orderReference=");
sb.append(str3);
sb.append(", paymentAmount=");
sb.append(d);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
Double d = this.a;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (d != null ? d.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0895Qxv)) {
return false;
}
C0895Qxv c0895Qxv = (C0895Qxv) obj;
return C14957gcv.b((Object) this.b, (Object) c0895Qxv.b) && C14957gcv.b((Object) this.c, (Object) c0895Qxv.c) && C14957gcv.b((Object) this.e, (Object) c0895Qxv.e) && C14957gcv.b(this.a, c0895Qxv.a);
}
}