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