package F2;

import java.util.Set;

/* JADX INFO: loaded from: classes.dex */
public final class b {

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

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

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

    public b(long j8, long j9, Set set) {
        this.f2439a = j8;
        this.f2440b = j9;
        this.f2441c = set;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof b) {
            b bVar = (b) obj;
            if (this.f2439a == bVar.f2439a && this.f2440b == bVar.f2440b && this.f2441c.equals(bVar.f2441c)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j8 = this.f2439a;
        int i = (((int) (j8 ^ (j8 >>> 32))) ^ 1000003) * 1000003;
        long j9 = this.f2440b;
        return ((i ^ ((int) (j9 ^ (j9 >>> 32)))) * 1000003) ^ this.f2441c.hashCode();
    }

    public final String toString() {
        return "ConfigValue{delta=" + this.f2439a + ", maxAllowedDelay=" + this.f2440b + ", flags=" + this.f2441c + "}";
    }
}
