public class RequestInfoHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
agentCount |
private int |
buildRetryCount |
private int |
dayCount |
private int |
errorCount |
private java.lang.String |
errorMessage |
private int |
executionTime |
private int |
percentageDone |
private int |
saveRetryCount |
private int |
stage |
private java.lang.String |
stageName |
private int |
timeInQueue |
private int |
warningCount |
Constructor and Description |
---|
RequestInfoHolder() |
RequestInfoHolder(int stage,
java.lang.String stageName,
int agentCount,
int dayCount,
int percentageDone,
int executionTime,
int timeInQueue,
int warningCount,
int errorCount,
java.lang.String errorMessage,
int buildRetryCount,
int saveRetryCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAgentCount()
Gets the agentCount value for this RequestInfoHolder.
|
int |
getBuildRetryCount()
Gets the buildRetryCount value for this RequestInfoHolder.
|
int |
getDayCount()
Gets the dayCount value for this RequestInfoHolder.
|
int |
getErrorCount()
Gets the errorCount value for this RequestInfoHolder.
|
java.lang.String |
getErrorMessage()
Gets the errorMessage value for this RequestInfoHolder.
|
int |
getExecutionTime()
Gets the executionTime value for this RequestInfoHolder.
|
int |
getPercentageDone()
Gets the percentageDone value for this RequestInfoHolder.
|
int |
getSaveRetryCount()
Gets the saveRetryCount value for this RequestInfoHolder.
|
int |
getStage()
Gets the stage value for this RequestInfoHolder.
|
java.lang.String |
getStageName()
Gets the stageName value for this RequestInfoHolder.
|
int |
getTimeInQueue()
Gets the timeInQueue value for this RequestInfoHolder.
|
int |
getWarningCount()
Gets the warningCount value for this RequestInfoHolder.
|
int |
hashCode() |
void |
setAgentCount(int agentCount)
Sets the agentCount value for this RequestInfoHolder.
|
void |
setBuildRetryCount(int buildRetryCount)
Sets the buildRetryCount value for this RequestInfoHolder.
|
void |
setDayCount(int dayCount)
Sets the dayCount value for this RequestInfoHolder.
|
void |
setErrorCount(int errorCount)
Sets the errorCount value for this RequestInfoHolder.
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the errorMessage value for this RequestInfoHolder.
|
void |
setExecutionTime(int executionTime)
Sets the executionTime value for this RequestInfoHolder.
|
void |
setPercentageDone(int percentageDone)
Sets the percentageDone value for this RequestInfoHolder.
|
void |
setSaveRetryCount(int saveRetryCount)
Sets the saveRetryCount value for this RequestInfoHolder.
|
void |
setStage(int stage)
Sets the stage value for this RequestInfoHolder.
|
void |
setStageName(java.lang.String stageName)
Sets the stageName value for this RequestInfoHolder.
|
void |
setTimeInQueue(int timeInQueue)
Sets the timeInQueue value for this RequestInfoHolder.
|
void |
setWarningCount(int warningCount)
Sets the warningCount value for this RequestInfoHolder.
|
private int stage
private java.lang.String stageName
private int agentCount
private int dayCount
private int percentageDone
private int executionTime
private int timeInQueue
private int warningCount
private int errorCount
private java.lang.String errorMessage
private int buildRetryCount
private int saveRetryCount
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public RequestInfoHolder()
public RequestInfoHolder(int stage, java.lang.String stageName, int agentCount, int dayCount, int percentageDone, int executionTime, int timeInQueue, int warningCount, int errorCount, java.lang.String errorMessage, int buildRetryCount, int saveRetryCount)
public int getStage()
public void setStage(int stage)
stage
- public java.lang.String getStageName()
public void setStageName(java.lang.String stageName)
stageName
- public int getAgentCount()
public void setAgentCount(int agentCount)
agentCount
- public int getDayCount()
public void setDayCount(int dayCount)
dayCount
- public int getPercentageDone()
public void setPercentageDone(int percentageDone)
percentageDone
- public int getExecutionTime()
public void setExecutionTime(int executionTime)
executionTime
- public int getTimeInQueue()
public void setTimeInQueue(int timeInQueue)
timeInQueue
- public int getWarningCount()
public void setWarningCount(int warningCount)
warningCount
- public int getErrorCount()
public void setErrorCount(int errorCount)
errorCount
- public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- public int getBuildRetryCount()
public void setBuildRetryCount(int buildRetryCount)
buildRetryCount
- public int getSaveRetryCount()
public void setSaveRetryCount(int saveRetryCount)
saveRetryCount
- public boolean equals(java.lang.Object obj)
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.