public interface BalanceQueryResponse extends QueryResponse, WithExtendedFields
Modifier and Type | Interface and Description |
---|---|
static interface |
BalanceQueryResponse.BalanceDetail
Interface that Encapsulates the Balance Detail of each Balance Element.
|
QueryResponse.Status
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,BalanceQueryResponse.BalanceDetail> |
getBalanceDetails()
Method returns the Balance Detail Map
Key - Balance Element Code eg.
|
java.util.Map<java.lang.String,oracle.communication.brm.charging.util.misc.Pair<java.lang.Integer,UnitValue>> |
getSummary()
Method to return the summary of balance query along with balance element numeric Id.
|
getStatus
getOperation
getExtendedFields
java.util.Map<java.lang.String,BalanceQueryResponse.BalanceDetail> getBalanceDetails()
java.util.Map<java.lang.String,oracle.communication.brm.charging.util.misc.Pair<java.lang.Integer,UnitValue>> getSummary()