Class ServiceAccessType

  • All Implemented Interfaces:
    Serializable

    public final class ServiceAccessType
    extends Object
    implements Serializable
    Service access types for CDRs Service access type is a CDR field indicating whether the CDR represents a subscriber originating or terminating service, or both.
    See Also:
    Serialized Form
    • Field Detail

      • ORIGINATING

        public static final ServiceAccessType ORIGINATING
        Originating service access type
      • TERMINATING

        public static final ServiceAccessType TERMINATING
        Terminating service access type
      • BOTH

        public static final ServiceAccessType BOTH
        Originating and terminating service access type
    • Method Detail

      • toString

        public String toString()
        Returns a string representation of the service access type
        Overrides:
        toString in class Object
        Returns:
        string representation of the service access type