Package 

Class SweeperPathBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String mapPath
      private String routePath
    • Method Summary

      Modifier and Type Method Description
      String getMapPath() Get the relative path of a map data file above an OSS storage space.
      void setMapPath(String mapPath) Set the relative path of a map data file above an OSS storage space.
      String getRoutePath() Get the relative path of the sweeper path data file above the OSS storage space.
      void setRoutePath(String routePath) Set the relative path of the sweeper path data file above the OSS storage space.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMapPath

         String getMapPath()

        Get the relative path of a map data file above an OSS storage space.

      • setMapPath

         void setMapPath(String mapPath)

        Set the relative path of a map data file above an OSS storage space.

        Parameters:
        mapPath - Map path.
      • getRoutePath

         String getRoutePath()

        Get the relative path of the sweeper path data file above the OSS storage space.

      • setRoutePath

         void setRoutePath(String routePath)

        Set the relative path of the sweeper path data file above the OSS storage space.

        Parameters:
        routePath - Route Path.