Class GenericMetric

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class GenericMetric
    
                        

    A metric used in faceting

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getType() The type of metric, e.g.
      final Unit setType(@Json(name = "type") String type) The type of metric, e.g.
      final GenericValue getValue() The metric value, e.g.
      final Unit setValue(@Json(name = "value") GenericValue value) The metric value, e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait