package com.martsnew.data.model.response;

import P6.g;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC1392l(generateAdapter = true)
public final class ContinueWatchResponse {

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

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

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

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

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

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

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

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

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

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

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

    public ContinueWatchResponse(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "user_id") Long l8, @InterfaceC1389i(name = "movie_id") Long l9, @InterfaceC1389i(name = "season_id") Long l10, @InterfaceC1389i(name = "episode_id") Long l11, @InterfaceC1389i(name = "season_number") Integer num, @InterfaceC1389i(name = "episode_number") Integer num2, @InterfaceC1389i(name = "time") Long l12, @InterfaceC1389i(name = "percent") Double d8, @InterfaceC1389i(name = "status") Integer num3, @InterfaceC1389i(name = "updated_at") Long l13, @InterfaceC1389i(name = "movie") MovieResponse movieResponse) {
        this.f10691a = j8;
        this.f10692b = l8;
        this.f10693c = l9;
        this.f10694d = l10;
        this.f10695e = l11;
        this.f10696f = num;
        this.f10697g = num2;
        this.f10698h = l12;
        this.i = d8;
        this.f10699j = num3;
        this.f10700k = l13;
        this.f10701l = movieResponse;
    }

    public final ContinueWatchResponse copy(@InterfaceC1389i(name = "id") long j8, @InterfaceC1389i(name = "user_id") Long l8, @InterfaceC1389i(name = "movie_id") Long l9, @InterfaceC1389i(name = "season_id") Long l10, @InterfaceC1389i(name = "episode_id") Long l11, @InterfaceC1389i(name = "season_number") Integer num, @InterfaceC1389i(name = "episode_number") Integer num2, @InterfaceC1389i(name = "time") Long l12, @InterfaceC1389i(name = "percent") Double d8, @InterfaceC1389i(name = "status") Integer num3, @InterfaceC1389i(name = "updated_at") Long l13, @InterfaceC1389i(name = "movie") MovieResponse movieResponse) {
        return new ContinueWatchResponse(j8, l8, l9, l10, l11, num, num2, l12, d8, num3, l13, movieResponse);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ContinueWatchResponse)) {
            return false;
        }
        ContinueWatchResponse continueWatchResponse = (ContinueWatchResponse) obj;
        return this.f10691a == continueWatchResponse.f10691a && g.a(this.f10692b, continueWatchResponse.f10692b) && g.a(this.f10693c, continueWatchResponse.f10693c) && g.a(this.f10694d, continueWatchResponse.f10694d) && g.a(this.f10695e, continueWatchResponse.f10695e) && g.a(this.f10696f, continueWatchResponse.f10696f) && g.a(this.f10697g, continueWatchResponse.f10697g) && g.a(this.f10698h, continueWatchResponse.f10698h) && g.a(this.i, continueWatchResponse.i) && g.a(this.f10699j, continueWatchResponse.f10699j) && g.a(this.f10700k, continueWatchResponse.f10700k) && g.a(this.f10701l, continueWatchResponse.f10701l);
    }

    public final int hashCode() {
        long j8 = this.f10691a;
        int i = ((int) (j8 ^ (j8 >>> 32))) * 31;
        Long l8 = this.f10692b;
        int iHashCode = (i + (l8 == null ? 0 : l8.hashCode())) * 31;
        Long l9 = this.f10693c;
        int iHashCode2 = (iHashCode + (l9 == null ? 0 : l9.hashCode())) * 31;
        Long l10 = this.f10694d;
        int iHashCode3 = (iHashCode2 + (l10 == null ? 0 : l10.hashCode())) * 31;
        Long l11 = this.f10695e;
        int iHashCode4 = (iHashCode3 + (l11 == null ? 0 : l11.hashCode())) * 31;
        Integer num = this.f10696f;
        int iHashCode5 = (iHashCode4 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f10697g;
        int iHashCode6 = (iHashCode5 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Long l12 = this.f10698h;
        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.f10699j;
        int iHashCode9 = (iHashCode8 + (num3 == null ? 0 : num3.hashCode())) * 31;
        Long l13 = this.f10700k;
        int iHashCode10 = (iHashCode9 + (l13 == null ? 0 : l13.hashCode())) * 31;
        MovieResponse movieResponse = this.f10701l;
        return iHashCode10 + (movieResponse != null ? movieResponse.hashCode() : 0);
    }

    public final String toString() {
        return "ContinueWatchResponse(id=" + this.f10691a + ", userId=" + this.f10692b + ", movieId=" + this.f10693c + ", seasonId=" + this.f10694d + ", episodeId=" + this.f10695e + ", seasonNumber=" + this.f10696f + ", episodeNumber=" + this.f10697g + ", time=" + this.f10698h + ", percent=" + this.i + ", status=" + this.f10699j + ", updatedAt=" + this.f10700k + ", movie=" + this.f10701l + ")";
    }
}
