package com.chartboost.sdk.impl;
/* loaded from: classes2.dex */
public final class da {

    /* renamed from: a  reason: collision with root package name */
    public final long f1679a;
    public final long b;
    public final long c;

    public final long a() {
        return this.f1679a;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof da) {
            da daVar = (da) obj;
            return this.f1679a == daVar.f1679a && this.b == daVar.b && this.c == daVar.c;
        }
        return false;
    }

    public int hashCode() {
        return (((Long.hashCode(this.f1679a) * 31) + Long.hashCode(this.b)) * 31) + Long.hashCode(this.c);
    }

    public String toString() {
        long j = this.f1679a;
        long j2 = this.b;
        return "TimeSourceBodyFields(currentTimeMillis=" + j + ", nanoTime=" + j2 + ", uptimeMillis=" + this.c + ")";
    }

    public da(long j, long j2, long j3) {
        this.f1679a = j;
        this.b = j2;
        this.c = j3;
    }
}
