package com.martsnew.domain.model;

import P6.g;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.android.material.datepicker.d;
import d5.AbstractC0844a;

/* JADX INFO: loaded from: classes.dex */
public final class Episode implements Parcelable {
    public static final Parcelable.Creator<Episode> CREATOR = new d(25);

    /* JADX INFO: renamed from: A, reason: collision with root package name */
    public final boolean f11022A;

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final long f11023q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public final long f11024r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public final String f11025s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final long f11026t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public final String f11027u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public final long f11028v;

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final String f11029w;

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final int f11030x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    public final long f11031y;

    /* JADX INFO: renamed from: z, reason: collision with root package name */
    public final int f11032z;

    public Episode(long j8, long j9, String str, long j10, String str2, long j11, String str3, int i, long j12, int i5, boolean z8) {
        g.e(str, "stillPath");
        g.e(str2, "name");
        g.e(str3, "airDate");
        this.f11023q = j8;
        this.f11024r = j9;
        this.f11025s = str;
        this.f11026t = j10;
        this.f11027u = str2;
        this.f11028v = j11;
        this.f11029w = str3;
        this.f11030x = i;
        this.f11031y = j12;
        this.f11032z = i5;
        this.f11022A = z8;
    }

    @Override // android.os.Parcelable
    public final int describeContents() {
        return 0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof Episode)) {
            return false;
        }
        Episode episode = (Episode) obj;
        return this.f11023q == episode.f11023q && this.f11024r == episode.f11024r && g.a(this.f11025s, episode.f11025s) && this.f11026t == episode.f11026t && g.a(this.f11027u, episode.f11027u) && this.f11028v == episode.f11028v && g.a(this.f11029w, episode.f11029w) && this.f11030x == episode.f11030x && this.f11031y == episode.f11031y && this.f11032z == episode.f11032z && this.f11022A == episode.f11022A;
    }

    public final int hashCode() {
        long j8 = this.f11023q;
        long j9 = this.f11024r;
        int iG = AbstractC0844a.g(((((int) (j8 ^ (j8 >>> 32))) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31, 31, this.f11025s);
        long j10 = this.f11026t;
        int iG2 = AbstractC0844a.g((iG + ((int) (j10 ^ (j10 >>> 32)))) * 31, 31, this.f11027u);
        long j11 = this.f11028v;
        int iG3 = (AbstractC0844a.g((iG2 + ((int) (j11 ^ (j11 >>> 32)))) * 31, 31, this.f11029w) + this.f11030x) * 31;
        long j12 = this.f11031y;
        return ((((iG3 + ((int) (j12 ^ (j12 >>> 32)))) * 31) + this.f11032z) * 31) + (this.f11022A ? 1231 : 1237);
    }

    public final String toString() {
        return "Episode(id=" + this.f11023q + ", movieId=" + this.f11024r + ", stillPath=" + this.f11025s + ", seasonId=" + this.f11026t + ", name=" + this.f11027u + ", episodeNumber=" + this.f11028v + ", airDate=" + this.f11029w + ", runtime=" + this.f11030x + ", time=" + this.f11031y + ", percent=" + this.f11032z + ", lastWatch=" + this.f11022A + ")";
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i) {
        g.e(parcel, "dest");
        parcel.writeLong(this.f11023q);
        parcel.writeLong(this.f11024r);
        parcel.writeString(this.f11025s);
        parcel.writeLong(this.f11026t);
        parcel.writeString(this.f11027u);
        parcel.writeLong(this.f11028v);
        parcel.writeString(this.f11029w);
        parcel.writeInt(this.f11030x);
        parcel.writeLong(this.f11031y);
        parcel.writeInt(this.f11032z);
        parcel.writeInt(this.f11022A ? 1 : 0);
    }
}
