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

import androidx.annotation.Nullable;

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

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

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

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

    public bk(int i10, long j10, String str) {
        this.f9556a = j10;
        this.f9557b = str;
        this.f9558c = i10;
    }

    public final boolean equals(@Nullable Object obj) {
        if (!(obj instanceof bk)) {
            return false;
        }
        bk bkVar = (bk) obj;
        return bkVar.f9556a == this.f9556a && bkVar.f9558c == this.f9558c;
    }

    public final int hashCode() {
        return (int) this.f9556a;
    }
}
