package b3;

/* JADX INFO: renamed from: b3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0330a {

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

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

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

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

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

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

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

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

    public final C0331b a() {
        if (this.f4696h == 3 && this.f4690b != 0) {
            return new C0331b(this.f4689a, this.f4690b, this.f4691c, this.f4692d, this.f4693e, this.f4694f, this.f4695g);
        }
        StringBuilder sb = new StringBuilder();
        if (this.f4690b == 0) {
            sb.append(" registrationStatus");
        }
        if ((this.f4696h & 1) == 0) {
            sb.append(" expiresInSecs");
        }
        if ((this.f4696h & 2) == 0) {
            sb.append(" tokenCreationEpochInSecs");
        }
        throw new IllegalStateException("Missing required properties:" + ((Object) sb));
    }
}
