Interface ProcessedObject.Metric
- All Superinterfaces:
- Serializable
- Enclosing interface:
- ProcessedObject<O extends ObjectType>
Metric information, currently for reporting purposes.
- 
Method SummaryModifier and TypeMethodDescription@Nullable ObjectReferenceTypeReference to event mark (for event mark based metrics).@Nullable StringgetId()String identifier (for explicit metrics).getValue()Value of given metric for this object.booleanIs this object selected with regards to given metric?
- 
Method Details- 
getEventMarkRefReference to event mark (for event mark based metrics).
- 
getIdString identifier (for explicit metrics).
- 
isSelectedboolean isSelected()Is this object selected with regards to given metric?
- 
getValueBigDecimal getValue()Value of given metric for this object.
 
-