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