-
public class SweeperPathBean
Sweeper data path in OSS.
-
-
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. -
-
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.
-
-
-
-