package V2;

/* JADX INFO: renamed from: V2.z1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0746z1 {

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

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

    public C0746z1(String title, String jsonUrl) {
        kotlin.jvm.internal.o.h(title, "title");
        kotlin.jvm.internal.o.h(jsonUrl, "jsonUrl");
        this.f8209a = title;
        this.f8210b = jsonUrl;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0746z1)) {
            return false;
        }
        C0746z1 c0746z1 = (C0746z1) obj;
        return kotlin.jvm.internal.o.c(this.f8209a, c0746z1.f8209a) && kotlin.jvm.internal.o.c(this.f8210b, c0746z1.f8210b);
    }

    public final int hashCode() {
        return this.f8210b.hashCode() + (this.f8209a.hashCode() * 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("HomeCollectionCategory(title=");
        sb.append(this.f8209a);
        sb.append(", jsonUrl=");
        return com.google.android.recaptcha.internal.a.n(sb, this.f8210b, ")");
    }
}
