public class RedirectUrls extends PayPalModel
| Constructor and Description |
|---|
RedirectUrls()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCancelUrl()
Url where the payer would be redirected to after canceling the payment.
|
java.lang.String |
getReturnUrl()
Url where the payer would be redirected to after approving the payment.
|
int |
hashCode() |
RedirectUrls |
setCancelUrl(java.lang.String cancelUrl)
Url where the payer would be redirected to after canceling the payment.
|
RedirectUrls |
setReturnUrl(java.lang.String returnUrl)
Url where the payer would be redirected to after approving the payment.
|
toJSON, toStringpublic java.lang.String getReturnUrl()
public java.lang.String getCancelUrl()
public RedirectUrls setReturnUrl(java.lang.String returnUrl)
public RedirectUrls setCancelUrl(java.lang.String cancelUrl)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel