package Y2;

import java.util.List;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class t {

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

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

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

    public t(int i6, List list, boolean z6) {
        this.f8789a = list;
        this.f8790b = i6;
        this.f8791c = z6;
    }

    public final List a() {
        return this.f8789a;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof t)) {
            return false;
        }
        t tVar = (t) obj;
        return kotlin.jvm.internal.o.c(this.f8789a, tVar.f8789a) && this.f8790b == tVar.f8790b && this.f8791c == tVar.f8791c;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f8791c) + AbstractC2761L.a(this.f8790b, this.f8789a.hashCode() * 31, 31);
    }

    public final String toString() {
        return "TraktListPage(items=" + this.f8789a + ", page=" + this.f8790b + ", hasNextPage=" + this.f8791c + ")";
    }
}
