Class BaseMessage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String callid
      The callid.
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseMessage()
      Create a new message.
      BaseMessage​(java.lang.String callid)
      Create a new message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCallid()
      Get the callid.
      void setCallid​(java.lang.String callid)
      Set the callid.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • callid

        protected java.lang.String callid
        The callid.
    • Constructor Detail

      • BaseMessage

        public BaseMessage()
        Create a new message.
      • BaseMessage

        public BaseMessage​(java.lang.String callid)
        Create a new message.
    • Method Detail

      • getCallid

        public java.lang.String getCallid()
        Get the callid.
        Returns:
        Tthe callid
      • setCallid

        public void setCallid​(java.lang.String callid)
        Set the callid.
        Parameters:
        callid - The callid to set