Package 

Class Event

  • All Implemented Interfaces:

    
    public abstract class Event
    
                        

    Event This is an abstract class, describe the general event sent via SendEventRequest.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public abstract class Event.Builder
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract EventType getEventType() Get EventType.
      abstract Array<byte> getEventData() Get EventData.
      FormatType getFormatType() Get current HMI or sensor events all format json.
      LogContext getLogContext() Get internal logcontext for each event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait