Package io.split.engine.sse.dtos
Class GenericNotificationData
- java.lang.Object
-
- io.split.engine.sse.dtos.GenericNotificationData
-
public class GenericNotificationData extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenericNotificationData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenericNotificationData.Builderbuilder()longgetChangeNumber()StringgetChannel()IntegergetCompressType()ControlTypegetControlType()StringgetDefaultTreatment()StringgetDefinition()OccupancyMetricsgetMetrics()LonggetPreviousChangeNumber()StringgetSegmentName()StringgetSplitName()IncomingNotification.TypegetType()voidsetChannel(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()
-
getPreviousChangeNumber
public Long getPreviousChangeNumber()
-
getDefinition
public String getDefinition()
-
getCompressType
public Integer getCompressType()
-
setChannel
public void setChannel(String channel)
-
builder
public static GenericNotificationData.Builder builder()
-
-