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 classLocationParametersUpdate.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBuildingIdentifier()java.util.List<java.lang.String>getDevicesToFollow()Retrieve the list of devices location engined should follow.intgetIdentifier()intgetRouteId()java.util.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()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-