Files
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

55 lines
1.8 KiB
Java

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;
}
}