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
  • Method Details

    • 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