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

import defpackage.vo6;
import java.util.Collections;
import java.util.Map;

/* JADX INFO: loaded from: classes2.dex */
final class zznw {
    private String zza;
    private Map<String, String> zzb;

    @vo6
    private zznt zzc;

    public zznw(String str, zznt zzntVar) {
        this.zza = str;
        this.zzc = zzntVar;
    }

    public final zznt zza() {
        return this.zzc;
    }

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

    @vo6
    public final Map<String, String> zzc() {
        Map<String, String> map = this.zzb;
        return map == null ? Collections.EMPTY_MAP : map;
    }

    public zznw(String str, Map<String, String> map, zznt zzntVar) {
        this.zza = str;
        this.zzb = map;
        this.zzc = zzntVar;
    }
}
