public interface GrantedUnit
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
GSU_FIELDS
Standard field names in the GSU field block
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CostInformation> |
getBalanceImpacts() |
UnitValue |
getDuration() |
UnitValue |
getGrantedUnit(java.lang.String rum) |
java.util.Map<java.lang.String,UnitValue> |
getGrantedUnits() |
UnitValue |
getInputVolume() |
UnitValue |
getOutputVolume() |
UnitValue |
getSpecificUnit() |
java.lang.Long |
getTariffTimeChange() |
UnitValue |
getTotalVolume() |
java.lang.Long |
getValidityTime() |
boolean |
isZeroGrant()
Method to check if all the grants are 0
|
static final java.lang.String[] GSU_FIELDS
UnitValue getDuration()
UnitValue getInputVolume()
UnitValue getOutputVolume()
UnitValue getTotalVolume()
UnitValue getSpecificUnit()
java.util.Collection<CostInformation> getBalanceImpacts()
UnitValue getGrantedUnit(java.lang.String rum)
rum
- rum namejava.util.Map<java.lang.String,UnitValue> getGrantedUnits()
java.lang.Long getValidityTime()
java.lang.Long getTariffTimeChange()
boolean isZeroGrant()