Package com.pointrlabs.core.map.models
Class PTRDeepLinkPoiLocation
-
- All Implemented Interfaces:
public class PTRDeepLinkPoiLocation extends PTRDeepLinkSiteLocation
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkLocationType
type
private final String
poiInternalIdentifier
private final Integer
siteInternalIdentifier
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkPoiLocation(Integer siteInternalIdentifier, String poiInternalIdentifier)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkLocationType
getType()
Unit
setType(PTRDeepLinkLocationType type)
final String
getPoiInternalIdentifier()
-
-
Method Detail
-
getType
PTRDeepLinkLocationType getType()
-
setType
Unit setType(PTRDeepLinkLocationType type)
-
getPoiInternalIdentifier
final String getPoiInternalIdentifier()
-
-
-
-