Package io.split.telemetry.domain
Class MethodLatencies
- java.lang.Object
-
- io.split.telemetry.domain.MethodLatencies
-
public class MethodLatencies extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodLatencies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Long>getTrack()List<Long>getTreatment()List<Long>getTreatmentByFlagSet()List<Long>getTreatmentByFlagSets()List<Long>getTreatments()List<Long>getTreatmentsWithConfig()List<Long>getTreatmentWithConfig()List<Long>getTreatmentWithConfigByFlagSet()List<Long>getTreatmentWithConfigByFlagSets()voidsetTrack(List<Long> track)voidsetTreatment(List<Long> treatment)voidsetTreatmentByFlagSet(List<Long> treatmentByFlagSet)voidsetTreatmentByFlagSets(List<Long> treatmentByFlagSets)voidsetTreatments(List<Long> treatments)voidsetTreatmentsWithConfig(List<Long> treatmentsWithConfig)voidsetTreatmentWithConfig(List<Long> treatmentWithConfig)voidsetTreatmentWithConfigByFlagSet(List<Long> treatmentWithConfigByFlagSet)voidsetTreatmentWithConfigByFlagSets(List<Long> treatmentWithConfigByFlagSets)
-