Package com.blockchyp.client.dto
Class AggregateBillingLineItemStats
java.lang.Object
com.blockchyp.client.dto.AggregateBillingLineItemStats
Models statistics for low level aggregation line items.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AggregateBillingLineItemStats
public AggregateBillingLineItemStats()
-
-
Method Details
-
setMin
Sets the min value in the set.- Parameters:
value- the min value in the set.
-
getMin
Gets the min value in the set.- Returns:
- the min value in the set.
-
setAvg
Sets the avg value in the set.- Parameters:
value- the avg value in the set.
-
getAvg
Gets the avg value in the set.- Returns:
- the avg value in the set.
-
setMax
Sets the max value in the set.- Parameters:
value- the max value in the set.
-
getMax
Gets the max value in the set.- Returns:
- the max value in the set.
-