@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:42.723-07:00") public class StatisticInterval extends GEnum
Modifier and Type | Field | Description |
---|---|---|
static StatisticInterval |
GrowingWindow |
Resets statistics to zero at one or more specified times: for example, at midnight and then every three hours after that.
|
static StatisticInterval |
SinceLogin |
Aggregates statistical data only for Agent-based statistics: the statistics are set to zero (0) at the moment of agent login and continue to accumulate so long as an agent is associated with a specific place.
|
static StatisticInterval |
SlidingSelection |
Tracks the last several occurrences of an activity, using a number of activities that you specify, for example, the last 5 calls.
|
static StatisticInterval |
SlidingWindow |
Tracks the last several seconds of activity, using a number of seconds that you specify, with an option to specify how often to sample the statistic (which defaults to every 10 seconds); for example, the last 600 seconds, sampled every 2 seconds.
|
LOCALE_ENGLISH
Modifier and Type | Method | Description |
---|---|---|
static StatisticInterval |
valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static StatisticInterval |
valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
static java.util.Collection<StatisticInterval> |
values() |
Returns all values of the enumeration.
|
public static final StatisticInterval GrowingWindow
public static final StatisticInterval SinceLogin
public static final StatisticInterval SlidingWindow
public static final StatisticInterval SlidingSelection
public static java.util.Collection<StatisticInterval> values()
public static StatisticInterval valueOf(int ordinal)
ordinal
- ordinal number of the enumeration valuepublic static StatisticInterval 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.