Class EventInfoInner

  • Direct Known Subclasses:
    EventInner

    public class EventInfoInner
    extends Object
    The basic information of an event.
    • Constructor Detail

      • EventInfoInner

        public EventInfoInner()
    • Method Detail

      • id

        public String id()
        Get the id property: The event ID.
        Returns:
        the id value.
      • withId

        public EventInfoInner withId​(String id)
        Set the id property: The event ID.
        Parameters:
        id - the id value to set.
        Returns:
        the EventInfoInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.