Package es.situm.sdk.location
Class LocationParametersUpdate
- java.lang.Object
-
- es.situm.sdk.location.LocationParametersUpdate
-
public class LocationParametersUpdate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocationParametersUpdate.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBuildingIdentifier()
java.util.List<java.lang.String>
getDevicesToFollow()
Retrieve the list of devices location engined should follow.int
getIdentifier()
int
getRouteId()
java.util.List<Point>
getRoutePoints()
boolean
getUpdateDevicesToFollow()
Retrieve the property that indicates if this parameter should be taken into account (true) or not (false) when applying the update.boolean
isLocationDelimitedByRoute()
java.lang.String
toString()
-
-
-
Method Detail
-
isLocationDelimitedByRoute
public boolean isLocationDelimitedByRoute()
-
getRouteId
public int getRouteId()
-
getRoutePoints
public java.util.List<Point> getRoutePoints()
-
getBuildingIdentifier
public java.lang.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 java.util.List<java.lang.String> getDevicesToFollow()
Retrieve the list of devices location engined should follow.- Returns:
- list of identifiers.
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-