Interface BalanceQueryResponse
- All Superinterfaces:
QueryResponse
,Response<Query>
,Serializable
,WithExtendedFields
Interface representing Balance Query Response.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Interface that Encapsulates the Balance Detail of each Balance Element.Nested classes/interfaces inherited from interface oracle.communication.brm.charging.messages.query.QueryResponse
QueryResponse.Status
-
Method Summary
Modifier and TypeMethodDescriptionMethod returns the Balance Detail Map Key - Balance Element Code eg.Method to return the summary of balance query along with balance element numeric Id.Methods inherited from interface oracle.communication.brm.charging.messages.query.QueryResponse
getStatus
Methods inherited from interface oracle.communication.brm.charging.messages.framework.Response
getOperation
Methods inherited from interface oracle.communication.brm.charging.messages.framework.WithExtendedFields
getExtendedFields
-
Method Details
-
getBalanceDetails
Map<String,BalanceQueryResponse.BalanceDetail> getBalanceDetails()Method returns the Balance Detail Map Key - Balance Element Code eg. USD- Returns:
- Map of BalanceDetails
-
getSummary
Method to return the summary of balance query along with balance element numeric Id. Key - Balance Element Code eg.. USD Value - Pair of balance element numeric id eg. 840 and balance in UnitValue for the given resource.- Returns:
-