Class StandardDataQueryBuilderImpl.AggregationListImpl.PercentileSettings

java.lang.Object
com.flowable.indexing.query.builder.standard.StandardDataQueryBuilderImpl.AggregationListImpl.PercentileSettings
Enclosing class:
StandardDataQueryBuilderImpl.AggregationListImpl

public static class StandardDataQueryBuilderImpl.AggregationListImpl.PercentileSettings extends Object
  • Field Details

    • fieldName

      protected String fieldName
    • percent

      protected double percent
  • Constructor Details

    • PercentileSettings

      public PercentileSettings(String fieldName, double percent)
  • Method Details

    • getFieldName

      public String getFieldName()
    • getPercent

      public double getPercent()