Package io.split.engine.sse.dtos
Class GenericNotificationData
- java.lang.Object
-
- io.split.engine.sse.dtos.GenericNotificationData
-
public class GenericNotificationData extends Object
-
-
Constructor Summary
Constructors Constructor Description GenericNotificationData(Long changeNumber, String defaultTreatment, String splitName, ControlType controlType, OccupancyMetrics occupancyMetrics, String segmentName, IncomingNotification.Type type, String channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChangeNumber()StringgetChannel()ControlTypegetControlType()StringgetDefaultTreatment()OccupancyMetricsgetMetrics()StringgetSegmentName()StringgetSplitName()IncomingNotification.TypegetType()voidsetChannel(String channel)
-
-
-
Constructor Detail
-
GenericNotificationData
public GenericNotificationData(Long changeNumber, String defaultTreatment, String splitName, ControlType controlType, OccupancyMetrics occupancyMetrics, String segmentName, IncomingNotification.Type type, String channel)
-
-
Method Detail
-
getChangeNumber
public long getChangeNumber()
-
getDefaultTreatment
public String getDefaultTreatment()
-
getSplitName
public String getSplitName()
-
getControlType
public ControlType getControlType()
-
getMetrics
public OccupancyMetrics getMetrics()
-
getSegmentName
public String getSegmentName()
-
getType
public IncomingNotification.Type getType()
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String channel)
-
-