package com.google.android.gms.measurement.internal; import com.google.android.gms.common.internal.Preconditions; /* loaded from: classes3.dex */ final class zzbb { final String zza; final String zzb; final long zzc; final long zzd; final long zze; final long zzf; final long zzg; final Long zzh; final Long zzi; final Long zzj; final Boolean zzk; public final zzbb zza(Long l, Long l2, Boolean bool) { return new zzbb(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, this.zzg, this.zzh, l, l2, (bool == null || bool.booleanValue()) ? bool : null); } public final zzbb zza(long j, long j2) { return new zzbb(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, j, Long.valueOf(j2), this.zzi, this.zzj, this.zzk); } public final zzbb zza(long j) { return new zzbb(this.zza, this.zzb, this.zzc, this.zzd, this.zze, j, this.zzg, this.zzh, this.zzi, this.zzj, this.zzk); } public zzbb(String str, String str2, long j, long j2, long j3, long j4, Long l, Long l2, Long l3, Boolean bool) { this(str, str2, 0L, 0L, 0L, j3, 0L, null, null, null, null); } public zzbb(String str, String str2, long j, long j2, long j3, long j4, long j5, Long l, Long l2, Long l3, Boolean bool) { Preconditions.checkNotEmpty(str); Preconditions.checkNotEmpty(str2); Preconditions.checkArgument(j >= 0); Preconditions.checkArgument(j2 >= 0); Preconditions.checkArgument(j3 >= 0); Preconditions.checkArgument(j5 >= 0); this.zza = str; this.zzb = str2; this.zzc = j; this.zzd = j2; this.zze = j3; this.zzf = j4; this.zzg = j5; this.zzh = l; this.zzi = l2; this.zzj = l3; this.zzk = bool; } }