Package es.situm.sdk.location
Class LocationParametersUpdate
- java.lang.Object
-
- es.situm.sdk.location.LocationParametersUpdate
-
public class LocationParametersUpdate extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocationParametersUpdate.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBuildingIdentifier()List<String>getDevicesToFollow()Retrieve the list of devices location engined should follow.intgetIdentifier()intgetRouteId()List<Point>getRoutePoints()booleangetUpdateDevicesToFollow()Retrieve the property that indicates if this parameter should be taken into account (true) or not (false) when applying the update.booleanisLocationDelimitedByRoute()StringtoString()
-
-
-
Method Detail
-
isLocationDelimitedByRoute
public boolean isLocationDelimitedByRoute()
-
getRouteId
public int getRouteId()
-
getBuildingIdentifier
public String getBuildingIdentifier()
-
getIdentifier
public int getIdentifier()
-
getUpdateDevicesToFollow
public boolean getUpdateDevicesToFollow()
Retrieve the property that indicates if this parameter should be taken into account (true) or not (false) when applying the update.- Returns:
- boolean value; true means active, false means not active.
-
getDevicesToFollow
public List<String> getDevicesToFollow()
Retrieve the list of devices location engined should follow.- Returns:
- list of identifiers.
-
-