package defpackage;

/* JADX INFO: renamed from: ᵦˉ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3564 {
    public static final C1773 Companion = new C1773();

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

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

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final Long f13650;

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

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final Integer f13652;

    public /* synthetic */ C3564(int i, Boolean bool, Double d, Integer num, Integer num2, Long l) {
        if (31 != (i & 31)) {
            ᵴᵧˈ.ˏːˆ(i, 31, C0088.f1304.mo1144());
            throw null;
        }
        this.f13651 = bool;
        this.f13648 = d;
        this.f13649 = num;
        this.f13652 = num2;
        this.f13650 = l;
    }

    public C3564(Boolean bool, Double d, Integer num, Integer num2, Long l) {
        this.f13651 = bool;
        this.f13648 = d;
        this.f13649 = num;
        this.f13652 = num2;
        this.f13650 = l;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3564)) {
            return false;
        }
        C3564 c3564 = (C3564) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f13651, c3564.f13651) && ᵥˈᵛ.ˊᵫᵗ(this.f13648, c3564.f13648) && ᵥˈᵛ.ˊᵫᵗ(this.f13649, c3564.f13649) && ᵥˈᵛ.ˊᵫᵗ(this.f13652, c3564.f13652) && ᵥˈᵛ.ˊᵫᵗ(this.f13650, c3564.f13650);
    }

    public final int hashCode() {
        Boolean bool = this.f13651;
        int iHashCode = (bool == null ? 0 : bool.hashCode()) * 31;
        Double d = this.f13648;
        int iHashCode2 = (iHashCode + (d == null ? 0 : d.hashCode())) * 31;
        Integer num = this.f13649;
        int iHashCode3 = (iHashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f13652;
        int iHashCode4 = (iHashCode3 + (num2 == null ? 0 : num2.hashCode())) * 31;
        Long l = this.f13650;
        return iHashCode4 + (l != null ? l.hashCode() : 0);
    }

    public final String toString() {
        return "SessionConfigs(sessionsEnabled=" + this.f13651 + ", sessionSamplingRate=" + this.f13648 + ", sessionTimeoutSeconds=" + this.f13649 + ", cacheDurationSeconds=" + this.f13652 + ", cacheUpdatedTimeSeconds=" + this.f13650 + ')';
    }
}
