package p138.p176.p291.p323;

import p138.p139.p143.p144.C2803;

/* JADX INFO: renamed from: ދ.ހ.ށ.ފ.֏, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5964 extends AbstractC5977 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final String f16793;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final long f16794;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final long f16795;

    public /* synthetic */ C5964(String str, long j, long j2, C5965 c5965) {
        this.f16793 = str;
        this.f16794 = j;
        this.f16795 = j2;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof AbstractC5977)) {
            return false;
        }
        C5964 c5964 = (C5964) ((AbstractC5977) obj);
        return this.f16793.equals(c5964.f16793) && this.f16794 == c5964.f16794 && this.f16795 == c5964.f16795;
    }

    public int hashCode() {
        int iHashCode = (this.f16793.hashCode() ^ 1000003) * 1000003;
        long j = this.f16794;
        long j2 = this.f16795;
        return ((iHashCode ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)));
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("InstallationTokenResult{token=");
        sbM4889.append(this.f16793);
        sbM4889.append(", tokenExpirationTimestamp=");
        sbM4889.append(this.f16794);
        sbM4889.append(", tokenCreationTimestamp=");
        return C2803.m4883(sbM4889, this.f16795, "}");
    }
}
