package com.seewo.ota.activity;

import android.view.View;

/* JADX INFO: compiled from: DialogTestActivity.kt */
/* JADX INFO: loaded from: classes.dex */
public final class f2 {
    private final String a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final View.OnClickListener f2024b;

    public f2(String str, View.OnClickListener onClickListener) {
        f.z.d.k.e(str, "name");
        f.z.d.k.e(onClickListener, "listener");
        this.a = str;
        this.f2024b = onClickListener;
    }

    public final View.OnClickListener a() {
        return this.f2024b;
    }

    public final String b() {
        return this.a;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof f2)) {
            return false;
        }
        f2 f2Var = (f2) obj;
        return f.z.d.k.a(this.a, f2Var.a) && f.z.d.k.a(this.f2024b, f2Var.f2024b);
    }

    public int hashCode() {
        return (this.a.hashCode() * 31) + this.f2024b.hashCode();
    }

    public String toString() {
        return "Item(name=" + this.a + ", listener=" + this.f2024b + ')';
    }
}
