package k5;

import com.martsnew.domain.model.Movie;

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final long f13950h;
    public final int i;

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

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

    public C1101a(long j8, Long l8, Long l9, Long l10, Long l11, int i, int i5, long j9, int i8, long j10, Movie movie) {
        this.f13943a = j8;
        this.f13944b = l8;
        this.f13945c = l9;
        this.f13946d = l10;
        this.f13947e = l11;
        this.f13948f = i;
        this.f13949g = i5;
        this.f13950h = j9;
        this.i = i8;
        this.f13951j = j10;
        this.f13952k = movie;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1101a)) {
            return false;
        }
        C1101a c1101a = (C1101a) obj;
        return this.f13943a == c1101a.f13943a && P6.g.a(this.f13944b, c1101a.f13944b) && P6.g.a(this.f13945c, c1101a.f13945c) && P6.g.a(this.f13946d, c1101a.f13946d) && P6.g.a(this.f13947e, c1101a.f13947e) && this.f13948f == c1101a.f13948f && this.f13949g == c1101a.f13949g && this.f13950h == c1101a.f13950h && this.i == c1101a.i && this.f13951j == c1101a.f13951j && P6.g.a(this.f13952k, c1101a.f13952k);
    }

    public final int hashCode() {
        long j8 = this.f13943a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        Long l8 = this.f13944b;
        int iHashCode = (i + (l8 == null ? 0 : l8.hashCode())) * 31;
        Long l9 = this.f13945c;
        int iHashCode2 = (iHashCode + (l9 == null ? 0 : l9.hashCode())) * 31;
        Long l10 = this.f13946d;
        int iHashCode3 = (iHashCode2 + (l10 == null ? 0 : l10.hashCode())) * 31;
        Long l11 = this.f13947e;
        int iHashCode4 = (((((iHashCode3 + (l11 == null ? 0 : l11.hashCode())) * 31) + this.f13948f) * 31) + this.f13949g) * 31;
        long j9 = this.f13950h;
        int i5 = (((iHashCode4 + ((int) (j9 ^ (j9 >>> 32)))) * 31) + this.i) * 31;
        long j10 = this.f13951j;
        int i8 = (i5 + ((int) (j10 ^ (j10 >>> 32)))) * 31;
        Movie movie = this.f13952k;
        return i8 + (movie != null ? movie.hashCode() : 0);
    }

    public final String toString() {
        return "ContinueWatch(id=" + this.f13943a + ", userId=" + this.f13944b + ", movieId=" + this.f13945c + ", seasonId=" + this.f13946d + ", episodeId=" + this.f13947e + ", seasonNumber=" + this.f13948f + ", episodeNumber=" + this.f13949g + ", time=" + this.f13950h + ", percent=" + this.i + ", updatedAt=" + this.f13951j + ", movie=" + this.f13952k + ")";
    }

    public /* synthetic */ C1101a(Movie movie) {
        this(0L, 0L, 0L, 0L, 0L, 0, 0, 0L, 0, 0L, movie);
    }
}
