178 lines
6.5 KiB
Java
178 lines
6.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Hp, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0484Hp implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0484Hp> CREATOR = new Sts();
|
||
|
public final String a;
|
||
|
public final int b;
|
||
|
public final double c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
public final boolean g;
|
||
|
public final String h;
|
||
|
public final boolean i;
|
||
|
public final String j;
|
||
|
private final double k;
|
||
|
private final String l;
|
||
|
public final String m;
|
||
|
public final int n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private final String f8203o;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0484Hp(String str, int i, String str2, String str3, String str4, String str5, int i2, String str6, String str7, double d, double d2, boolean z, boolean z2, String str8, 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.a = str;
|
||
|
this.b = i;
|
||
|
this.h = str2;
|
||
|
this.j = str3;
|
||
|
this.l = str4;
|
||
|
this.m = str5;
|
||
|
this.n = i2;
|
||
|
this.f8203o = str6;
|
||
|
this.f = str7;
|
||
|
this.c = d;
|
||
|
this.k = d2;
|
||
|
this.i = z;
|
||
|
this.g = z2;
|
||
|
this.e = str8;
|
||
|
this.d = str9;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Hp$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<C0484Hp> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0484Hp createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0484Hp(parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readDouble(), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0484Hp[] newArray(int i) {
|
||
|
return new C0484Hp[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeInt(this.b);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeInt(this.n);
|
||
|
parcel.writeString(this.f8203o);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeDouble(this.c);
|
||
|
parcel.writeDouble(this.k);
|
||
|
parcel.writeInt(this.i ? 1 : 0);
|
||
|
parcel.writeInt(this.g ? 1 : 0);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.d);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
int i = this.b;
|
||
|
String str2 = this.h;
|
||
|
String str3 = this.j;
|
||
|
String str4 = this.l;
|
||
|
String str5 = this.m;
|
||
|
int i2 = this.n;
|
||
|
String str6 = this.f8203o;
|
||
|
String str7 = this.f;
|
||
|
double d = this.c;
|
||
|
double d2 = this.k;
|
||
|
boolean z = this.i;
|
||
|
boolean z2 = this.g;
|
||
|
String str8 = this.e;
|
||
|
String str9 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("ECouponTransactionDataDisplay(couponExpiry=");
|
||
|
sb.append(str);
|
||
|
sb.append(", couponTimeLimit=");
|
||
|
sb.append(i);
|
||
|
sb.append(", imageUrl=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", name=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", redemptionDate=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", refId=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", relationId=");
|
||
|
sb.append(i2);
|
||
|
sb.append(", usedDate=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", itemCode=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", diffDate=");
|
||
|
sb.append(d);
|
||
|
sb.append(", diffMinuteSecond=");
|
||
|
sb.append(d2);
|
||
|
sb.append(", isRedeem=");
|
||
|
sb.append(z);
|
||
|
sb.append(", isExpired=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", formattedCouponExpiry=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", formattedUsedDate=");
|
||
|
sb.append(str9);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.a.hashCode();
|
||
|
int hashCode2 = Integer.hashCode(this.b);
|
||
|
int hashCode3 = this.h.hashCode();
|
||
|
int hashCode4 = this.j.hashCode();
|
||
|
int hashCode5 = this.l.hashCode();
|
||
|
int hashCode6 = this.m.hashCode();
|
||
|
int hashCode7 = Integer.hashCode(this.n);
|
||
|
int hashCode8 = this.f8203o.hashCode();
|
||
|
int hashCode9 = this.f.hashCode();
|
||
|
int hashCode10 = Double.hashCode(this.c);
|
||
|
int hashCode11 = Double.hashCode(this.k);
|
||
|
boolean z = this.i;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
boolean z2 = this.g;
|
||
|
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + i) * 31) + (z2 ? 1 : z2 ? 1 : 0)) * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0484Hp)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0484Hp c0484Hp = (C0484Hp) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) c0484Hp.a) && this.b == c0484Hp.b && C14957gcv.b((Object) this.h, (Object) c0484Hp.h) && C14957gcv.b((Object) this.j, (Object) c0484Hp.j) && C14957gcv.b((Object) this.l, (Object) c0484Hp.l) && C14957gcv.b((Object) this.m, (Object) c0484Hp.m) && this.n == c0484Hp.n && C14957gcv.b((Object) this.f8203o, (Object) c0484Hp.f8203o) && C14957gcv.b((Object) this.f, (Object) c0484Hp.f) && Double.compare(this.c, c0484Hp.c) == 0 && Double.compare(this.k, c0484Hp.k) == 0 && this.i == c0484Hp.i && this.g == c0484Hp.g && C14957gcv.b((Object) this.e, (Object) c0484Hp.e) && C14957gcv.b((Object) this.d, (Object) c0484Hp.d);
|
||
|
}
|
||
|
}
|