package h3;

import q.AbstractC2761L;

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

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

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

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

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

    public C2099d2(String str, String str2, String url, EnumC2085b2 enumC2085b2) {
        kotlin.jvm.internal.o.h(url, "url");
        this.f17848a = str;
        this.f17849b = str2;
        this.f17850c = url;
        this.f17851d = enumC2085b2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2099d2)) {
            return false;
        }
        C2099d2 c2099d2 = (C2099d2) obj;
        return kotlin.jvm.internal.o.c(this.f17848a, c2099d2.f17848a) && kotlin.jvm.internal.o.c(this.f17849b, c2099d2.f17849b) && kotlin.jvm.internal.o.c(this.f17850c, c2099d2.f17850c) && this.f17851d == c2099d2.f17851d;
    }

    public final int hashCode() {
        return this.f17851d.hashCode() + AbstractC2761L.b(AbstractC2761L.b(this.f17848a.hashCode() * 31, 31, this.f17849b), 31, this.f17850c);
    }

    public final String toString() {
        return "SearchRecommendationEntry(id=" + this.f17848a + ", title=" + this.f17849b + ", url=" + this.f17850c + ", source=" + this.f17851d + ")";
    }
}
