@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:42.723-07:00") public class NotificationMode extends GEnum
Modifier and Type | Field | Description |
---|---|---|
static NotificationMode |
Immediate |
Stat Server reports statistics whenever a statistical value changes; for time-related statistics, Immediate means that Stat Server will report the current value whenever a statistical value changes, but it will also report that value periodically, using the specified notification frequency.
|
static NotificationMode |
NoNotification |
Allows you to retrieve statistics when you want them.
|
static NotificationMode |
Periodical |
Stat Server reports statistics based on the time period you request.
|
static NotificationMode |
Reset |
Stat Server reports the current value right before setting the statistical value to zero (0).
|
LOCALE_ENGLISH
Modifier and Type | Method | Description |
---|---|---|
static NotificationMode |
valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static NotificationMode |
valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
static java.util.Collection<NotificationMode> |
values() |
Returns all values of the enumeration.
|
public static final NotificationMode Immediate
public static final NotificationMode Periodical
public static final NotificationMode NoNotification
public static final NotificationMode Reset
public static java.util.Collection<NotificationMode> values()
public static NotificationMode valueOf(int ordinal)
ordinal
- ordinal number of the enumeration valuepublic static NotificationMode valueOf(java.lang.String name)
name
- name of value in the enumerationSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.