package defpackage;

/* JADX INFO: renamed from: ˌᵠᵕ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1616 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final long f6470;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f6471;

    public C1616(long j, int i) {
        if (i == 0) {
            C4935.m10233("Null status");
            throw null;
        }
        this.f6471 = i;
        this.f6470 = j;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C1616)) {
            return false;
        }
        C1616 c1616 = (C1616) obj;
        return AbstractC3653.m8217(this.f6471, c1616.f6471) && this.f6470 == c1616.f6470;
    }

    public final int hashCode() {
        int iM8218 = (AbstractC3653.m8218(this.f6471) ^ 1000003) * 1000003;
        long j = this.f6470;
        return ((int) (j ^ (j >>> 32))) ^ iM8218;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("BackendResponse{status=");
        int i = this.f6471;
        sb.append(i != 1 ? i != 2 ? i != 3 ? i != 4 ? "null" : "INVALID_PAYLOAD" : "FATAL_ERROR" : "TRANSIENT_ERROR" : "OK");
        sb.append(", nextRequestWaitMillis=");
        return AbstractC0793.m2870(sb, this.f6470, "}");
    }
}
