Package com.pointrlabs.core.map.models
Class PTRDeepLinkAction
-
- All Implemented Interfaces:
public abstract class PTRDeepLinkAction
-
-
Field Summary
Fields Modifier and Type Field Description private String
url
private PTRDeepLinkActionType
type
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkAction()
-
Method Summary
Modifier and Type Method Description final String
getUrl()
final Unit
setUrl(String url)
abstract PTRDeepLinkActionType
getType()
abstract Unit
setType(PTRDeepLinkActionType type)
-
-
Method Detail
-
getType
abstract PTRDeepLinkActionType getType()
-
setType
abstract Unit setType(PTRDeepLinkActionType type)
-
-
-
-