package Q4;

/* JADX INFO: renamed from: Q4.k, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0264k {

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

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

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

    public C0264k(EnumC0263j enumC0263j, EnumC0263j enumC0263j2, double d8) {
        this.f5797a = enumC0263j;
        this.f5798b = enumC0263j2;
        this.f5799c = d8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0264k)) {
            return false;
        }
        C0264k c0264k = (C0264k) obj;
        return this.f5797a == c0264k.f5797a && this.f5798b == c0264k.f5798b && Double.compare(this.f5799c, c0264k.f5799c) == 0;
    }

    public final int hashCode() {
        int iHashCode = (this.f5798b.hashCode() + (this.f5797a.hashCode() * 31)) * 31;
        long jDoubleToLongBits = Double.doubleToLongBits(this.f5799c);
        return iHashCode + ((int) (jDoubleToLongBits ^ (jDoubleToLongBits >>> 32)));
    }

    public final String toString() {
        return "DataCollectionStatus(performance=" + this.f5797a + ", crashlytics=" + this.f5798b + ", sessionSamplingRate=" + this.f5799c + ')';
    }
}
