Interface MonitorUserDocument.IMonitorUserAttributesTypeLong

    • Method Detail

      • getValue

        List<Long> getValue()
        Returns the value of this attribute stored in this document.
        Returns:
        the value.
        Since:
        12.0.0
      • addValue

        void addValue​(Collection<Long> values)
        Adds the given values in this attribute stored in this document.
        Parameters:
        values - the values
        Since:
        12.0.0