package com.google.android.gms.internal.ads;

/* JADX INFO: loaded from: classes2.dex */
public final class nr0 {

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

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

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

    public final or0 a() {
        if (this.f14711c == 3) {
            return new or0(this.f14709a, this.f14710b);
        }
        StringBuilder sb = new StringBuilder();
        if ((this.f14711c & 1) == 0) {
            sb.append(" id");
        }
        if ((this.f14711c & 2) == 0) {
            sb.append(" eventType");
        }
        throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
    }
}
