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>get_track()List<Long>get_treatment()List<Long>get_treatments()List<Long>get_treatmentsWithConfig()List<Long>get_treatmentWithConfig()voidset_track(List<Long> _track)voidset_treatment(List<Long> _treatment)voidset_treatments(List<Long> _treatments)voidset_treatmentsWithConfig(List<Long> _treatmentsWithConfig)voidset_treatmentWithConfig(List<Long> _treatmentWithConfig)
-