package W3;

/* JADX INFO: loaded from: classes.dex */
public final class a {

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

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

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

    public a(long j8, long j9, long j10) {
        this.f7098a = j8;
        this.f7099b = j9;
        this.f7100c = j10;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof a) {
            a aVar = (a) obj;
            if (this.f7098a == aVar.f7098a && this.f7099b == aVar.f7099b && this.f7100c == aVar.f7100c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j8 = this.f7098a;
        long j9 = this.f7099b;
        int i = (((((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003) ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003;
        long j10 = this.f7100c;
        return i ^ ((int) ((j10 >>> 32) ^ j10));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("StartupTime{epochMillis=");
        sb.append(this.f7098a);
        sb.append(", elapsedRealtime=");
        sb.append(this.f7099b);
        sb.append(", uptimeMillis=");
        return I1.a.q(sb, this.f7100c, "}");
    }
}
