48 lines
1.3 KiB
Java
48 lines
1.3 KiB
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zzac {
|
|
final String a;
|
|
final String b;
|
|
final long c;
|
|
final long d;
|
|
final long e;
|
|
final long f;
|
|
final Long g;
|
|
final Long h;
|
|
final Long i;
|
|
final Boolean j;
|
|
|
|
zzac(String str, String str2, long j, long j2, long j3, long j4, Long l, Long l2, Long l3, Boolean bool) {
|
|
Preconditions.b(str);
|
|
Preconditions.b(str2);
|
|
Preconditions.a(j >= 0);
|
|
Preconditions.a(j2 >= 0);
|
|
Preconditions.a(j4 >= 0);
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.c = j;
|
|
this.d = j2;
|
|
this.e = j3;
|
|
this.f = j4;
|
|
this.g = l;
|
|
this.h = l2;
|
|
this.i = l3;
|
|
this.j = bool;
|
|
}
|
|
|
|
final zzac a(long j) {
|
|
return new zzac(this.a, this.b, this.c, this.d, j, this.f, this.g, this.h, this.i, this.j);
|
|
}
|
|
|
|
final zzac a(long j, long j2) {
|
|
return new zzac(this.a, this.b, this.c, this.d, this.e, j, Long.valueOf(j2), this.h, this.i, this.j);
|
|
}
|
|
|
|
final zzac a(Long l, Long l2, Boolean bool) {
|
|
return new zzac(this.a, this.b, this.c, this.d, this.e, this.f, this.g, l, l2, (bool == null || bool.booleanValue()) ? bool : null);
|
|
}
|
|
}
|