ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:45:42.723-07:00") public abstract class RequestPeekStatistic extends Message
send
method and not the request
method when issuing this request, otherwise your request will time out
and receive null.CurrentTargetState
category.
Name | Description |
---|---|
StatisticId | ReferenceId of the
RequestOpenStatistic or
RequestOpenStatisticEx
that was used to open the statistics. |
Name | Description |
---|---|
EventInfo |
Contains information about a statistics request that does not concern a routing target. |
EventCurrentTargetStateSnapshot |
Contains the CurrentTargetStateSnapshot data structure, which includes information about routing targets such as agent, place, agent group, and place group states. |
EventError |
Indicates that the request encountered an error. |
ReferenceId
of the
RequestOpenStatistic
or
RequestOpenStatisticEx
that was used to open the statistic, as shown here:
RequestPeekStatistic req = RequestPeekStatistic.create();
req.setStatisticId(referenceIdFromRequestOpenStatistic);
statProtocol.send(req);
Modifier and Type | Method | Description |
---|---|---|
static RequestPeekStatistic |
create() |
Creates instance of RequestPeekStatistic with no parameters set.
|
static RequestPeekStatistic |
create(java.lang.Integer statisticId) |
Creates instance of RequestPeekStatistic with all parameters set.
|
abstract java.lang.Integer |
getReferenceId() |
A unique integer that is specified for identification of requested statistics.
|
abstract java.lang.Integer |
getStatisticId() |
Refers to the ReferenceId of the RequestOpenStatistic or RequestOpenStatisticEx associated with this request: Stat Server needs this information so that it can take action on the appropriate set of statistical information.
|
abstract void |
setReferenceId(int referenceId) |
A unique integer that is specified for identification of requested statistics.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
A unique integer that is specified for identification of requested statistics.
|
abstract void |
setStatisticId(int statisticId) |
Refers to the ReferenceId of the RequestOpenStatistic or RequestOpenStatisticEx associated with this request: Stat Server needs this information so that it can take action on the appropriate set of statistical information.
|
abstract void |
setStatisticId(java.lang.Integer statisticId) |
Refers to the ReferenceId of the RequestOpenStatistic or RequestOpenStatisticEx associated with this request: Stat Server needs this information so that it can take action on the appropriate set of statistical information.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static RequestPeekStatistic create()
public static RequestPeekStatistic create(java.lang.Integer statisticId)
statisticId
- StatisticIdpublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getStatisticId()
public abstract void setStatisticId(java.lang.Integer statisticId)
public abstract void setStatisticId(int statisticId)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.