Package com.pointrlabs.core.map.models
Class PTRDeepLinkLocation
-
- All Implemented Interfaces:
public abstract class PTRDeepLinkLocation
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkLocationType
type
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkLocation()
-
Method Summary
Modifier and Type Method Description abstract PTRDeepLinkLocationType
getType()
abstract Unit
setType(PTRDeepLinkLocationType type)
-
-
Method Detail
-
getType
abstract PTRDeepLinkLocationType getType()
-
setType
abstract Unit setType(PTRDeepLinkLocationType type)
-
-
-
-