public interface ChargingServiceChargingConfigParserMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFirstCreditGrantedNotificationValue() |
java.lang.String |
getFirstCreditReservationRequestValue() |
java.math.BigInteger |
getRequestedDurationInSeconds()
Gets the value of the requestedDurationInSeconds property.
|
java.math.BigInteger |
getRequestedServiceUnits()
Gets the value of the requestedServiceUnits property.
|
java.math.BigInteger |
getRequestedVolumeInBytes()
Gets the value of the requestedVolumeInBytes property.
|
java.math.BigInteger |
getServiceIdentifier()
Gets the value of the serviceIdentifier property.
|
java.lang.String |
getStartChargingPhaseValue() |
void |
setFirstCreditGrantedNotificationValue(java.lang.String value)
Set the value of firstCreditGrantedNotification
|
void |
setFirstCreditReservationRequestValue(java.lang.String value)
Set the value of firstCreditReservationRequest
|
void |
setRequestedDurationInSeconds(java.math.BigInteger value)
Sets the value of the requestedDurationInSeconds property.
|
void |
setRequestedServiceUnits(java.math.BigInteger value)
Sets the value of the requestedServiceUnits property.
|
void |
setRequestedVolumeInBytes(java.math.BigInteger value)
Sets the value of the requestedVolumeInBytes property.
|
void |
setServiceIdentifier(java.math.BigInteger value)
Sets the value of the serviceIdentifier property.
|
void |
setStartChargingPhaseValue(java.lang.String value)
Set the value of startChargingPhase
|
java.math.BigInteger getRequestedDurationInSeconds()
void setRequestedDurationInSeconds(java.math.BigInteger value)
java.math.BigInteger getRequestedVolumeInBytes()
void setRequestedVolumeInBytes(java.math.BigInteger value)
java.math.BigInteger getRequestedServiceUnits()
void setRequestedServiceUnits(java.math.BigInteger value)
java.math.BigInteger getServiceIdentifier()
void setServiceIdentifier(java.math.BigInteger value)
void setFirstCreditReservationRequestValue(java.lang.String value)
java.lang.String getFirstCreditReservationRequestValue()
void setFirstCreditGrantedNotificationValue(java.lang.String value)
java.lang.String getFirstCreditGrantedNotificationValue()
void setStartChargingPhaseValue(java.lang.String value)
java.lang.String getStartChargingPhaseValue()