Package lumis.portal.monitor.impl
Interface MonitorUserDocument.IMonitorUserAttributes
-
- Enclosing class:
- MonitorUserDocument
public static interface MonitorUserDocument.IMonitorUserAttributes
Contains data in aMonitorUserDocument
that corresponds to monitor user attributes.- Since:
- 11.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
-
-
-
Method Detail
-
getType_long
Collection<MonitorUserDocument.IMonitorUserAttributesTypeLong> getType_long()
Returns the long attributes stored in this document.- Returns:
- the long attributes.
- Since:
- 11.0.0
-
addType_long
MonitorUserDocument.IMonitorUserAttributesTypeLong addType_long()
Adds a long attribute in this document.- Returns:
- the added long attribute.
- Since:
- 11.0.0
-
getType_double
Collection<MonitorUserDocument.IMonitorUserAttributesTypeDouble> getType_double()
Returns the double attributes stored in this document.- Returns:
- the double attributes.
- Since:
- 11.0.0
-
addType_double
MonitorUserDocument.IMonitorUserAttributesTypeDouble addType_double()
Adds a double attribute in this document.- Returns:
- the added double attribute.
- Since:
- 11.0.0
-
getType_boolean
Collection<MonitorUserDocument.IMonitorUserAttributesTypeBoolean> getType_boolean()
Returns the boolean attributes stored in this document.- Returns:
- the boolean attributes.
- Since:
- 11.0.0
-
addType_boolean
MonitorUserDocument.IMonitorUserAttributesTypeBoolean addType_boolean()
Adds a boolean attribute in this document.- Returns:
- the added boolean attribute.
- Since:
- 11.0.0
-
getType_string
Collection<MonitorUserDocument.IMonitorUserAttributesTypeString> getType_string()
Returns the string attributes stored in this document.- Returns:
- the string attributes.
- Since:
- 11.0.0
-
addType_string
MonitorUserDocument.IMonitorUserAttributesTypeString addType_string()
Adds a string attribute in this document.- Returns:
- the added string attribute.
- Since:
- 11.0.0
-
getType_text
Collection<MonitorUserDocument.IMonitorUserAttributesTypeText> getType_text()
Returns the text attributes stored in this document.- Returns:
- the text attributes.
- Since:
- 11.0.0
-
addType_text
MonitorUserDocument.IMonitorUserAttributesTypeText addType_text()
Adds a text attribute in this document.- Returns:
- the added text attribute.
- Since:
- 11.0.0
-
getType_keyword
Collection<MonitorUserDocument.IMonitorUserAttributesTypeKeyword> getType_keyword()
Returns the keyword attributes stored in this document.- Returns:
- the keyword attributes.
- Since:
- 11.0.0
-
addType_keyword
MonitorUserDocument.IMonitorUserAttributesTypeKeyword addType_keyword()
Adds a keyword attribute in this document.- Returns:
- the added keyword attribute.
- Since:
- 11.0.0
-
getType_datetime
Collection<MonitorUserDocument.IMonitorUserAttributesTypeDateTime> getType_datetime()
Returns the dateTime attributes stored in this document.- Returns:
- the dateTime attributes.
- Since:
- 11.0.0
-
addType_datetime
MonitorUserDocument.IMonitorUserAttributesTypeDateTime addType_datetime()
Adds a dateTime attribute in this document.- Returns:
- the added dateTime attribute.
- Since:
- 11.0.0
-
getType_url
Collection<MonitorUserDocument.IMonitorUserAttributesTypeUrl> getType_url()
Returns the URL attributes stored in this document.- Returns:
- the URL attributes.
- Since:
- 11.0.0
-
addType_url
MonitorUserDocument.IMonitorUserAttributesTypeUrl addType_url()
Adds a URL attribute in this document.- Returns:
- the added URL attribute.
- Since:
- 11.0.0
-
-