package h3;

import java.util.List;

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

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

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

    public C2071B(List items, Boolean bool) {
        kotlin.jvm.internal.o.h(items, "items");
        this.f16680a = items;
        this.f16681b = bool;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2071B)) {
            return false;
        }
        C2071B c2071b = (C2071B) obj;
        return kotlin.jvm.internal.o.c(this.f16680a, c2071b.f16680a) && kotlin.jvm.internal.o.c(this.f16681b, c2071b.f16681b);
    }

    public final int hashCode() {
        int iHashCode = this.f16680a.hashCode() * 31;
        Boolean bool = this.f16681b;
        return iHashCode + (bool == null ? 0 : bool.hashCode());
    }

    public final String toString() {
        return "PageFetch(items=" + this.f16680a + ", traktHasNext=" + this.f16681b + ")";
    }
}
