Interface DiameterMediationEntry

All Superinterfaces:
MediationEntry

public interface DiameterMediationEntry extends MediationEntry
Interface to represent an entry in the DiameterMediationTable
  • Method Details

    • getServiceContextId

      String getServiceContextId()
      getter for the Service-Context-Id field
      Returns:
      the Service-Context-Id field
    • 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

      List<String> getSubscriptionIdTypes()
      indicates the Subscription-Id-Type that should be used to find the associated subscription-id for this Diameter 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 Diameter Mediation Entry Choices are "INCREMENTAL" and "CUMULATIVE", getter for the Unit-Reporting-Mode field
      Returns:
      the Unit-Reporting-Mode field