package Q4;

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

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

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

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

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

    public C(int i, int i5, String str, boolean z8) {
        this.f5646a = str;
        this.f5647b = i;
        this.f5648c = i5;
        this.f5649d = z8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C)) {
            return false;
        }
        C c3 = (C) obj;
        return P6.g.a(this.f5646a, c3.f5646a) && this.f5647b == c3.f5647b && this.f5648c == c3.f5648c && this.f5649d == c3.f5649d;
    }

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Type inference failed for: r1v3, types: [int] */
    /* JADX WARN: Type inference failed for: r1v4 */
    /* JADX WARN: Type inference failed for: r1v5 */
    public final int hashCode() {
        int iHashCode = ((((this.f5646a.hashCode() * 31) + this.f5647b) * 31) + this.f5648c) * 31;
        boolean z8 = this.f5649d;
        ?? r12 = z8;
        if (z8) {
            r12 = 1;
        }
        return iHashCode + r12;
    }

    public final String toString() {
        return "ProcessDetails(processName=" + this.f5646a + ", pid=" + this.f5647b + ", importance=" + this.f5648c + ", isDefaultProcess=" + this.f5649d + ')';
    }
}
