Interface EventInterface

    • Method Detail

      • getId

        String getId()
        Gets the id.
        Returns:
        the id
      • setId

        void setId​(String id)
        Sets the id.
        Parameters:
        id - the new id
      • getData

        Map<String,​Object> getData()
        Gets the data.
        Returns:
        the data
      • setData

        void setData​(Map<String,​Object> data)
        Sets the data.
        Parameters:
        data - the data