package hb;

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

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

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

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

    public b(String str, long j10, long j11) {
        this.f26451a = str;
        this.f26452b = j10;
        this.f26453c = j11;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        return this.f26451a.equals(bVar.f26451a) && this.f26452b == bVar.f26452b && this.f26453c == bVar.f26453c;
    }

    public final int hashCode() {
        int iHashCode = (this.f26451a.hashCode() ^ 1000003) * 1000003;
        long j10 = this.f26452b;
        long j11 = this.f26453c;
        return ((iHashCode ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003) ^ ((int) (j11 ^ (j11 >>> 32)));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("InstallationTokenResult{token=");
        sb.append(this.f26451a);
        sb.append(", tokenExpirationTimestamp=");
        sb.append(this.f26452b);
        sb.append(", tokenCreationTimestamp=");
        return defpackage.e.m(sb, this.f26453c, "}");
    }
}
