Class DeeplinkUrlService.LongUrlInfo
java.lang.Object
de.hybris.platform.deeplink.services.DeeplinkUrlService.LongUrlInfo
- Enclosing interface:
- DeeplinkUrlService
The Class LongUrlInfo container for generated URL and forward or redirect info
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongUrlInfo
-
-
Method Details
-
getUrl
- Returns:
- the url
-
setUrl
- Parameters:
url- the url to set
-
isUseForward
public boolean isUseForward()- Returns:
- the useForward
-
setUseForward
public void setUseForward(boolean useForward) - Parameters:
useForward- the useForward to set
-