package s3;

import Z0.o;
import m1.AbstractC2464a;

/* JADX INFO: renamed from: s3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2909a {

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

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

    public C2909a(int i6, long j4) {
        if (i6 == 0) {
            throw new NullPointerException("Null status");
        }
        this.f24198a = i6;
        this.f24199b = j4;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C2909a)) {
            return false;
        }
        C2909a c2909a = (C2909a) obj;
        return AbstractC2464a.a(this.f24198a, c2909a.f24198a) && this.f24199b == c2909a.f24199b;
    }

    public final int hashCode() {
        int iC = (AbstractC2464a.c(this.f24198a) ^ 1000003) * 1000003;
        long j4 = this.f24199b;
        return iC ^ ((int) (j4 ^ (j4 >>> 32)));
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("BackendResponse{status=");
        int i6 = this.f24198a;
        sb.append(i6 != 1 ? i6 != 2 ? i6 != 3 ? i6 != 4 ? "null" : "INVALID_PAYLOAD" : "FATAL_ERROR" : "TRANSIENT_ERROR" : "OK");
        sb.append(", nextRequestWaitMillis=");
        return o.k(this.f24199b, "}", sb);
    }
}
