Interface SumAggregationResult

All Superinterfaces:
AggregationResult

@ProviderType public interface SumAggregationResult extends AggregationResult
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    void
    setValue(double value)
     

    Methods inherited from interface com.liferay.portal.search.aggregation.AggregationResult

    getName
  • Method Details

    • getValue

      double getValue()
    • setValue

      void setValue(double value)