package n4;

import d5.AbstractC0844a;

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

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

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

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

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public byte f15314e;

    public final C1278a0 a() {
        String str;
        if (this.f15314e == 7 && (str = this.f15310a) != null) {
            return new C1278a0(this.f15311b, this.f15312c, str, this.f15313d);
        }
        StringBuilder sb = new StringBuilder();
        if (this.f15310a == null) {
            sb.append(" processName");
        }
        if ((this.f15314e & 1) == 0) {
            sb.append(" pid");
        }
        if ((this.f15314e & 2) == 0) {
            sb.append(" importance");
        }
        if ((this.f15314e & 4) == 0) {
            sb.append(" defaultProcess");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
