package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class TS implements Parcelable { public static final Parcelable.Creator CREATOR = new LWm(); public final String a; public final String b; public final String c; public final String d; public final boolean e; public final int f; private final String g; public final boolean h; public final String i; private final String j; @Override // android.os.Parcelable public final int describeContents() { return 0; } public TS(String str, String str2, String str3, String str4, String str5, boolean z, String str6, int i, String str7, boolean z2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); this.a = str; this.d = str2; this.j = str3; this.c = str4; this.b = str5; this.h = z; this.i = str6; this.f = i; this.g = str7; this.e = z2; } /* loaded from: classes3.dex */ public static final class LWm implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ TS createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new TS(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readInt() != 0); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ TS[] newArray(int i) { return new TS[i]; } } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.a); parcel.writeString(this.d); parcel.writeString(this.j); parcel.writeString(this.c); parcel.writeString(this.b); parcel.writeInt(this.h ? 1 : 0); parcel.writeString(this.i); parcel.writeInt(this.f); parcel.writeString(this.g); parcel.writeInt(this.e ? 1 : 0); } public final String toString() { String str = this.a; String str2 = this.d; String str3 = this.j; String str4 = this.c; String str5 = this.b; boolean z = this.h; String str6 = this.i; int i = this.f; String str7 = this.g; boolean z2 = this.e; StringBuilder sb = new StringBuilder("PointInquiryDisplay(customerId="); sb.append(str); sb.append(", customerStatus="); sb.append(str2); sb.append(", customerName="); sb.append(str3); sb.append(", consentVersion="); sb.append(str4); sb.append(", consentContent="); sb.append(str5); sb.append(", tcAcceptRequired="); sb.append(z); sb.append(", point="); sb.append(str6); sb.append(", pointRawData="); sb.append(i); sb.append(", asOfDate="); sb.append(str7); sb.append(", isPointEmpty="); sb.append(z2); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.j.hashCode(); int hashCode4 = this.c.hashCode(); int hashCode5 = this.b.hashCode(); boolean z = this.h; int i = z; if (z != 0) { i = 1; } int hashCode6 = this.i.hashCode(); int hashCode7 = Integer.hashCode(this.f); int hashCode8 = this.g.hashCode(); boolean z2 = this.e; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (z2 ? 1 : z2 ? 1 : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof TS)) { return false; } TS ts = (TS) obj; return C14957gcv.b((Object) this.a, (Object) ts.a) && C14957gcv.b((Object) this.d, (Object) ts.d) && C14957gcv.b((Object) this.j, (Object) ts.j) && C14957gcv.b((Object) this.c, (Object) ts.c) && C14957gcv.b((Object) this.b, (Object) ts.b) && this.h == ts.h && C14957gcv.b((Object) this.i, (Object) ts.i) && this.f == ts.f && C14957gcv.b((Object) this.g, (Object) ts.g) && this.e == ts.e; } }