129 lines
4.5 KiB
Java
129 lines
4.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.cW, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C6543cW {
|
|
|
|
@SerializedName("cardAmount")
|
|
private final Double a;
|
|
|
|
@SerializedName("casaAmount")
|
|
private final String b;
|
|
|
|
@SerializedName("customerConsentAcceptFlag")
|
|
private final String c;
|
|
|
|
@SerializedName("customerID")
|
|
private final String d;
|
|
|
|
@SerializedName("customerConsentAcceptVersion")
|
|
private final String e;
|
|
|
|
@SerializedName("pointAmount")
|
|
private final Integer g;
|
|
|
|
@SerializedName("pointEquivalentAmount")
|
|
private final Double i;
|
|
|
|
@SerializedName("pointRedemptionRate")
|
|
private final Double j;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("pointRedemptionRateType")
|
|
private final String f8628o;
|
|
|
|
@SerializedName("pointRedemptionRateEventId")
|
|
private final String h = null;
|
|
|
|
@SerializedName("pointRedemptionRateEventName")
|
|
private final String f = null;
|
|
|
|
public C6543cW(String str, String str2, String str3, Double d, String str4, Integer num, Double d2, String str5, Double d3) {
|
|
this.d = str;
|
|
this.c = str2;
|
|
this.e = str3;
|
|
this.j = d;
|
|
this.f8628o = str4;
|
|
this.g = num;
|
|
this.i = d2;
|
|
this.b = str5;
|
|
this.a = d3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.c;
|
|
String str3 = this.e;
|
|
Double d = this.j;
|
|
String str4 = this.f8628o;
|
|
String str5 = this.h;
|
|
String str6 = this.f;
|
|
Integer num = this.g;
|
|
Double d2 = this.i;
|
|
String str7 = this.b;
|
|
Double d3 = this.a;
|
|
StringBuilder sb = new StringBuilder("PointXReviewRequest(customerID=");
|
|
sb.append(str);
|
|
sb.append(", customerConsentAcceptFlag=");
|
|
sb.append(str2);
|
|
sb.append(", customerConsentAcceptVersion=");
|
|
sb.append(str3);
|
|
sb.append(", pointRedemptionRate=");
|
|
sb.append(d);
|
|
sb.append(", pointRedemptionRateType=");
|
|
sb.append(str4);
|
|
sb.append(", pointRedemptionRateEventId=");
|
|
sb.append(str5);
|
|
sb.append(", pointRedemptionRateEventName=");
|
|
sb.append(str6);
|
|
sb.append(", pointAmount=");
|
|
sb.append(num);
|
|
sb.append(", pointEquivalentAmount=");
|
|
sb.append(d2);
|
|
sb.append(", casaAmount=");
|
|
sb.append(str7);
|
|
sb.append(", cardAmount=");
|
|
sb.append(d3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
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.j;
|
|
int hashCode4 = d == null ? 0 : d.hashCode();
|
|
String str4 = this.f8628o;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.h;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.f;
|
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
|
Integer num = this.g;
|
|
int hashCode8 = num == null ? 0 : num.hashCode();
|
|
Double d2 = this.i;
|
|
int hashCode9 = d2 == null ? 0 : d2.hashCode();
|
|
String str7 = this.b;
|
|
int hashCode10 = str7 == null ? 0 : str7.hashCode();
|
|
Double d3 = this.a;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (d3 != null ? d3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C6543cW)) {
|
|
return false;
|
|
}
|
|
C6543cW c6543cW = (C6543cW) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c6543cW.d) && C14957gcv.b((Object) this.c, (Object) c6543cW.c) && C14957gcv.b((Object) this.e, (Object) c6543cW.e) && C14957gcv.b(this.j, c6543cW.j) && C14957gcv.b((Object) this.f8628o, (Object) c6543cW.f8628o) && C14957gcv.b((Object) this.h, (Object) c6543cW.h) && C14957gcv.b((Object) this.f, (Object) c6543cW.f) && C14957gcv.b(this.g, c6543cW.g) && C14957gcv.b(this.i, c6543cW.i) && C14957gcv.b((Object) this.b, (Object) c6543cW.b) && C14957gcv.b(this.a, c6543cW.a);
|
|
}
|
|
}
|