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