Package io.split.telemetry.domain
Class MethodExceptions
- java.lang.Object
-
- io.split.telemetry.domain.MethodExceptions
-
public class MethodExceptions extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodExceptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTrack()longgetTreatment()longgetTreatmentByFlagSet()longgetTreatmentByFlagSets()longgetTreatments()longgetTreatmentsWithConfig()longgetTreatmentWithConfig()longgetTreatmentWithConfigByFlagSet()longgetTreatmentWithConfigByFlagSets()voidsetTrack(long track)voidsetTreatment(long treatment)voidsetTreatmentByFlagSet(Long treatmentByFlagSet)voidsetTreatmentByFlagSets(Long treatmentByFlagSets)voidsetTreatments(long treatments)voidsetTreatmentsWithConfig(long treatmentsWithConfig)voidsetTreatmentWithConfig(long treatmentWithConfig)voidsetTreatmentWithConfigByFlagSet(Long treatmentWithConfigByFlagSet)voidsetTreatmentWithConfigByFlagSets(Long treatmentWithConfigByFlagSets)
-
-
-
Method Detail
-
getTreatment
public long getTreatment()
-
setTreatment
public void setTreatment(long treatment)
-
getTreatments
public long getTreatments()
-
setTreatments
public void setTreatments(long treatments)
-
getTreatmentsWithConfig
public long getTreatmentsWithConfig()
-
setTreatmentsWithConfig
public void setTreatmentsWithConfig(long treatmentsWithConfig)
-
getTreatmentWithConfig
public long getTreatmentWithConfig()
-
setTreatmentWithConfig
public void setTreatmentWithConfig(long treatmentWithConfig)
-
getTrack
public long getTrack()
-
setTrack
public void setTrack(long track)
-
getTreatmentByFlagSet
public long getTreatmentByFlagSet()
-
getTreatmentByFlagSets
public long getTreatmentByFlagSets()
-
getTreatmentWithConfigByFlagSet
public long getTreatmentWithConfigByFlagSet()
-
getTreatmentWithConfigByFlagSets
public long getTreatmentWithConfigByFlagSets()
-
setTreatmentByFlagSet
public void setTreatmentByFlagSet(Long treatmentByFlagSet)
-
setTreatmentByFlagSets
public void setTreatmentByFlagSets(Long treatmentByFlagSets)
-
setTreatmentWithConfigByFlagSet
public void setTreatmentWithConfigByFlagSet(Long treatmentWithConfigByFlagSet)
-
setTreatmentWithConfigByFlagSets
public void setTreatmentWithConfigByFlagSets(Long treatmentWithConfigByFlagSets)
-
-