Class Event

    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • getConfig

        public Config getConfig()
        Gets the value of the config property.
        Returns:
        possible object is Config
      • setConfig

        public void setConfig​(Config value)
        Sets the value of the config property.
        Parameters:
        value - allowed object is Config
      • getActions

        public List<Action> getActions()
        Gets the value of the actions property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actions property.

        For example, to add a new item, do as follows:

            getActions().add(newItem);
         

        Objects of the following type(s) are allowed in the list Action

      • getId

        public String getId()
        The globally unique id of the event.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String