public class RequestStatus
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
progress
Request progress (0-100)
|
private static long |
serialVersionUID |
protected java.lang.String |
status
Current process status description
|
| Constructor and Description |
|---|
RequestStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
int |
getProgress()
Gets the value of the progress property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
int |
hashCode() |
void |
setProgress(int value)
Sets the value of the progress property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
java.lang.String |
toString() |
RequestStatus |
withProgress(int value) |
RequestStatus |
withStatus(java.lang.String value) |
private static final long serialVersionUID
protected int progress
protected java.lang.String status
public int getProgress()
public void setProgress(int value)
public java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic RequestStatus withProgress(int value)
public RequestStatus withStatus(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.