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

import android.net.Uri;
import androidx.annotation.Nullable;
import java.util.Collections;
import java.util.List;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final zzguf f9272b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final b5 f9273c;

    @Nullable
    private String zza;

    @Nullable
    private Uri zzb;

    public ar2() {
        bs1 bs1Var = zzguf.f19771b;
        zzguf zzgufVar = zzgwa.f19786e;
        this.f9271a = Collections.emptyList();
        this.f9272b = zzgwa.f19786e;
        this.f9273c = b5.f9399a;
    }

    public final void a(String str) {
        this.zza = str;
    }

    public final t6 b() {
        m3 m3Var;
        Uri uri = this.zzb;
        if (uri != null) {
            m3Var = new m3(uri, this.f9271a, this.f9272b);
        } else {
            m3Var = null;
        }
        m3 m3Var2 = m3Var;
        String str = this.zza;
        if (str == null) {
            str = "";
        }
        return new t6(str, new o0(), m3Var2, new s2(), d9.f10324b, this.f9273c);
    }

    public final ar2 zzb(@Nullable Uri uri) {
        this.zzb = uri;
        return this;
    }
}
