Interface Message

    • Method Detail

      • setAsterisk_id

        void setAsterisk_id​(java.lang.String val)
        Parameters:
        val - The unique ID for the Asterisk instance that raised this event.
        Since:
        ARI_1_10_0
      • getType

        java.lang.String getType()
        Indicates the type of this message.
        Returns:
        String
        Since:
        ARI_0_0_1
      • getAsterisk_id

        java.lang.String getAsterisk_id()
        The unique ID for the Asterisk instance that raised this event.
        Returns:
        String
        Since:
        ARI_1_10_0
      • setType

        void setType​(java.lang.String val)
        Parameters:
        val - Indicates the type of this message.
        Since:
        ARI_0_0_1