public class AlipayOpenAgentOrderQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenAgentOrderQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentAppId() |
String |
getConfirmUrl() |
String |
getMerchantPid() |
String |
getOrderNo() |
String |
getOrderStatus() |
List<ProductAgentStatusInfo> |
getProductAgentStatusInfos() |
String |
getRejectReason() |
List<SignRestrictInfo> |
getRestrictInfos() |
void |
setAgentAppId(String agentAppId) |
void |
setConfirmUrl(String confirmUrl) |
void |
setMerchantPid(String merchantPid) |
void |
setOrderNo(String orderNo) |
void |
setOrderStatus(String orderStatus) |
void |
setProductAgentStatusInfos(List<ProductAgentStatusInfo> productAgentStatusInfos) |
void |
setRejectReason(String rejectReason) |
void |
setRestrictInfos(List<SignRestrictInfo> restrictInfos) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAgentAppId(String agentAppId)
public String getAgentAppId()
public void setConfirmUrl(String confirmUrl)
public String getConfirmUrl()
public void setMerchantPid(String merchantPid)
public String getMerchantPid()
public void setOrderNo(String orderNo)
public String getOrderNo()
public void setOrderStatus(String orderStatus)
public String getOrderStatus()
public void setProductAgentStatusInfos(List<ProductAgentStatusInfo> productAgentStatusInfos)
public List<ProductAgentStatusInfo> getProductAgentStatusInfos()
public void setRejectReason(String rejectReason)
public String getRejectReason()
public void setRestrictInfos(List<SignRestrictInfo> restrictInfos)
public List<SignRestrictInfo> getRestrictInfos()
Copyright © 2023. All rights reserved.