Class Event

    • Field Detail

      • MAX_PROPERTIES_LENGTH_BYTES

        public static int MAX_PROPERTIES_LENGTH_BYTES
      • eventTypeId

        @SerializedName("eventTypeId")
        public String eventTypeId
      • trafficTypeName

        @SerializedName("trafficTypeName")
        public String trafficTypeName
      • key

        @SerializedName("key")
        public String key
      • value

        @SerializedName("value")
        public double value
      • properties

        @SerializedName("properties")
        public Map<String,​Object> properties
      • timestamp

        @SerializedName("timestamp")
        public long timestamp
    • Constructor Detail

      • Event

        public Event()