Class AttributeStatisticsResponse
java.lang.Object
org.tailormap.api.viewer.model.AttributeStatisticsResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.23.0")
public class AttributeStatisticsResponse
extends Object
implements Serializable
Statistics (min, max, average, sum, count) for a given attribute.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilterApplied(Boolean filterApplied) getAvg()average value (only for numeric values, otherwise null)getCount()number of valuestrue if the filter was applied, false otherwise@Nullable ObjectgetMax()maximum value, can be a number or a date-time string@Nullable ObjectgetMin()minimum value, can be a number or a date-time stringgetSum()sum of all values (only for numeric values, otherwise null)inthashCode()voidvoidvoidsetFilterApplied(Boolean filterApplied) voidvoidvoidtoString()
-
Constructor Details
-
AttributeStatisticsResponse
public AttributeStatisticsResponse()
-
-
Method Details
-
filterApplied
-
getFilterApplied
true if the filter was applied, false otherwise- Returns:
- filterApplied
-
setFilterApplied
-
min
-
getMin
-
setMin
-
max
-
getMax
-
setMax
-
count
-
getCount
-
setCount
-
avg
-
getAvg
-
setAvg
-
sum
-
getSum
-
setSum
-
equals
-
hashCode
-
toString
-