public class GenericNotificationData extends Object
| Constructor and Description |
|---|
GenericNotificationData(Long changeNumber,
String defaultTreatment,
String splitName,
ControlType controlType,
OccupancyMetrics occupancyMetrics,
String segmentName,
IncomingNotification.Type type,
String channel) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChangeNumber() |
String |
getChannel() |
ControlType |
getControlType() |
String |
getDefaultTreatment() |
OccupancyMetrics |
getMetrics() |
String |
getSegmentName() |
String |
getSplitName() |
IncomingNotification.Type |
getType() |
void |
setChannel(String channel) |
public GenericNotificationData(Long changeNumber, String defaultTreatment, String splitName, ControlType controlType, OccupancyMetrics occupancyMetrics, String segmentName, IncomingNotification.Type type, String channel)
public long getChangeNumber()
public String getDefaultTreatment()
public String getSplitName()
public ControlType getControlType()
public OccupancyMetrics getMetrics()
public String getSegmentName()
public IncomingNotification.Type getType()
public String getChannel()
public void setChannel(String channel)
Copyright © 2021. All rights reserved.