Interface MetricsConfiguration


public interface MetricsConfiguration
  • Method Details

    • getName

      String getName()
    • isCustom

      Boolean isCustom()
    • setName

      void setName(String name)
    • setIsCustom

      void setIsCustom(String isCustom)
    • getMatchingClass

      String getMatchingClass()
    • setMatchingClass

      void setMatchingClass(String matchingClass)
    • getMatchingMethod

      String getMatchingMethod()
    • setMatchingMethod

      void setMatchingMethod(String matchingMethod)
    • getAggregationParameters

      List<AggregationParameterDescriptor> getAggregationParameters()
    • getMetrics

      List<MetricsDescription> getMetrics()
    • getOutputVersion

      int getOutputVersion()