public class QueueInfoHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
buildPendingCount
The number of schedule build requests waiting in the queue plus the number of scenarios currently being built.
|
protected RequestInfoHolder |
currentRequestInfo
The current scheduling request state
|
protected int |
finishedCount |
private static long |
serialVersionUID |
protected int |
writePendingCount
The number of built schedules that are currently being sent to WFM Server
|
Constructor and Description |
---|
QueueInfoHolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getBuildPendingCount()
Gets the value of the buildPendingCount property.
|
RequestInfoHolder |
getCurrentRequestInfo()
Gets the value of the currentRequestInfo property.
|
int |
getFinishedCount()
Gets the value of the finishedCount property.
|
int |
getWritePendingCount()
Gets the value of the writePendingCount property.
|
int |
hashCode() |
void |
setBuildPendingCount(int buildPendingCount)
Sets the value of the buildPendingCount property.
|
void |
setCurrentRequestInfo(RequestInfoHolder currentRequestInfo)
Sets the value of the currentRequestInfo property.
|
void |
setFinishedCount(int finishedCount)
Sets the value of the finishedCount property.
|
void |
setWritePendingCount(int writePendingCount)
Sets the value of the writePendingCount property.
|
java.lang.String |
toString() |
QueueInfoHolder |
withBuildPendingCount(int value) |
QueueInfoHolder |
withCurrentRequestInfo(RequestInfoHolder value) |
QueueInfoHolder |
withFinishedCount(int value) |
QueueInfoHolder |
withWritePendingCount(int value) |
private static final long serialVersionUID
protected int buildPendingCount
protected int writePendingCount
protected int finishedCount
protected RequestInfoHolder currentRequestInfo
public int getBuildPendingCount()
public void setBuildPendingCount(int buildPendingCount)
public QueueInfoHolder withBuildPendingCount(int value)
public int getWritePendingCount()
public void setWritePendingCount(int writePendingCount)
public QueueInfoHolder withWritePendingCount(int value)
public int getFinishedCount()
public void setFinishedCount(int finishedCount)
public QueueInfoHolder withFinishedCount(int value)
public RequestInfoHolder getCurrentRequestInfo()
public void setCurrentRequestInfo(RequestInfoHolder currentRequestInfo)
public QueueInfoHolder withCurrentRequestInfo(RequestInfoHolder value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.