Package com.pointrlabs.core.map.models
Class PTRDeepLinkCategoryAction
-
- All Implemented Interfaces:
public class PTRDeepLinkCategoryAction extends PTRDeepLinkAction
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkActionType
type
private final PTRDeepLinkSiteLocation
site
private final String
categoryName
private String
url
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkCategoryAction(PTRDeepLinkSiteLocation site, String categoryName)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkActionType
getType()
Unit
setType(PTRDeepLinkActionType type)
final PTRDeepLinkSiteLocation
getSite()
final String
getCategoryName()
-
-
Constructor Detail
-
PTRDeepLinkCategoryAction
PTRDeepLinkCategoryAction(PTRDeepLinkSiteLocation site, String categoryName)
-
-
Method Detail
-
getType
PTRDeepLinkActionType getType()
-
setType
Unit setType(PTRDeepLinkActionType type)
-
getSite
final PTRDeepLinkSiteLocation getSite()
-
getCategoryName
final String getCategoryName()
-
-
-
-