Interface HttpMediationEntry
- All Superinterfaces:
MediationEntry
Interface to represent an entry in the HttpMediationTable
-
Method Summary
Modifier and TypeMethodDescriptiongetter for the Rating-Group fieldgetter for the Service-Identifier fieldindicates the Subscription-Id-Type that should be used to find the associated subscription-id for this http Mediation Entry combination.indicates the mode of calculation that should be used for this http Mediation Entry Choices are "INCREMENTAL" and "CUMULATIVE", getter for the Unit-Reporting-Mode fieldMethods inherited from interface oracle.communication.brm.charging.config.servicespec.MediationEntry
getEventType, getNetworkMappingFile, getProductType, getValidFrom, getVersion
-
Method Details
-
getServiceIdentifier
Integer getServiceIdentifier()getter for the Service-Identifier field- Returns:
- the Service-Identifier field
-
getRatingGroup
Integer getRatingGroup()getter for the Rating-Group field- Returns:
- the Rating-Group field
-
getSubscriptionIdTypes
indicates the Subscription-Id-Type that should be used to find the associated subscription-id for this http Mediation Entry combination. Choices are "END_USER_E164", "END_USER_IMSI", "END_USER_SIP_URI" ,END_USER_NAI", "END_USER_PRIVATE"- Returns:
- zero to many of the supported types. An empty list result indicates the first occurring subscription-id should be used.
-
getUnitReportingMode
String getUnitReportingMode()indicates the mode of calculation that should be used for this http Mediation Entry Choices are "INCREMENTAL" and "CUMULATIVE", getter for the Unit-Reporting-Mode field- Returns:
- the Unit-Reporting-Mode field
-