package com.martsnew.data.model.request;

import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

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

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

    public AddToWatchListRequest(@InterfaceC1389i(name = "movie_id") long j8) {
        this.f10583a = j8;
    }

    public final AddToWatchListRequest copy(@InterfaceC1389i(name = "movie_id") long j8) {
        return new AddToWatchListRequest(j8);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof AddToWatchListRequest) && this.f10583a == ((AddToWatchListRequest) obj).f10583a;
    }

    public final int hashCode() {
        long j8 = this.f10583a;
        return (int) (j8 ^ (j8 >>> 32));
    }

    public final String toString() {
        return "AddToWatchListRequest(movieId=" + this.f10583a + ")";
    }
}
