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

import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable$Constructor;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable$Field;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable$Param;

/* JADX INFO: loaded from: classes2.dex */
public final class e extends f8.a {
    public static final Parcelable.Creator<e> CREATOR = new n7.c4(25);

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public i4 f21543b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f21545d;

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

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

    @Nullable
    @SafeParcelable$Field(id = 2)
    public String zza;

    @Nullable
    @SafeParcelable$Field(id = 7)
    public String zzf;

    @Nullable
    @SafeParcelable$Field(id = 8)
    public y zzg;

    @Nullable
    @SafeParcelable$Field(id = 10)
    public y zzi;

    @Nullable
    @SafeParcelable$Field(id = 12)
    public y zzk;

    public e(e eVar) {
        com.google.android.gms.common.internal.w.checkNotNull(eVar);
        this.zza = eVar.zza;
        this.f21542a = eVar.f21542a;
        this.f21543b = eVar.f21543b;
        this.f21544c = eVar.f21544c;
        this.f21545d = eVar.f21545d;
        this.zzf = eVar.zzf;
        this.zzg = eVar.zzg;
        this.f21546e = eVar.f21546e;
        this.zzi = eVar.zzi;
        this.f21547f = eVar.f21547f;
        this.zzk = eVar.zzk;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i10) {
        int I = com.bumptech.glide.g.I(20293, parcel);
        com.bumptech.glide.g.r(parcel, 2, this.zza);
        com.bumptech.glide.g.r(parcel, 3, this.f21542a);
        com.bumptech.glide.g.q(parcel, 4, this.f21543b, i10);
        long j10 = this.f21544c;
        com.bumptech.glide.g.C(parcel, 5, 8);
        parcel.writeLong(j10);
        boolean z10 = this.f21545d;
        com.bumptech.glide.g.C(parcel, 6, 4);
        parcel.writeInt(z10 ? 1 : 0);
        com.bumptech.glide.g.r(parcel, 7, this.zzf);
        com.bumptech.glide.g.q(parcel, 8, this.zzg, i10);
        long j11 = this.f21546e;
        com.bumptech.glide.g.C(parcel, 9, 8);
        parcel.writeLong(j11);
        com.bumptech.glide.g.q(parcel, 10, this.zzi, i10);
        com.bumptech.glide.g.C(parcel, 11, 8);
        parcel.writeLong(this.f21547f);
        com.bumptech.glide.g.q(parcel, 12, this.zzk, i10);
        com.bumptech.glide.g.N(I, parcel);
    }

    @SafeParcelable$Constructor
    public e(@Nullable @SafeParcelable$Param(id = 2) String str, @SafeParcelable$Param(id = 3) String str2, @SafeParcelable$Param(id = 4) i4 i4Var, @SafeParcelable$Param(id = 5) long j10, @SafeParcelable$Param(id = 6) boolean z10, @Nullable @SafeParcelable$Param(id = 7) String str3, @Nullable @SafeParcelable$Param(id = 8) y yVar, @SafeParcelable$Param(id = 9) long j11, @Nullable @SafeParcelable$Param(id = 10) y yVar2, @SafeParcelable$Param(id = 11) long j12, @Nullable @SafeParcelable$Param(id = 12) y yVar3) {
        this.zza = str;
        this.f21542a = str2;
        this.f21543b = i4Var;
        this.f21544c = j10;
        this.f21545d = z10;
        this.zzf = str3;
        this.zzg = yVar;
        this.f21546e = j11;
        this.zzi = yVar2;
        this.f21547f = j12;
        this.zzk = yVar3;
    }
}
