Class ScheduledEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScheduledEvent
    extends java.lang.Object
    implements java.io.Serializable
    represents a scheduled event
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduledEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Map<java.lang.String,​java.lang.Object> getDetail()  
      @NotNull java.util.List<java.lang.String> getResources()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduledEvent

        public ScheduledEvent()
    • Method Detail

      • getResources

        @NotNull
        public @NotNull java.util.List<java.lang.String> getResources()
      • getDetail

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.Object> getDetail()