package defpackage;

/* JADX INFO: renamed from: ᵛᵖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2791 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final EnumC0484 f10732;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final double f10733;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final EnumC0484 f10734;

    public C2791(EnumC0484 enumC0484, EnumC0484 enumC04842, double d) {
        this.f10734 = enumC0484;
        this.f10732 = enumC04842;
        this.f10733 = d;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2791)) {
            return false;
        }
        C2791 c2791 = (C2791) obj;
        return this.f10734 == c2791.f10734 && this.f10732 == c2791.f10732 && Double.compare(this.f10733, c2791.f10733) == 0;
    }

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

    public final String toString() {
        return "DataCollectionStatus(performance=" + this.f10734 + ", crashlytics=" + this.f10732 + ", sessionSamplingRate=" + this.f10733 + ')';
    }
}
