package h3;

import java.util.List;

/* JADX INFO: renamed from: h3.A, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2070A {

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

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

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

    public C2070A(List items, boolean z6, boolean z7) {
        kotlin.jvm.internal.o.h(items, "items");
        this.f16649a = items;
        this.f16650b = z6;
        this.f16651c = z7;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2070A)) {
            return false;
        }
        C2070A c2070a = (C2070A) obj;
        return kotlin.jvm.internal.o.c(this.f16649a, c2070a.f16649a) && this.f16650b == c2070a.f16650b && this.f16651c == c2070a.f16651c;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f16651c) + com.google.android.recaptcha.internal.a.f(this.f16649a.hashCode() * 31, 31, this.f16650b);
    }

    public final String toString() {
        return "FirstPageFetch(items=" + this.f16649a + ", hasMore=" + this.f16650b + ", tmdbFallbackActiveForRelated=" + this.f16651c + ")";
    }
}
