55 lines
1.9 KiB
Java
55 lines
1.9 KiB
Java
|
package com.google.android.gms.measurement.internal;
|
||
|
|
||
|
import com.google.android.gms.common.internal.Preconditions;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class zzap {
|
||
|
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;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zzap(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;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final zzap zza(Long l, Long l2, Boolean bool) {
|
||
|
return new zzap(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, this.zzg, this.zzh, l, l2, (bool == null || bool.booleanValue()) ? bool : null);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final zzap zzb(long j, long j2) {
|
||
|
return new zzap(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, j, Long.valueOf(j2), this.zzi, this.zzj, this.zzk);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final zzap zzc(long j) {
|
||
|
return new zzap(this.zza, this.zzb, this.zzc, this.zzd, this.zze, j, this.zzg, this.zzh, this.zzi, this.zzj, this.zzk);
|
||
|
}
|
||
|
}
|