Package io.split.telemetry.domain
Class StreamingEvent
- java.lang.Object
-
- io.split.telemetry.domain.StreamingEvent
-
public class StreamingEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamingEvent(int _type, long _data, long _timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetData()longgetTimestamp()intgetType()voidsetData(long _data)voidsetTimestamp(long timestamp)voidsetType(int _type)
-