Package io.split.telemetry.domain
Class HTTPLatencies
- java.lang.Object
-
- io.split.telemetry.domain.HTTPLatencies
-
public class HTTPLatencies extends Object
-
-
Constructor Summary
Constructors Constructor Description HTTPLatencies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>getEvents()List<Long>getImpressions()List<Long>getImpressionsCount()List<Long>getSegments()List<Long>getSplits()List<Long>getTelemetry()List<Long>getToken()voidsetEvents(List<Long> _events)voidsetImpressions(List<Long> _impressions)voidsetImpressionsCount(List<Long> _impressionsCount)voidsetSegments(List<Long> _segments)voidsetSplits(List<Long> _splits)voidsetTelemetry(List<Long> _telemetry)voidsetToken(List<Long> _token)
-