Class CallFlow

    • Method Detail

      • toStream

        public void toStream​(DataOutput dataOutput)
                      throws IOException
        Specified by:
        toStream in interface com.opencloud.util.FastSerializable
        Throws:
        IOException
      • getData

        public String getData()
      • setData

        public void setData​(String data)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)
      • getDirection

        public Direction getDirection()
      • setDirection

        public void setDirection​(Direction direction)
      • getCaption

        public String getCaption()
      • setCaption

        public void setCaption​(String caption)
      • getCall_leg

        public String getCall_leg()
      • setCall_leg

        public void setCall_leg​(String call_leg)
      • getLocal_address

        public String getLocal_address()
      • setLocal_address

        public void setLocal_address​(String local_address)
      • getRemote_address

        public String getRemote_address()
      • setRemote_address

        public void setRemote_address​(String remote_address)
      • getMessage_id

        public String getMessage_id()
      • setMessage_id

        public void setMessage_id​(String message_id)
      • getCall_info_id

        public String getCall_info_id()
      • setCall_info_id

        public void setCall_info_id​(String call_info_id)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object