package m4;

import a.AbstractC0872a;
import java.util.Arrays;
import java.util.Set;

/* JADX INFO: renamed from: m4.h0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2510h0 {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final F3.Z f21046c;

    public C2510h0(int i6, long j4, Set set) {
        this.f21044a = i6;
        this.f21045b = j4;
        this.f21046c = F3.Z.p(set);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C2510h0.class != obj.getClass()) {
            return false;
        }
        C2510h0 c2510h0 = (C2510h0) obj;
        return this.f21044a == c2510h0.f21044a && this.f21045b == c2510h0.f21045b && android.support.v4.media.session.b.n(this.f21046c, c2510h0.f21046c);
    }

    public final int hashCode() {
        return Arrays.hashCode(new Object[]{Integer.valueOf(this.f21044a), Long.valueOf(this.f21045b), this.f21046c});
    }

    public final String toString() {
        E3.j jVarI0 = AbstractC0872a.i0(this);
        jVarI0.d("maxAttempts", String.valueOf(this.f21044a));
        jVarI0.b("hedgingDelayNanos", this.f21045b);
        jVarI0.a(this.f21046c, "nonFatalStatusCodes");
        return jVarI0.toString();
    }
}
