package n4;

import d5.AbstractC0844a;

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

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

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

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

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

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

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

    public final Y a() {
        String str;
        if (this.f15304f == 7 && (str = this.f15300b) != null) {
            return new Y(this.f15299a, str, this.f15301c, this.f15302d, this.f15303e);
        }
        StringBuilder sb = new StringBuilder();
        if ((this.f15304f & 1) == 0) {
            sb.append(" pc");
        }
        if (this.f15300b == null) {
            sb.append(" symbol");
        }
        if ((this.f15304f & 2) == 0) {
            sb.append(" offset");
        }
        if ((this.f15304f & 4) == 0) {
            sb.append(" importance");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
