package L3;

import F3.e;
import L1.B;
import r4.AbstractC0983h;

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

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

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

    public a(e eVar, B b2) {
        AbstractC0983h.e("systemTargets", eVar);
        AbstractC0983h.e("systemStatus", b2);
        this.f2096a = eVar;
        this.f2097b = b2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return AbstractC0983h.a(this.f2096a, aVar.f2096a) && AbstractC0983h.a(this.f2097b, aVar.f2097b);
    }

    public final int hashCode() {
        return Boolean.hashCode(false) + ((this.f2097b.hashCode() + (this.f2096a.hashCode() * 31)) * 31);
    }

    public final String toString() {
        return "RootingSettings(systemTargets=" + this.f2096a + ", systemStatus=" + this.f2097b + ", allowExplicitRootCheck=false)";
    }
}
