ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:42.723-07:00") public abstract class Notification extends CompoundValue
Constructor | Description |
---|---|
Notification() |
Modifier and Type | Method | Description |
---|---|---|
static Notification |
create() |
Creates instance of Notification with no parameters set.
|
static Notification |
create(NotificationMode mode,
java.lang.Integer frequency,
java.lang.Integer insensitivity) |
Creates instance of Notification with all parameters set.
|
abstract java.lang.Integer |
getFrequency() |
For time-based notification mode, this value specifies the notification frequency in seconds.
|
abstract java.lang.Integer |
getInsensitivity() |
For change-based notification mode, Stat Server only reports the recalculated value of a statistic if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to recalculated value is at least equal to the integer specified by insensitivity.
|
abstract NotificationMode |
getMode() |
Indicates the notification mode (Immediate, Periodical, NoNotification, or Reset) of a statistic.
|
abstract void |
setFrequency(int frequency) |
For time-based notification mode, this value specifies the notification frequency in seconds.
|
abstract void |
setFrequency(java.lang.Integer frequency) |
For time-based notification mode, this value specifies the notification frequency in seconds.
|
abstract void |
setInsensitivity(int insensitivity) |
For change-based notification mode, Stat Server only reports the recalculated value of a statistic if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to recalculated value is at least equal to the integer specified by insensitivity.
|
abstract void |
setInsensitivity(java.lang.Integer insensitivity) |
For change-based notification mode, Stat Server only reports the recalculated value of a statistic if the absolute value of the difference between the previous value and the recalculated value or its percentage ratio to recalculated value is at least equal to the integer specified by insensitivity.
|
abstract void |
setMode(NotificationMode mode) |
Indicates the notification mode (Immediate, Periodical, NoNotification, or Reset) of a statistic.
|
getProtocolDescription
equals, hashCode, toString, toString
public static Notification create()
public static Notification create(NotificationMode mode, java.lang.Integer frequency, java.lang.Integer insensitivity)
mode
- Modefrequency
- Frequencyinsensitivity
- Insensitivitypublic abstract NotificationMode getMode()
public abstract void setMode(NotificationMode mode)
public abstract java.lang.Integer getFrequency()
public abstract void setFrequency(java.lang.Integer frequency)
public abstract void setFrequency(int frequency)
public abstract java.lang.Integer getInsensitivity()
public abstract void setInsensitivity(java.lang.Integer insensitivity)
public abstract void setInsensitivity(int insensitivity)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.