package com.google.android.gms.measurement.internal;

/* JADX INFO: loaded from: classes2.dex */
public final class u {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f21914a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f21915b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final long f21916c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final long f21917d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final long f21918e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final long f21919f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final long f21920g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final Long f21921h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final Long f21922i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final Long f21923j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final Boolean f21924k;

    public u(String str, String str2, long j10) {
        this(str, str2, 0L, 0L, 0L, j10, 0L, null, null, null, null);
    }

    public final u a(Long l10, Long l11, Boolean bool) {
        return new u(this.f21914a, this.f21915b, this.f21916c, this.f21917d, this.f21918e, this.f21919f, this.f21920g, this.f21921h, l10, l11, (bool == null || bool.booleanValue()) ? bool : null);
    }

    public u(String str, String str2, long j10, long j11, long j12, long j13, long j14, Long l10, Long l11, Long l12, Boolean bool) {
        com.google.android.gms.common.internal.w.checkNotEmpty(str);
        com.google.android.gms.common.internal.w.checkNotEmpty(str2);
        com.google.android.gms.common.internal.w.a(j10 >= 0);
        com.google.android.gms.common.internal.w.a(j11 >= 0);
        com.google.android.gms.common.internal.w.a(j12 >= 0);
        com.google.android.gms.common.internal.w.a(j14 >= 0);
        this.f21914a = str;
        this.f21915b = str2;
        this.f21916c = j10;
        this.f21917d = j11;
        this.f21918e = j12;
        this.f21919f = j13;
        this.f21920g = j14;
        this.f21921h = l10;
        this.f21922i = l11;
        this.f21923j = l12;
        this.f21924k = bool;
    }
}
