Package lumis.portal.monitor.impl
Interface MonitorUserDocument.IMonitorUserAttribute
-
- All Known Subinterfaces:
MonitorUserDocument.IMonitorUserAttributesTypeBoolean
,MonitorUserDocument.IMonitorUserAttributesTypeDateTime
,MonitorUserDocument.IMonitorUserAttributesTypeDouble
,MonitorUserDocument.IMonitorUserAttributesTypeKeyword
,MonitorUserDocument.IMonitorUserAttributesTypeLong
,MonitorUserDocument.IMonitorUserAttributesTypeString
,MonitorUserDocument.IMonitorUserAttributesTypeText
,MonitorUserDocument.IMonitorUserAttributesTypeUrl
- Enclosing class:
- MonitorUserDocument
public static interface MonitorUserDocument.IMonitorUserAttribute
Interface base for store value of any attribute type.- Since:
- 14.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
Returns the identifier of this attribute stored in this document.String
getServiceInstanceId()
Returns the service instance identifier of this attribute stored in this document.void
setKey(String key)
Sets the identifier for this attribute in this document.void
setServiceInstanceId(String serviceInstanceId)
Sets the service instance identifier for this attribute in this document.
-
-
-
Method Detail
-
getKey
String getKey()
Returns the identifier of this attribute stored in this document.- Returns:
- the identifier.
- Since:
- 11.0.0
-
setKey
void setKey(String key)
Sets the identifier for this attribute in this document.- Parameters:
key
- the identifier of long attribute.- Since:
- 11.0.0
-
getServiceInstanceId
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(String serviceInstanceId)
Sets the service instance identifier for this attribute in this document.- Parameters:
key
- the identifier of long attribute.- Since:
- 14.0.0
-
-