package h3;

import q.AbstractC2761L;

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

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

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

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

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

    public C2120h(String imdbId, int i6, boolean z6, boolean z7) {
        kotlin.jvm.internal.o.h(imdbId, "imdbId");
        this.f17969a = imdbId;
        this.f17970b = z6;
        this.f17971c = i6;
        this.f17972d = z7;
    }

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

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2120h)) {
            return false;
        }
        C2120h c2120h = (C2120h) obj;
        return kotlin.jvm.internal.o.c(this.f17969a, c2120h.f17969a) && this.f17970b == c2120h.f17970b && this.f17971c == c2120h.f17971c && this.f17972d == c2120h.f17972d;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f17972d) + AbstractC2761L.a(this.f17971c, com.google.android.recaptcha.internal.a.f(this.f17969a.hashCode() * 31, 31, this.f17970b), 31);
    }

    public final String toString() {
        return "TraktRelated(imdbId=" + this.f17969a + ", isTv=" + this.f17970b + ", tmdbId=" + this.f17971c + ", allowTmdbFallback=" + this.f17972d + ")";
    }
}
