public class ProcessingRequestData
extends java.lang.Object
| Constructor and Description |
|---|
ProcessingRequestData() |
| Modifier and Type | Method and Description |
|---|---|
AlipayRequestData |
getAlipayRequestData() |
AlipayEnums.RequestServiceType |
getRequestServiceType() |
java.lang.String |
getRequestUrl() |
boolean |
isToSupplyReturnUrl() |
void |
setAlipayRequestData(AlipayRequestData alipayRequestData) |
void |
setRequestServiceType(AlipayEnums.RequestServiceType requestServiceType) |
void |
setRequestUrl(java.lang.String requestUrl) |
void |
setToSupplyReturnUrl(boolean isToSupplyReturnUrl) |
public boolean isToSupplyReturnUrl()
public void setToSupplyReturnUrl(boolean isToSupplyReturnUrl)
isToSupplyReturnUrl - the isToSupplyReturnUrl to setpublic AlipayEnums.RequestServiceType getRequestServiceType()
public void setRequestServiceType(AlipayEnums.RequestServiceType requestServiceType)
requestServiceType - the requestServiceType to setpublic java.lang.String getRequestUrl()
public void setRequestUrl(java.lang.String requestUrl)
requestUrl - the requestUrl to setpublic AlipayRequestData getAlipayRequestData()
public void setAlipayRequestData(AlipayRequestData alipayRequestData)
alipayRequestData - the alipayRequestData to setCopyright © 2018 SAP SE. All Rights Reserved.