package h3;

/* JADX INFO: renamed from: h3.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2102e extends AbstractC2138k {

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

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

    public C2102e(int i6, boolean z6) {
        this.f17866a = i6;
        this.f17867b = z6;
    }

    @Override // h3.AbstractC2138k
    public final boolean a() {
        return false;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2102e)) {
            return false;
        }
        C2102e c2102e = (C2102e) obj;
        return this.f17866a == c2102e.f17866a && this.f17867b == c2102e.f17867b;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f17867b) + (Integer.hashCode(this.f17866a) * 31);
    }

    public final String toString() {
        return "TmdbPersonCredits(personId=" + this.f17866a + ", moviesOnly=" + this.f17867b + ")";
    }
}
