Package com.pointrlabs.core.map.models
Class PTRDeepLinkLevelLocation
-
- All Implemented Interfaces:
public class PTRDeepLinkLevelLocation extends PTRDeepLinkBuildingLocation
-
-
Field Summary
Fields Modifier and Type Field Description private PTRDeepLinkLocationType
type
private final Integer
levelIndex
private final Integer
buildingInternalIdentifier
private final Integer
siteInternalIdentifier
-
Constructor Summary
Constructors Constructor Description PTRDeepLinkLevelLocation(Integer siteInternalIdentifier, Integer buildingInternalIdentifier, Integer levelIndex)
-
Method Summary
Modifier and Type Method Description PTRDeepLinkLocationType
getType()
Unit
setType(PTRDeepLinkLocationType type)
final Integer
getLevelIndex()
-
Methods inherited from class com.pointrlabs.core.map.models.PTRDeepLinkBuildingLocation
getBuildingInternalIdentifier
-
Methods inherited from class com.pointrlabs.core.map.models.PTRDeepLinkSiteLocation
getSiteInternalIdentifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getType
PTRDeepLinkLocationType getType()
-
setType
Unit setType(PTRDeepLinkLocationType type)
-
getLevelIndex
final Integer getLevelIndex()
-
-
-
-