Interface ProcessedObject.Metric
- All Superinterfaces:
Serializable
- Enclosing interface:
- ProcessedObject<O extends ObjectType>
Metric information, currently for reporting purposes.
-
Method Summary
Modifier and TypeMethodDescription@Nullable ObjectReferenceType
Reference to event mark (for event mark based metrics).@Nullable String
getId()
String identifier (for explicit metrics).getValue()
Value of given metric for this object.boolean
Is this object selected with regards to given metric?
-
Method Details
-
getEventMarkRef
Reference to event mark (for event mark based metrics). -
getId
String identifier (for explicit metrics). -
isSelected
boolean isSelected()Is this object selected with regards to given metric? -
getValue
BigDecimal getValue()Value of given metric for this object.
-