Interface HTTPSyPostOCSExtensionContext
- All Superinterfaces:
ExtensionContext
,HTTPSyExtensionContext
-
Method Summary
Modifier and TypeMethodDescriptionFetches the Reason CodesFetches the statusvoid
setReasonCodes
(Collection<PolicyResponse.ReasonCode> reasonCodes) Sets the Reason Codesvoid
setStatus
(PolicyResponse.Status status) Sets the StatusMethods inherited from interface oracle.communication.brm.charging.extensions.framework.ExtensionContext
getConfigurationBeanRepository, getExtensionsDataRepository, getLogger, getRequestOperationsList
Methods inherited from interface oracle.communication.brm.charging.extensions.http.HTTPSyExtensionContext
getPolicyRequest, getPolicyResponse, getSpendingLimitContext, isSTR
-
Method Details
-
getStatus
PolicyResponse.Status getStatus()Fetches the status- Returns:
- status
-
setStatus
Sets the Status -
getReasonCodes
Collection<PolicyResponse.ReasonCode> getReasonCodes()Fetches the Reason Codes- Returns:
- ReasonCodes
-
setReasonCodes
Sets the Reason Codes
-