package defpackage;

/* JADX INFO: renamed from: ˆʕ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0785 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f3523;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final int f3524;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f3525;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final boolean f3526;

    public C0785(int i, int i2, String str, boolean z) {
        this.f3525 = str;
        this.f3523 = i;
        this.f3524 = i2;
        this.f3526 = z;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0785)) {
            return false;
        }
        C0785 c0785 = (C0785) obj;
        return this.f3525.equals(c0785.f3525) && this.f3523 == c0785.f3523 && this.f3524 == c0785.f3524 && this.f3526 == c0785.f3526;
    }

    public final int hashCode() {
        return (((((this.f3525.hashCode() * 31) + this.f3523) * 31) + this.f3524) * 31) + (this.f3526 ? 1231 : 1237);
    }

    public final String toString() {
        return "ProcessDetails(processName=" + this.f3525 + ", pid=" + this.f3523 + ", importance=" + this.f3524 + ", isDefaultProcess=" + this.f3526 + ')';
    }
}
