package o; import android.os.Parcel; import android.os.Parcelable; /* renamed from: o.Ot, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0798Ot extends AbstractC0805Oz { 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 String e; public final String i; public final String j; @Override // android.os.Parcelable public final int describeContents() { return 0; } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public C0798Ot(String str, String str2, String str3, String str4, String str5, String str6, String str7) { super((byte) 0); C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); this.e = str; this.i = str2; this.j = str3; this.a = str4; this.c = str5; this.d = str6; this.b = str7; } /* renamed from: o.Ot$LWm */ /* loaded from: classes3.dex */ public static final class LWm implements Parcelable.Creator { @Override // android.os.Parcelable.Creator public final /* synthetic */ C0798Ot createFromParcel(Parcel parcel) { C14957gcv.e(parcel, ""); return new C0798Ot(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString()); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C0798Ot[] newArray(int i) { return new C0798Ot[i]; } } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0798Ot)) { return false; } C0798Ot c0798Ot = (C0798Ot) obj; return C14957gcv.b((Object) this.e, (Object) c0798Ot.e) && C14957gcv.b((Object) this.i, (Object) c0798Ot.i) && C14957gcv.b((Object) this.j, (Object) c0798Ot.j) && C14957gcv.b((Object) this.a, (Object) c0798Ot.a) && C14957gcv.b((Object) this.c, (Object) c0798Ot.c) && C14957gcv.b((Object) this.d, (Object) c0798Ot.d) && C14957gcv.b((Object) this.b, (Object) c0798Ot.b); } public final int hashCode() { return (((((((((((this.e.hashCode() * 31) + this.i.hashCode()) * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode(); } public final String toString() { String str = this.e; String str2 = this.i; String str3 = this.j; String str4 = this.a; String str5 = this.c; String str6 = this.d; String str7 = this.b; StringBuilder sb = new StringBuilder("PolicyDetailWithHeaderDisplay(label="); sb.append(str); sb.append(", value="); sb.append(str2); sb.append(", sumAssured="); sb.append(str3); sb.append(", paymentPlan="); sb.append(str4); sb.append(", premiumAmount="); sb.append(str5); sb.append(", effectiveDate="); sb.append(str6); sb.append(", endDate="); sb.append(str7); sb.append(")"); return sb.toString(); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { C14957gcv.e(parcel, ""); parcel.writeString(this.e); parcel.writeString(this.i); parcel.writeString(this.j); parcel.writeString(this.a); parcel.writeString(this.c); parcel.writeString(this.d); parcel.writeString(this.b); } }