package n4;

import d5.AbstractC0844a;

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public String f15248h;
    public String i;

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

    public final N a() {
        String str;
        String str2;
        String str3;
        if (this.f15249j == 63 && (str = this.f15242b) != null && (str2 = this.f15248h) != null && (str3 = this.i) != null) {
            return new N(this.f15241a, str, this.f15243c, this.f15244d, this.f15245e, this.f15246f, this.f15247g, str2, str3);
        }
        StringBuilder sb = new StringBuilder();
        if ((this.f15249j & 1) == 0) {
            sb.append(" arch");
        }
        if (this.f15242b == null) {
            sb.append(" model");
        }
        if ((this.f15249j & 2) == 0) {
            sb.append(" cores");
        }
        if ((this.f15249j & 4) == 0) {
            sb.append(" ram");
        }
        if ((this.f15249j & 8) == 0) {
            sb.append(" diskSpace");
        }
        if ((this.f15249j & 16) == 0) {
            sb.append(" simulator");
        }
        if ((this.f15249j & 32) == 0) {
            sb.append(" state");
        }
        if (this.f15248h == null) {
            sb.append(" manufacturer");
        }
        if (this.i == null) {
            sb.append(" modelClass");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
