package I0;

import android.text.TextUtils;
import d5.AbstractC0844a;

/* JADX INFO: loaded from: classes.dex */
public final class v {

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

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

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

    public v(String str, boolean z8, boolean z9) {
        this.f3311a = str;
        this.f3312b = z8;
        this.f3313c = z9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && obj.getClass() == v.class) {
            v vVar = (v) obj;
            if (TextUtils.equals(this.f3311a, vVar.f3311a) && this.f3312b == vVar.f3312b && this.f3313c == vVar.f3313c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return ((AbstractC0844a.g(31, 31, this.f3311a) + (this.f3312b ? 1231 : 1237)) * 31) + (this.f3313c ? 1231 : 1237);
    }
}
