package c5;

import P6.g;
import com.martsnew.data.model.response.MovieResponse;

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final Long f9339h;
    public final Double i;

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

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

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final MovieResponse f9342l;

    public C0582a(long j8, Long l8, Long l9, Long l10, Long l11, Integer num, Integer num2, Long l12, Double d8, Integer num3, Long l13, MovieResponse movieResponse) {
        this.f9332a = j8;
        this.f9333b = l8;
        this.f9334c = l9;
        this.f9335d = l10;
        this.f9336e = l11;
        this.f9337f = num;
        this.f9338g = num2;
        this.f9339h = l12;
        this.i = d8;
        this.f9340j = num3;
        this.f9341k = l13;
        this.f9342l = movieResponse;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0582a)) {
            return false;
        }
        C0582a c0582a = (C0582a) obj;
        return this.f9332a == c0582a.f9332a && g.a(this.f9333b, c0582a.f9333b) && g.a(this.f9334c, c0582a.f9334c) && g.a(this.f9335d, c0582a.f9335d) && g.a(this.f9336e, c0582a.f9336e) && g.a(this.f9337f, c0582a.f9337f) && g.a(this.f9338g, c0582a.f9338g) && g.a(this.f9339h, c0582a.f9339h) && g.a(this.i, c0582a.i) && g.a(this.f9340j, c0582a.f9340j) && g.a(this.f9341k, c0582a.f9341k) && g.a(this.f9342l, c0582a.f9342l);
    }

    public final int hashCode() {
        long j8 = this.f9332a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        Long l8 = this.f9333b;
        int iHashCode = (i + (l8 == null ? 0 : l8.hashCode())) * 31;
        Long l9 = this.f9334c;
        int iHashCode2 = (iHashCode + (l9 == null ? 0 : l9.hashCode())) * 31;
        Long l10 = this.f9335d;
        int iHashCode3 = (iHashCode2 + (l10 == null ? 0 : l10.hashCode())) * 31;
        Long l11 = this.f9336e;
        int iHashCode4 = (iHashCode3 + (l11 == null ? 0 : l11.hashCode())) * 31;
        Integer num = this.f9337f;
        int iHashCode5 = (iHashCode4 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f9338g;
        int iHashCode6 = (iHashCode5 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Long l12 = this.f9339h;
        int iHashCode7 = (iHashCode6 + (l12 == null ? 0 : l12.hashCode())) * 31;
        Double d8 = this.i;
        int iHashCode8 = (iHashCode7 + (d8 == null ? 0 : d8.hashCode())) * 31;
        Integer num3 = this.f9340j;
        int iHashCode9 = (iHashCode8 + (num3 == null ? 0 : num3.hashCode())) * 31;
        Long l13 = this.f9341k;
        int iHashCode10 = (iHashCode9 + (l13 == null ? 0 : l13.hashCode())) * 31;
        MovieResponse movieResponse = this.f9342l;
        return iHashCode10 + (movieResponse != null ? movieResponse.hashCode() : 0);
    }

    public final String toString() {
        return "ContinueWatchEntity(id=" + this.f9332a + ", userId=" + this.f9333b + ", movieId=" + this.f9334c + ", seasonId=" + this.f9335d + ", episodeId=" + this.f9336e + ", seasonNumber=" + this.f9337f + ", episodeNumber=" + this.f9338g + ", time=" + this.f9339h + ", percent=" + this.i + ", status=" + this.f9340j + ", updatedAt=" + this.f9341k + ", movie=" + this.f9342l + ")";
    }
}
