Package 

Class EventProperties

  • All Implemented Interfaces:

    
    public final class EventProperties
    
                        

    Properties of a Permutive event.

    EventProperties are immutable.

    Each property name must be made up of the characters in the set (a-z0-9_).

    Each property value must from the type: (Boolean, Int, Long, Float, Double, String, Date, EventProperties) or from a list variant of this set (i.e. List<Boolean>, List<Int>, ... )

    • 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
      String toString()
      Boolean equals(Object other)
      • Methods inherited from class java.lang.Object

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