Class Event

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.Object> attributes  
      protected long timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(long timestamp)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addAttributesImpl​(java.util.Map<java.lang.String,​java.lang.Object> attributes)  
      java.util.Map<java.lang.String,​java.lang.Object> getAttributes()  
      abstract java.lang.String getName()  
      long getTimestamp()  
      • Methods inherited from class java.lang.Object

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

      • timestamp

        @SerializedName("timestamp")
        protected long timestamp
      • attributes

        @SerializedName("attributes")
        protected java.util.Map<java.lang.String,​java.lang.Object> attributes
    • Constructor Detail

      • Event

        public Event​(long timestamp)
    • Method Detail

      • getTimestamp

        public long getTimestamp()
      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getAttributes()
      • getName

        public abstract java.lang.String getName()
      • addAttributesImpl

        protected void addAttributesImpl​(java.util.Map<java.lang.String,​java.lang.Object> attributes)