Class UniqueEvent


  • public class UniqueEvent
    extends Event
    • Constructor Summary

      Constructors 
      Constructor Description
      UniqueEvent​(java.lang.String name)  
      UniqueEvent​(java.lang.String name, long timestamp, java.util.Map<java.lang.String,​java.lang.Object> attributes)  
      UniqueEvent​(java.lang.String name, java.util.Map<java.lang.String,​java.lang.Object> attributes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Unique events API spec requires unique events to be a JSON array, but we still treat it as a single string
      void update​(long timestamp, java.util.Map<java.lang.String,​java.lang.Object> attributes)  
      • Methods inherited from class java.lang.Object

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

      • UniqueEvent

        public UniqueEvent​(java.lang.String name)
      • UniqueEvent

        public UniqueEvent​(java.lang.String name,
                           java.util.Map<java.lang.String,​java.lang.Object> attributes)
      • UniqueEvent

        public UniqueEvent​(java.lang.String name,
                           long timestamp,
                           java.util.Map<java.lang.String,​java.lang.Object> attributes)
    • Method Detail

      • getName

        public java.lang.String getName()
        Unique events API spec requires unique events to be a JSON array, but we still treat it as a single string
        Specified by:
        getName in class Event
      • update

        public void update​(long timestamp,
                           java.util.Map<java.lang.String,​java.lang.Object> attributes)