Interface ProcessedObject.Metric

All Superinterfaces:
Serializable
Enclosing interface:
ProcessedObject<O extends ObjectType>

public static interface ProcessedObject.Metric extends Serializable
Metric information, currently for reporting purposes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Reference to event mark (for event mark based metrics).
    @Nullable String
    String identifier (for explicit metrics).
    Value of given metric for this object.
    boolean
    Is this object selected with regards to given metric?
  • Method Details

    • getEventMarkRef

      @Nullable @Nullable ObjectReferenceType getEventMarkRef()
      Reference to event mark (for event mark based metrics).
    • getId

      @Nullable @Nullable String 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.