package com.google.android.gms.measurement.internal; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; /* loaded from: classes3.dex */ public final class zzga { @NonNull public String zza; @NonNull public Bundle zzb; @NonNull private String zzc; private long zzd; public final zzbf zza() { return new zzbf(this.zza, new zzba(new Bundle(this.zzb)), this.zzc, this.zzd); } public static zzga zza(zzbf zzbfVar) { return new zzga(zzbfVar.zza, zzbfVar.zzc, zzbfVar.zzb.zzb(), zzbfVar.zzd); } public final String toString() { return "origin=" + this.zzc + ",name=" + this.zza + ",params=" + String.valueOf(this.zzb); } private zzga(@NonNull String str, @NonNull String str2, @Nullable Bundle bundle, long j) { this.zza = str; this.zzc = str2; this.zzb = bundle == null ? new Bundle() : bundle; this.zzd = j; } }