public class RPCResult extends Object
| 构造器和说明 |
|---|
RPCResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getAppResponse() |
String |
getErrorMsg() |
String |
getErrorType() |
HSFResponse |
getHsfResponse()
已过时。
|
InvocationType |
getInvocationType() |
ResponseContext |
getResponseContext() |
boolean |
isError() |
boolean |
isTimeout() |
void |
setAppResponse(Object response) |
void |
setClientErrorMsg(String error) |
void |
setErrorMsg(String error) |
void |
setErrorType(String errorType) |
void |
setHsfResponse(HSFResponse hsfResponse)
已过时。
|
void |
setInvocationType(InvocationType invocationType) |
void |
setIsTimeout(boolean isTimeout) |
void |
setStatus(byte status) |
String |
toString() |
public InvocationType getInvocationType()
public void setInvocationType(InvocationType invocationType)
public ResponseContext getResponseContext()
@Deprecated public HSFResponse getHsfResponse()
@Deprecated public void setHsfResponse(HSFResponse hsfResponse)
public Object getAppResponse()
public void setAppResponse(Object response)
public String getErrorMsg()
public void setErrorMsg(String error)
public boolean isError()
public void setClientErrorMsg(String error)
public String getErrorType()
public void setErrorType(String errorType)
public boolean isTimeout()
public void setIsTimeout(boolean isTimeout)
public void setStatus(byte status)
Copyright © 2018. All rights reserved.