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 longget_track()longget_treatment()longget_treatments()longget_treatmentsWithConfig()longget_treatmentWithConfig()voidset_track(long _track)voidset_treatment(long _treatment)voidset_treatments(long _treatments)voidset_treatmentsWithConfig(long _treatmentsWithConfig)voidset_treatmentWithConfig(long _treatmentWithConfig)
-
-
-
Method Detail
-
get_treatment
public long get_treatment()
-
set_treatment
public void set_treatment(long _treatment)
-
get_treatments
public long get_treatments()
-
set_treatments
public void set_treatments(long _treatments)
-
get_treatmentsWithConfig
public long get_treatmentsWithConfig()
-
set_treatmentsWithConfig
public void set_treatmentsWithConfig(long _treatmentsWithConfig)
-
get_treatmentWithConfig
public long get_treatmentWithConfig()
-
set_treatmentWithConfig
public void set_treatmentWithConfig(long _treatmentWithConfig)
-
get_track
public long get_track()
-
set_track
public void set_track(long _track)
-
-