public class AlipayOfflineTradeResult extends AlipayObject
Constructor and Description |
---|
AlipayOfflineTradeResult() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Gets error code.
|
String |
getErrorMessage()
Gets error message.
|
String |
getMessage()
Gets message.
|
Boolean |
getNeedRetry()
Gets need retry.
|
String |
getNextTryTime()
Gets next try time.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getResult()
Gets result.
|
String |
getTradeNo()
Gets trade no.
|
void |
setErrorCode(String errorCode)
Sets error code.
|
void |
setErrorMessage(String errorMessage)
Sets error message.
|
void |
setMessage(String message)
Sets message.
|
void |
setNeedRetry(Boolean needRetry)
Sets need retry.
|
void |
setNextTryTime(String nextTryTime)
Sets next try time.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setResult(String result)
Sets result.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getErrorCode()
public void setErrorCode(String errorCode)
errorCode
- the error codepublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- the error messagepublic String getMessage()
public void setMessage(String message)
message
- the messagepublic Boolean getNeedRetry()
public void setNeedRetry(Boolean needRetry)
needRetry
- the need retrypublic String getNextTryTime()
public void setNextTryTime(String nextTryTime)
nextTryTime
- the next try timepublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getResult()
public void setResult(String result)
result
- the resultpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade noCopyright © 2018. All rights reserved.