public class AlipayOpenAgentOrderQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayOpenAgentOrderQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentAppId()
Gets agent app id.
|
String |
getConfirmUrl()
Gets confirm url.
|
String |
getMerchantPid()
Gets merchant pid.
|
String |
getOrderStatus()
Gets order status.
|
String |
getRejectReason()
Gets reject reason.
|
void |
setAgentAppId(String agentAppId)
Sets agent app id.
|
void |
setConfirmUrl(String confirmUrl)
Sets confirm url.
|
void |
setMerchantPid(String merchantPid)
Sets merchant pid.
|
void |
setOrderStatus(String orderStatus)
Sets order status.
|
void |
setRejectReason(String rejectReason)
Sets reject reason.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAgentAppId(String agentAppId)
agentAppId - the agent app idpublic String getAgentAppId()
public void setConfirmUrl(String confirmUrl)
confirmUrl - the confirm urlpublic String getConfirmUrl()
public void setMerchantPid(String merchantPid)
merchantPid - the merchant pidpublic String getMerchantPid()
public void setOrderStatus(String orderStatus)
orderStatus - the order statuspublic String getOrderStatus()
public void setRejectReason(String rejectReason)
rejectReason - the reject reasonpublic String getRejectReason()
Copyright © 2018. All rights reserved.