package com.martsnew.data.model.response;

import P6.g;
import java.util.List;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

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

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

    public InWatchlistResponse(@InterfaceC1389i(name = "ids") List<Long> list) {
        this.f10809a = list;
    }

    public final InWatchlistResponse copy(@InterfaceC1389i(name = "ids") List<Long> list) {
        return new InWatchlistResponse(list);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof InWatchlistResponse) && g.a(this.f10809a, ((InWatchlistResponse) obj).f10809a);
    }

    public final int hashCode() {
        List list = this.f10809a;
        if (list == null) {
            return 0;
        }
        return list.hashCode();
    }

    public final String toString() {
        return "InWatchlistResponse(ids=" + this.f10809a + ")";
    }
}
