Package com.adyen.model.checkout
Class RedirectUrls
- java.lang.Object
-
- com.adyen.model.checkout.RedirectUrls
-
public class RedirectUrls extends Object
RedirectUrls
-
-
Constructor Summary
Constructors Constructor Description RedirectUrls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedirectUrlsandroid(String android)booleanequals(Object o)StringgetAndroid()The redirect URL used on Android.StringgetIos()The redirect URL used on iOS.StringgetWeb()The redirect URL used on web.inthashCode()RedirectUrlsios(String ios)voidsetAndroid(String android)voidsetIos(String ios)voidsetWeb(String web)StringtoString()RedirectUrlsweb(String web)
-
-
-
Method Detail
-
android
public RedirectUrls android(String android)
-
getAndroid
public String getAndroid()
The redirect URL used on Android.- Returns:
- android
-
setAndroid
public void setAndroid(String android)
-
ios
public RedirectUrls ios(String ios)
-
getIos
public String getIos()
The redirect URL used on iOS.- Returns:
- ios
-
setIos
public void setIos(String ios)
-
web
public RedirectUrls web(String web)
-
getWeb
public String getWeb()
The redirect URL used on web.- Returns:
- web
-
setWeb
public void setWeb(String web)
-
-