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

import androidx.annotation.Nullable;
import java.util.Objects;

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

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

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

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

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

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

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

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

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

    @Nullable
    public final cp2 zzd;

    @Nullable
    public final cp2 zzh;

    public nj2(long j10, mk mkVar, int i10, @Nullable cp2 cp2Var, long j11, mk mkVar2, int i11, @Nullable cp2 cp2Var2, long j12, long j13) {
        this.f14651a = j10;
        this.f14652b = mkVar;
        this.f14653c = i10;
        this.zzd = cp2Var;
        this.f14654d = j11;
        this.f14655e = mkVar2;
        this.f14656f = i11;
        this.zzh = cp2Var2;
        this.f14657g = j12;
        this.f14658h = j13;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && nj2.class == obj.getClass()) {
            nj2 nj2Var = (nj2) obj;
            if (this.f14651a == nj2Var.f14651a && this.f14653c == nj2Var.f14653c && this.f14654d == nj2Var.f14654d && this.f14656f == nj2Var.f14656f && this.f14657g == nj2Var.f14657g && this.f14658h == nj2Var.f14658h && Objects.equals(this.f14652b, nj2Var.f14652b) && Objects.equals(this.zzd, nj2Var.zzd) && Objects.equals(this.f14655e, nj2Var.f14655e) && Objects.equals(this.zzh, nj2Var.zzh)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(Long.valueOf(this.f14651a), this.f14652b, Integer.valueOf(this.f14653c), this.zzd, Long.valueOf(this.f14654d), this.f14655e, Integer.valueOf(this.f14656f), this.zzh, Long.valueOf(this.f14657g), Long.valueOf(this.f14658h));
    }
}
