Class LocationParametersUpdate


  • public class LocationParametersUpdate
    extends java.lang.Object
    • 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 class java.lang.Object