Interface HTTPSyPreOCSExtensionContext
- All Superinterfaces:
ExtensionContext
,HTTPSyExtensionContext
-
Method Summary
Modifier and TypeMethodDescriptionFetches the productType time.Fetches the request time.void
setProductType
(String productType) Sets the productType time.void
setRequestDateTime
(ZonedDateTime dateTime) Sets the request time.Methods 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
-
getRequestDateTime
ZonedDateTime getRequestDateTime()Fetches the request time. (eg. 2013-11-01T00:01:00)- Returns:
- The time of the request.
-
setRequestDateTime
Sets the request time. (eg. 2013-11-01T00:01:00) -
getProductType
String getProductType()Fetches the productType time.- Returns:
- productType;
-
setProductType
Sets the productType time.
-