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 longget_data()intget_type()longgetTimestamp()voidset_data(long _data)voidset_type(int _type)voidsetTimestamp(long timestamp)
-