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

import androidx.annotation.Nullable;

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

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

    @Nullable
    private final String zzb;

    @Nullable
    private final jo zzc;

    public jo(long j10, @Nullable String str, @Nullable jo joVar) {
        this.f12944a = j10;
        this.zzb = str;
        this.zzc = joVar;
    }

    public final String a() {
        return this.zzb;
    }

    @Nullable
    public final jo zzc() {
        return this.zzc;
    }
}
