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

157 lines
5.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ef, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11423ef {
@SerializedName("customerID")
private final String a;
@SerializedName("cardAmount")
private final Double b;
@SerializedName("customerConsentAcceptVersion")
private final String c;
@SerializedName("cardRefNo")
private final String d;
@SerializedName("customerConsentAcceptFlag")
private final String e;
@SerializedName("pointAmount")
private final Integer f;
@SerializedName("pointRedemptionRateType")
private final String g;
@SerializedName("merchantID")
private final String h;
@SerializedName("pointRedemptionRate")
private final Double i;
@SerializedName("pointEquivalentAmount")
private final Double j;
@SerializedName("sofType")
private final String l;
@SerializedName("scanToken")
private final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("transactionAmount")
private final String f8989o;
private C11423ef(byte b) {
this.b = null;
this.d = null;
this.f = null;
this.n = null;
this.e = null;
this.i = null;
this.j = null;
this.c = null;
this.h = null;
this.f8989o = null;
this.a = null;
this.g = null;
this.l = null;
}
private /* synthetic */ C11423ef(char c) {
this((byte) 0);
}
public final String toString() {
Double d = this.b;
String str = this.d;
Integer num = this.f;
String str2 = this.n;
String str3 = this.e;
Double d2 = this.i;
Double d3 = this.j;
String str4 = this.c;
String str5 = this.h;
String str6 = this.f8989o;
String str7 = this.a;
String str8 = this.g;
String str9 = this.l;
StringBuilder sb = new StringBuilder("PointsPurchaseVerificationRequest(cardAmount=");
sb.append(d);
sb.append(", cardRefNo=");
sb.append(str);
sb.append(", pointAmount=");
sb.append(num);
sb.append(", scanToken=");
sb.append(str2);
sb.append(", customerConsentAcceptFlag=");
sb.append(str3);
sb.append(", pointRedemptionRate=");
sb.append(d2);
sb.append(", pointEquivalentAmount=");
sb.append(d3);
sb.append(", customerConsentAcceptVersion=");
sb.append(str4);
sb.append(", merchantID=");
sb.append(str5);
sb.append(", transactionAmount=");
sb.append(str6);
sb.append(", customerID=");
sb.append(str7);
sb.append(", pointRedemptionRateType=");
sb.append(str8);
sb.append(", sofType=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Double d = this.b;
int hashCode = d == null ? 0 : d.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
Integer num = this.f;
int hashCode3 = num == null ? 0 : num.hashCode();
String str2 = this.n;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
Double d2 = this.i;
int hashCode6 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.j;
int hashCode7 = d3 == null ? 0 : d3.hashCode();
String str4 = this.c;
int hashCode8 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
int hashCode9 = str5 == null ? 0 : str5.hashCode();
String str6 = this.f8989o;
int hashCode10 = str6 == null ? 0 : str6.hashCode();
String str7 = this.a;
int hashCode11 = str7 == null ? 0 : str7.hashCode();
String str8 = this.g;
int hashCode12 = str8 == null ? 0 : str8.hashCode();
String str9 = this.l;
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11423ef)) {
return false;
}
C11423ef c11423ef = (C11423ef) obj;
return C14957gcv.b(this.b, c11423ef.b) && C14957gcv.b((Object) this.d, (Object) c11423ef.d) && C14957gcv.b(this.f, c11423ef.f) && C14957gcv.b((Object) this.n, (Object) c11423ef.n) && C14957gcv.b((Object) this.e, (Object) c11423ef.e) && C14957gcv.b(this.i, c11423ef.i) && C14957gcv.b(this.j, c11423ef.j) && C14957gcv.b((Object) this.c, (Object) c11423ef.c) && C14957gcv.b((Object) this.h, (Object) c11423ef.h) && C14957gcv.b((Object) this.f8989o, (Object) c11423ef.f8989o) && C14957gcv.b((Object) this.a, (Object) c11423ef.a) && C14957gcv.b((Object) this.g, (Object) c11423ef.g) && C14957gcv.b((Object) this.l, (Object) c11423ef.l);
}
public C11423ef() {
this((char) 0);
}
}