public class QueueInfoHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
buildPendingCount |
private RequestInfoHolder |
currentRequestInfo |
private int |
finishedCount |
private int |
writePendingCount |
| Constructor and Description |
|---|
QueueInfoHolder() |
QueueInfoHolder(int buildPendingCount,
int writePendingCount,
int finishedCount,
RequestInfoHolder currentRequestInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getBuildPendingCount()
Gets the buildPendingCount value for this QueueInfoHolder.
|
RequestInfoHolder |
getCurrentRequestInfo()
Gets the currentRequestInfo value for this QueueInfoHolder.
|
int |
getFinishedCount()
Gets the finishedCount value for this QueueInfoHolder.
|
int |
getWritePendingCount()
Gets the writePendingCount value for this QueueInfoHolder.
|
int |
hashCode() |
void |
setBuildPendingCount(int buildPendingCount)
Sets the buildPendingCount value for this QueueInfoHolder.
|
void |
setCurrentRequestInfo(RequestInfoHolder currentRequestInfo)
Sets the currentRequestInfo value for this QueueInfoHolder.
|
void |
setFinishedCount(int finishedCount)
Sets the finishedCount value for this QueueInfoHolder.
|
void |
setWritePendingCount(int writePendingCount)
Sets the writePendingCount value for this QueueInfoHolder.
|
private int buildPendingCount
private int writePendingCount
private int finishedCount
private RequestInfoHolder currentRequestInfo
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public QueueInfoHolder()
public QueueInfoHolder(int buildPendingCount,
int writePendingCount,
int finishedCount,
RequestInfoHolder currentRequestInfo)
public int getBuildPendingCount()
public void setBuildPendingCount(int buildPendingCount)
buildPendingCount - public int getWritePendingCount()
public void setWritePendingCount(int writePendingCount)
writePendingCount - public int getFinishedCount()
public void setFinishedCount(int finishedCount)
finishedCount - public RequestInfoHolder getCurrentRequestInfo()
public void setCurrentRequestInfo(RequestInfoHolder currentRequestInfo)
currentRequestInfo - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.