package V2;

import q.AbstractC2761L;

/* JADX INFO: renamed from: V2.w1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0734w1 extends AbstractC0742y1 {

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

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

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

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

    public C0734w1(String id, String title, String discoverUrl, boolean z6) {
        kotlin.jvm.internal.o.h(id, "id");
        kotlin.jvm.internal.o.h(title, "title");
        kotlin.jvm.internal.o.h(discoverUrl, "discoverUrl");
        this.f8137a = id;
        this.f8138b = title;
        this.f8139c = discoverUrl;
        this.f8140d = z6;
    }

    @Override // V2.AbstractC0742y1
    public final String a() {
        return this.f8137a;
    }

    @Override // V2.AbstractC0742y1
    public final boolean b() {
        return this.f8140d;
    }

    @Override // V2.AbstractC0742y1
    public final String c() {
        return this.f8138b;
    }

    public final String d() {
        return this.f8139c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0734w1)) {
            return false;
        }
        C0734w1 c0734w1 = (C0734w1) obj;
        return kotlin.jvm.internal.o.c(this.f8137a, c0734w1.f8137a) && kotlin.jvm.internal.o.c(this.f8138b, c0734w1.f8138b) && kotlin.jvm.internal.o.c(this.f8139c, c0734w1.f8139c) && this.f8140d == c0734w1.f8140d;
    }

    public final int hashCode() {
        return Boolean.hashCode(this.f8140d) + AbstractC2761L.b(AbstractC2761L.b(this.f8137a.hashCode() * 31, 31, this.f8138b), 31, this.f8139c);
    }

    public final String toString() {
        return "TmdbTvDiscover(id=" + this.f8137a + ", title=" + this.f8138b + ", discoverUrl=" + this.f8139c + ", inPlace=" + this.f8140d + ")";
    }
}
