package k5;

import com.martsnew.domain.model.EpisodeSource;
import com.martsnew.domain.model.Movie;

/* JADX INFO: renamed from: k5.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1102b {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final Movie f13960h;

    public C1102b(EpisodeSource episodeSource, long j8, int i, Movie movie) {
        P6.g.e(episodeSource, "source");
        this.f13953a = episodeSource.f11042y;
        this.f13954b = episodeSource.f11034q;
        this.f13955c = episodeSource.f11041x;
        this.f13956d = episodeSource.f11043z;
        this.f13957e = episodeSource.f11033A;
        this.f13958f = j8;
        this.f13959g = i;
        this.f13960h = movie;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1102b)) {
            return false;
        }
        C1102b c1102b = (C1102b) obj;
        return this.f13953a == c1102b.f13953a && this.f13954b == c1102b.f13954b && this.f13955c == c1102b.f13955c && this.f13956d == c1102b.f13956d && this.f13957e == c1102b.f13957e && this.f13958f == c1102b.f13958f && this.f13959g == c1102b.f13959g && P6.g.a(this.f13960h, c1102b.f13960h);
    }

    public final int hashCode() {
        long j8 = this.f13953a;
        long j9 = this.f13954b;
        int i = ((((((int) (j8 ^ (j8 >>> 32))) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31) + this.f13955c) * 31;
        long j10 = this.f13956d;
        int i5 = (((i + ((int) (j10 ^ (j10 >>> 32)))) * 31) + this.f13957e) * 31;
        long j11 = this.f13958f;
        int i8 = (((i5 + ((int) ((j11 >>> 32) ^ j11))) * 31) + this.f13959g) * 31;
        Movie movie = this.f13960h;
        return i8 + (movie == null ? 0 : movie.hashCode());
    }

    public final String toString() {
        return "ContinueWatchData(movieId=" + this.f13953a + ", episodeId=" + this.f13954b + ", episodeNumber=" + this.f13955c + ", seasonId=" + this.f13956d + ", seasonNumber=" + this.f13957e + ", time=" + this.f13958f + ", percent=" + this.f13959g + ", movie=" + this.f13960h + ")";
    }
}
