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