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()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public RequestStatus withProgress(int value)
public RequestStatus withStatus(java.lang.String 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.