package a3;

/* JADX INFO: renamed from: a3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0229a {

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

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

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

    public C0229a(String str, long j5, long j6) {
        this.f3606a = str;
        this.f3607b = j5;
        this.f3608c = j6;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C0229a) {
            C0229a c0229a = (C0229a) obj;
            if (this.f3606a.equals(c0229a.f3606a) && this.f3607b == c0229a.f3607b && this.f3608c == c0229a.f3608c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = (this.f3606a.hashCode() ^ 1000003) * 1000003;
        long j5 = this.f3607b;
        long j6 = this.f3608c;
        return ((iHashCode ^ ((int) (j5 ^ (j5 >>> 32)))) * 1000003) ^ ((int) (j6 ^ (j6 >>> 32)));
    }

    public final String toString() {
        return "InstallationTokenResult{token=" + this.f3606a + ", tokenExpirationTimestamp=" + this.f3607b + ", tokenCreationTimestamp=" + this.f3608c + "}";
    }
}
