package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Hq, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0485Hq implements Parcelable { public static final Parcelable.Creator CREATOR = new RVV(); public String a; public final String b; public String c; public String d; public String e; public String f; public String g; public final boolean h; public String i; public String j; public String k; private String m; private int n; @Override // android.os.Parcelable public final int describeContents() { return 0; } public C0485Hq(String str, String str2, String str3, String str4, String str5, String str6, int i, String str7, String str8, String str9, String str10, boolean z, String str11) { 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, ""); C14957gcv.e(str10, ""); C14957gcv.e(str11, ""); this.f = str; this.d = str2; this.g = str3; this.c = str4; this.e = str5; this.m = str6; this.n = i; this.j = str7; this.i = str8; this.k = str9; this.a = str10; this.h = z; this.b = str11; } /* renamed from: o.Hq$RVV */ /* loaded from: classes3.dex */ public static final class RVV implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ C0485Hq createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new C0485Hq(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C0485Hq[] newArray(int i) { return new C0485Hq[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.f); parcel.writeString(this.d); parcel.writeString(this.g); parcel.writeString(this.c); parcel.writeString(this.e); parcel.writeString(this.m); parcel.writeInt(this.n); parcel.writeString(this.j); parcel.writeString(this.i); parcel.writeString(this.k); parcel.writeString(this.a); parcel.writeInt(this.h ? 1 : 0); parcel.writeString(this.b); } public final String toString() { String str = this.f; String str2 = this.d; String str3 = this.g; String str4 = this.c; String str5 = this.e; String str6 = this.m; int i = this.n; String str7 = this.j; String str8 = this.i; String str9 = this.k; String str10 = this.a; boolean z = this.h; String str11 = this.b; StringBuilder sb = new StringBuilder("ECouponDetailDisplay(txnRefNo="); sb.append(str); sb.append(", couponCode="); sb.append(str2); sb.append(", imageUrl="); sb.append(str3); sb.append(", couponExpiry="); sb.append(str4); sb.append(", couponExpiryFormatDate="); sb.append(str5); sb.append(", redemptionDate="); sb.append(str6); sb.append(", couponTimeLimit="); sb.append(i); sb.append(", name="); sb.append(str7); sb.append(", description="); sb.append(str8); sb.append(", usedDate="); sb.append(str9); sb.append(", couponStatus="); sb.append(str10); sb.append(", isCouponTimeSensitive="); sb.append(z); sb.append(", couponTimeSensitiveUseWithin="); sb.append(str11); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.f.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.g.hashCode(); int hashCode4 = this.c.hashCode(); int hashCode5 = this.e.hashCode(); int hashCode6 = this.m.hashCode(); int hashCode7 = Integer.hashCode(this.n); int hashCode8 = this.j.hashCode(); int hashCode9 = this.i.hashCode(); int hashCode10 = this.k.hashCode(); int hashCode11 = this.a.hashCode(); boolean z = this.h; int i = z; if (z != 0) { i = 1; } 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) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0485Hq)) { return false; } C0485Hq c0485Hq = (C0485Hq) obj; return C14957gcv.b((Object) this.f, (Object) c0485Hq.f) && C14957gcv.b((Object) this.d, (Object) c0485Hq.d) && C14957gcv.b((Object) this.g, (Object) c0485Hq.g) && C14957gcv.b((Object) this.c, (Object) c0485Hq.c) && C14957gcv.b((Object) this.e, (Object) c0485Hq.e) && C14957gcv.b((Object) this.m, (Object) c0485Hq.m) && this.n == c0485Hq.n && C14957gcv.b((Object) this.j, (Object) c0485Hq.j) && C14957gcv.b((Object) this.i, (Object) c0485Hq.i) && C14957gcv.b((Object) this.k, (Object) c0485Hq.k) && C14957gcv.b((Object) this.a, (Object) c0485Hq.a) && this.h == c0485Hq.h && C14957gcv.b((Object) this.b, (Object) c0485Hq.b); } }