package c3;

import u.e;

/* JADX INFO: renamed from: c3.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0340b {

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

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

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

    public C0340b(long j5, String str, int i) {
        this.f4729a = str;
        this.f4730b = j5;
        this.f4731c = i;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0340b)) {
            return false;
        }
        C0340b c0340b = (C0340b) obj;
        String str = this.f4729a;
        if (str == null) {
            if (c0340b.f4729a != null) {
                return false;
            }
        } else if (!str.equals(c0340b.f4729a)) {
            return false;
        }
        if (this.f4730b != c0340b.f4730b) {
            return false;
        }
        int i = c0340b.f4731c;
        int i5 = this.f4731c;
        return i5 == 0 ? i == 0 : e.a(i5, i);
    }

    public final int hashCode() {
        String str = this.f4729a;
        int iHashCode = str == null ? 0 : str.hashCode();
        long j5 = this.f4730b;
        int i = (((iHashCode ^ 1000003) * 1000003) ^ ((int) (j5 ^ (j5 >>> 32)))) * 1000003;
        int i5 = this.f4731c;
        return (i5 != 0 ? e.c(i5) : 0) ^ i;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("TokenResult{token=");
        sb.append(this.f4729a);
        sb.append(", tokenExpirationTimestamp=");
        sb.append(this.f4730b);
        sb.append(", responseCode=");
        int i = this.f4731c;
        sb.append(i != 1 ? i != 2 ? i != 3 ? "null" : "AUTH_ERROR" : "BAD_CONFIG" : "OK");
        sb.append("}");
        return sb.toString();
    }
}
