Interface MediationEntry
- All Known Subinterfaces:
DiameterMediationEntry
,HttpMediationEntry
,RadiusMediationEntry
public interface MediationEntry
Base interface for Mediation Entries.
The Builder related APIs will be included here.
The key related APIs will be in base interfaces.
-
Method Summary
Modifier and TypeMethodDescriptiongetter for the ECE EventType associated with the diameter Service-Context-Id, Service-Identifier and Rating-Group combination.getter for the DiameterMediationEntry validity data.getter for the ECE ProductType associated with the diameter Service-Context-Id, Service-Identifier and Rating-Group combination.getter for the DiameterMediationEntry validity data.getter for the ECE RequestSpec Version associated with the diameter Service-Context-Id, Service-Identifier and Rating-Group combination.
-
Method Details
-
getProductType
String getProductType()getter for the ECE ProductType associated with the diameter Service-Context-Id, Service-Identifier and Rating-Group combination.- Returns:
- the associated ECE ProductType
-
getEventType
String getEventType()getter for the ECE EventType associated with the diameter Service-Context-Id, Service-Identifier and Rating-Group combination.- Returns:
- the associated ECE EventType
-
getVersion
Double getVersion()getter for the ECE RequestSpec Version associated with the diameter Service-Context-Id, Service-Identifier and Rating-Group combination.- Returns:
- the associated ECE RequestSpec Version
-
getValidFrom
ZonedDateTime getValidFrom()getter for the DiameterMediationEntry validity data. Entries for the specified Service-Context-Id, Service-Identifier and Rating-Group combinations can be made to expire based on this Valid-From setting.- Returns:
- the Valid-From date.
-
getNetworkMappingFile
String getNetworkMappingFile()getter for the DiameterMediationEntry validity data. Entries for the specified Service-Context-Id, Service-Identifier and Rating-Group combinations can be made to expire based on this Valid-From setting.- Returns:
- the Valid-From date.
-