public class InvokeAsyncResult extends Object implements Serializable, Cloneable
Upon success, it returns empty response. Otherwise, throws an exception.
Constructor and Description |
---|
InvokeAsyncResult() |
Modifier and Type | Method and Description |
---|---|
InvokeAsyncResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getStatus()
It will be 202 upon success.
|
int |
hashCode() |
void |
setStatus(Integer status)
It will be 202 upon success.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InvokeAsyncResult |
withStatus(Integer status)
It will be 202 upon success.
|
public Integer getStatus()
public void setStatus(Integer status)
status
- It will be 202 upon success.public InvokeAsyncResult withStatus(Integer status)
Returns a reference to this object so that method calls can be chained together.
status
- It will be 202 upon success.public String toString()
toString
in class Object
Object.toString()
public InvokeAsyncResult clone()
Copyright © 2015. All rights reserved.