Package io.split.client.dtos
Class Event
- java.lang.Object
-
- io.split.client.dtos.Event
-
- Direct Known Subclasses:
EventsPluggable
public class Event extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringeventTypeIdStringkeystatic intMAX_PROPERTIES_LENGTH_BYTESMap<String,Object>propertieslongtimestampStringtrafficTypeNamedoublevalue
-
Constructor Summary
Constructors Constructor Description 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
-
timestamp
@SerializedName("timestamp") public long timestamp
-
-