public class OrderReverseResponse extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OrderReverseResponse.Result
The type Result.
|
| 构造器和说明 |
|---|
OrderReverseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode()
Gets error code.
|
String |
getErrorMsg()
Gets error msg.
|
OrderReverseResponse.Result |
getResult()
Gets result.
|
boolean |
isSuccess()
Is success boolean.
|
void |
setErrorCode(String errorCode)
Sets error code.
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setResult(OrderReverseResponse.Result result)
Sets result.
|
void |
setSuccess(boolean success)
Sets success.
|
String |
toString() |
public boolean isSuccess()
public OrderReverseResponse.Result getResult()
public String getErrorCode()
public String getErrorMsg()
public void setSuccess(boolean success)
success - the successpublic void setResult(OrderReverseResponse.Result result)
result - the resultpublic void setErrorCode(String errorCode)
errorCode - the error codepublic void setErrorMsg(String errorMsg)
errorMsg - the error msgCopyright © 2018. All rights reserved.