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