package com.martsnew.data.model.request;

import d5.AbstractC0844a;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

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

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

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

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

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

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

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

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

    public ContinueWatchRequest(@InterfaceC1389i(name = "movie_id") long j8, @InterfaceC1389i(name = "episode_id") long j9, @InterfaceC1389i(name = "episode_number") int i, @InterfaceC1389i(name = "season_id") long j10, @InterfaceC1389i(name = "season_number") int i5, @InterfaceC1389i(name = "time") long j11, @InterfaceC1389i(name = "percent") int i8) {
        this.f10590a = j8;
        this.f10591b = j9;
        this.f10592c = i;
        this.f10593d = j10;
        this.f10594e = i5;
        this.f10595f = j11;
        this.f10596g = i8;
    }

    public final ContinueWatchRequest copy(@InterfaceC1389i(name = "movie_id") long j8, @InterfaceC1389i(name = "episode_id") long j9, @InterfaceC1389i(name = "episode_number") int i, @InterfaceC1389i(name = "season_id") long j10, @InterfaceC1389i(name = "season_number") int i5, @InterfaceC1389i(name = "time") long j11, @InterfaceC1389i(name = "percent") int i8) {
        return new ContinueWatchRequest(j8, j9, i, j10, i5, j11, i8);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ContinueWatchRequest)) {
            return false;
        }
        ContinueWatchRequest continueWatchRequest = (ContinueWatchRequest) obj;
        return this.f10590a == continueWatchRequest.f10590a && this.f10591b == continueWatchRequest.f10591b && this.f10592c == continueWatchRequest.f10592c && this.f10593d == continueWatchRequest.f10593d && this.f10594e == continueWatchRequest.f10594e && this.f10595f == continueWatchRequest.f10595f && this.f10596g == continueWatchRequest.f10596g;
    }

    public final int hashCode() {
        long j8 = this.f10590a;
        long j9 = this.f10591b;
        int i = ((((((int) (j8 ^ (j8 >>> 32))) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31) + this.f10592c) * 31;
        long j10 = this.f10593d;
        int i5 = (((i + ((int) (j10 ^ (j10 >>> 32)))) * 31) + this.f10594e) * 31;
        long j11 = this.f10595f;
        return ((i5 + ((int) ((j11 >>> 32) ^ j11))) * 31) + this.f10596g;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ContinueWatchRequest(movieId=");
        sb.append(this.f10590a);
        sb.append(", episodeId=");
        sb.append(this.f10591b);
        sb.append(", episodeNumber=");
        sb.append(this.f10592c);
        sb.append(", seasonId=");
        sb.append(this.f10593d);
        sb.append(", seasonNumber=");
        sb.append(this.f10594e);
        sb.append(", time=");
        sb.append(this.f10595f);
        sb.append(", percent=");
        return AbstractC0844a.n(sb, this.f10596g, ")");
    }
}
