package P4;

import d5.AbstractC0844a;

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

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

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

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

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

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

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

    public final c a() {
        if (this.f5501f == 1 && this.f5496a != null && this.f5497b != null && this.f5498c != null && this.f5499d != null) {
            return new c(this.f5496a, this.f5497b, this.f5498c, this.f5499d, this.f5500e);
        }
        StringBuilder sb = new StringBuilder();
        if (this.f5496a == null) {
            sb.append(" rolloutId");
        }
        if (this.f5497b == null) {
            sb.append(" variantId");
        }
        if (this.f5498c == null) {
            sb.append(" parameterKey");
        }
        if (this.f5499d == null) {
            sb.append(" parameterValue");
        }
        if ((1 & this.f5501f) == 0) {
            sb.append(" templateVersion");
        }
        throw new IllegalStateException(AbstractC0844a.m("Missing required properties:", sb));
    }
}
