Class AggregateBillingLineItemStats

java.lang.Object
com.blockchyp.client.dto.AggregateBillingLineItemStats

public class AggregateBillingLineItemStats extends Object
Models statistics for low level aggregation line items.
  • Constructor Details

    • AggregateBillingLineItemStats

      public AggregateBillingLineItemStats()
  • Method Details

    • setMin

      public void setMin(String value)
      Sets the min value in the set.
      Parameters:
      value - the min value in the set.
    • getMin

      public String getMin()
      Gets the min value in the set.
      Returns:
      the min value in the set.
    • setAvg

      public void setAvg(String value)
      Sets the avg value in the set.
      Parameters:
      value - the avg value in the set.
    • getAvg

      public String getAvg()
      Gets the avg value in the set.
      Returns:
      the avg value in the set.
    • setMax

      public void setMax(String value)
      Sets the max value in the set.
      Parameters:
      value - the max value in the set.
    • getMax

      public String getMax()
      Gets the max value in the set.
      Returns:
      the max value in the set.