public class AlipayTradeCancelResponse extends AlipayResponse
Constructor and Description |
---|
AlipayTradeCancelResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets action.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getRetryFlag()
Gets retry flag.
|
String |
getTradeNo()
Gets trade no.
|
void |
setAction(String action)
Sets action.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setRetryFlag(String retryFlag)
Sets retry flag.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAction(String action)
action
- the actionpublic String getAction()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getOutTradeNo()
public void setRetryFlag(String retryFlag)
retryFlag
- the retry flagpublic String getRetryFlag()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic String getTradeNo()
Copyright © 2018. All rights reserved.