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

164 lines
6.1 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class HD implements Parcelable {
public static final Parcelable.Creator<HD> CREATOR = new IeS();
public final double a;
public final String b;
public final String c;
public final String d;
public final int e;
public final String f;
public final int g;
public final String h;
public final String i;
public final String j;
public final double k;
public final String l;
public final String m;
public final int n;
/* renamed from: o, reason: collision with root package name */
public final int f8190o;
private final double r;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public HD(String str, String str2, double d, int i, int i2, int i3, String str3, double d2, String str4, String str5, String str6, String str7, int i4, String str8, double d3, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
this.i = str;
this.d = str2;
this.a = d;
this.g = i;
this.f8190o = i2;
this.n = i3;
this.l = str3;
this.k = d2;
this.m = str4;
this.b = str5;
this.f = str6;
this.j = str7;
this.e = i4;
this.c = str8;
this.r = d3;
this.h = str9;
}
/* loaded from: classes3.dex */
public static final class IeS implements Parcelable.Creator<HD> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ HD createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new HD(parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readInt(), parcel.readInt(), parcel.readInt(), parcel.readString(), parcel.readDouble(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readDouble(), parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ HD[] newArray(int i) {
return new HD[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.i);
parcel.writeString(this.d);
parcel.writeDouble(this.a);
parcel.writeInt(this.g);
parcel.writeInt(this.f8190o);
parcel.writeInt(this.n);
parcel.writeString(this.l);
parcel.writeDouble(this.k);
parcel.writeString(this.m);
parcel.writeString(this.b);
parcel.writeString(this.f);
parcel.writeString(this.j);
parcel.writeInt(this.e);
parcel.writeString(this.c);
parcel.writeDouble(this.r);
parcel.writeString(this.h);
}
public final String toString() {
String str = this.i;
String str2 = this.d;
double d = this.a;
int i = this.g;
int i2 = this.f8190o;
int i3 = this.n;
String str3 = this.l;
double d2 = this.k;
String str4 = this.m;
String str5 = this.b;
String str6 = this.f;
String str7 = this.j;
int i4 = this.e;
String str8 = this.c;
double d3 = this.r;
String str9 = this.h;
StringBuilder sb = new StringBuilder("PointToPayTransactionDataDisplay(merchantName=");
sb.append(str);
sb.append(", campaignType=");
sb.append(str2);
sb.append(", cashbackRate=");
sb.append(d);
sb.append(", maxPointAdjust=");
sb.append(i);
sb.append(", minPointAdjust=");
sb.append(i2);
sb.append(", requirePoints=");
sb.append(i3);
sb.append(", sicCode=");
sb.append(str3);
sb.append(", txnAmount=");
sb.append(d2);
sb.append(", txnDate=");
sb.append(str4);
sb.append(", formattedAmount=");
sb.append(str5);
sb.append(", formattedRequirePoints=");
sb.append(str6);
sb.append(", formattedPercentCashBack=");
sb.append(str7);
sb.append(", campaignCode=");
sb.append(i4);
sb.append(", formattedCampaignType=");
sb.append(str8);
sb.append(", totalCashBack=");
sb.append(d3);
sb.append(", formattedTotalCashBack=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((((((((((((this.i.hashCode() * 31) + this.d.hashCode()) * 31) + Double.hashCode(this.a)) * 31) + Integer.hashCode(this.g)) * 31) + Integer.hashCode(this.f8190o)) * 31) + Integer.hashCode(this.n)) * 31) + this.l.hashCode()) * 31) + Double.hashCode(this.k)) * 31) + this.m.hashCode()) * 31) + this.b.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode()) * 31) + Integer.hashCode(this.e)) * 31) + this.c.hashCode()) * 31) + Double.hashCode(this.r)) * 31) + this.h.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HD)) {
return false;
}
HD hd = (HD) obj;
return C14957gcv.b((Object) this.i, (Object) hd.i) && C14957gcv.b((Object) this.d, (Object) hd.d) && Double.compare(this.a, hd.a) == 0 && this.g == hd.g && this.f8190o == hd.f8190o && this.n == hd.n && C14957gcv.b((Object) this.l, (Object) hd.l) && Double.compare(this.k, hd.k) == 0 && C14957gcv.b((Object) this.m, (Object) hd.m) && C14957gcv.b((Object) this.b, (Object) hd.b) && C14957gcv.b((Object) this.f, (Object) hd.f) && C14957gcv.b((Object) this.j, (Object) hd.j) && this.e == hd.e && C14957gcv.b((Object) this.c, (Object) hd.c) && Double.compare(this.r, hd.r) == 0 && C14957gcv.b((Object) this.h, (Object) hd.h);
}
}