Class CAP3EventReportGPRSResultEvent

    • Constructor Detail

      • CAP3EventReportGPRSResultEvent

        public CAP3EventReportGPRSResultEvent​(CAP3Dialog dialog,
                                              TcapOperation operation,
                                              Object argument,
                                              int invokeId,
                                              boolean lastResult)
        Initialize a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3EventReportGPRSResultEvent
        Parameters:
        dialog - the associated dialog
        operation - metadata object that describes the operation
        argument - argument POJO
        invokeId - TCAP invoke ID
        lastResult - true if this is a TC-RESULT-L, false if this is a TC-RESULT-NL
    • Method Detail

      • getDialog

        public CAP3Dialog getDialog()
        Gets the associated dialog.
        Overrides:
        getDialog in class Event
        Returns:
        the associated dialog