Interface MonitorUserDocument.IMonitorUserAttribute

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Returns the identifier of this attribute stored in this document.
      java.lang.String getServiceInstanceId()
      Returns the service instance identifier of this attribute stored in this document.
      void setKey​(java.lang.String key)
      Sets the identifier for this attribute in this document.
      void setServiceInstanceId​(java.lang.String serviceInstanceId)
      Sets the service instance identifier for this attribute in this document.
    • Method Detail

      • getKey

        java.lang.String getKey()
        Returns the identifier of this attribute stored in this document.
        Returns:
        the identifier.
        Since:
        11.0.0
      • setKey

        void setKey​(java.lang.String key)
        Sets the identifier for this attribute in this document.
        Parameters:
        key - the identifier of long attribute.
        Since:
        11.0.0
      • getServiceInstanceId

        java.lang.String getServiceInstanceId()
        Returns the service instance identifier of this attribute stored in this document.
        Returns:
        service instance the identifier.
        Since:
        14.0.0
      • setServiceInstanceId

        void setServiceInstanceId​(java.lang.String serviceInstanceId)
        Sets the service instance identifier for this attribute in this document.
        Parameters:
        key - the identifier of long attribute.
        Since:
        14.0.0