package x3;

import java.util.Set;

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

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

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

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

    public C3217b(long j4, long j6, Set set) {
        this.f26004a = j4;
        this.f26005b = j6;
        this.f26006c = set;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C3217b) {
            C3217b c3217b = (C3217b) obj;
            if (this.f26004a == c3217b.f26004a && this.f26005b == c3217b.f26005b && this.f26006c.equals(c3217b.f26006c)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        long j4 = this.f26004a;
        int i6 = (((int) (j4 ^ (j4 >>> 32))) ^ 1000003) * 1000003;
        long j6 = this.f26005b;
        return ((i6 ^ ((int) ((j6 >>> 32) ^ j6))) * 1000003) ^ this.f26006c.hashCode();
    }

    public final String toString() {
        return "ConfigValue{delta=" + this.f26004a + ", maxAllowedDelay=" + this.f26005b + ", flags=" + this.f26006c + "}";
    }
}
