public class RequestStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
progress
Current progress percentage.
|
private static long |
serialVersionUID |
protected java.lang.String |
status
The name of current scheduling state.
|
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 progress)
Sets the value of the progress property.
|
void |
setStatus(java.lang.String status)
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 progress)
public RequestStatus withProgress(int value)
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
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.