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

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

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

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

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

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

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

    @Nullable
    private Uri zza;

    public /* synthetic */ ox1(dy1 dy1Var) {
        this.zza = dy1Var.f10564a;
        this.f15194a = dy1Var.f10565b;
        this.f15195b = dy1Var.f10566c;
        this.f15196c = dy1Var.f10567d;
        this.f15197d = dy1Var.f10568e;
    }

    public final void a(Uri uri) {
        this.zza = uri;
    }

    public final dy1 b() {
        ih1.j1(this.zza, "The uri must be set.");
        return new dy1(this.zza, this.f15194a, this.f15195b, this.f15196c, this.f15197d);
    }

    public ox1() {
        this.f15194a = Collections.emptyMap();
        this.f15196c = -1L;
    }
}
