接口 BillingModel.Instance<C extends TimeBasedChargeable>
- 类型参数:
C- 时序可计费对象
- 所有已知实现类:
AbstractModelInstance
- 封闭接口:
- BillingModel<C extends TimeBasedChargeable>
public static interface BillingModel.Instance<C extends TimeBasedChargeable>
计费模型的实例
-
方法概要
修饰符和类型方法说明
-
方法详细资料
-
getWholeTimeAlgorithm
BillingModel.Algorithm<C> getWholeTimeAlgorithm()- 返回:
- 切分前算法
-
slice
- 参数:
period- 计费时段chargeable- 计费对象- 返回:
- 切分后的计费片段
-