public class ProxyResponse
extends Object
implements Serializable
| Constructor and Description |
|---|
ProxyResponse() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Object |
getResult() |
boolean |
hasError() |
void |
setException(Exception exception) |
void |
setResult(Object result) |
String |
toString() |
public Exception getException()
public Object getResult()
public boolean hasError()
public void setException(Exception exception)
public void setResult(Object result)
public String toString()
toString in class Object