C - 时序可计费对象public static interface BillingModel.Instance<C extends TimeBasedChargeable>
| Modifier and Type | Method and Description |
|---|---|
BillingModel.Algorithm<C> |
getWholeTimeAlgorithm() |
List<BillingModel.Fragment<C>> |
slice(Period period,
C chargeable) |
BillingModel.Algorithm<C> getWholeTimeAlgorithm()
List<BillingModel.Fragment<C>> slice(Period period, C chargeable)
period - 计费时段chargeable - 计费对象Copyright © 2020. All rights reserved.