Interface ManagementResponse
- All Superinterfaces:
Response<oracle.communication.brm.charging.messages.management.Management>
,Serializable
public interface ManagementResponse
extends Response<oracle.communication.brm.charging.messages.management.Management>
Interface defining the Response of management flow
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionget the number of failed requestsget the number of successfully processed requestsReturns Processing status for this management requestMethods inherited from interface oracle.communication.brm.charging.messages.framework.Response
getOperation
-
Method Details
-
getStatus
ManagementResponse.Status getStatus()Returns Processing status for this management request- Returns:
- the response status
-
getNumPassedRequests
Integer getNumPassedRequests()get the number of successfully processed requests- Returns:
- the number of request successfully processed for this ManagementResponse
-
getNumFailedRequests
Integer getNumFailedRequests()get the number of failed requests- Returns:
- the number of failed request processed for this ManagementResponse
-