package n4;

import d5.AbstractC0844a;

/* JADX INFO: renamed from: n4.i0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1294i0 {

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

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

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

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

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

    public final C1296j0 a() {
        String str;
        String str2;
        if (this.f15401e == 3 && (str = this.f15398b) != null && (str2 = this.f15399c) != null) {
            return new C1296j0(str, str2, this.f15397a, this.f15400d);
        }
        StringBuilder sb = new StringBuilder();
        if ((this.f15401e & 1) == 0) {
            sb.append(" platform");
        }
        if (this.f15398b == null) {
            sb.append(" version");
        }
        if (this.f15399c == null) {
            sb.append(" buildVersion");
        }
        if ((this.f15401e & 2) == 0) {
            sb.append(" jailbroken");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
