Class ARulebaseEvent

    • Field Detail

      • id

        protected int id
        The id.
      • callid

        protected int callid
        The call id.
    • Constructor Detail

      • ARulebaseEvent

        public ARulebaseEvent()
        Create a new rule event.
      • ARulebaseEvent

        public ARulebaseEvent​(int callid)
        Create a new rule event.
    • Method Detail

      • getId

        public int getId()
        Get the id. return The id.
      • setId

        public void setId​(int id)
        Set the id.
        Parameters:
        id - The id to set.
      • getCallId

        public int getCallId()
        Get the callid.
        Returns:
        The callid.
      • setCallId

        public void setCallId​(int callid)
        Set the callid.
        Parameters:
        callid - The callid to set.