-
public class SweeperDataBeanSweeper data.
-
-
Method Summary
Modifier and Type Method Description intgetMapType()Get data type. voidsetMapType(int mapType)Set data type. StringgetMapPath()Get map path. voidsetMapPath(String mapPath)Set map path. StringgetDevId()Get device ID. voidsetDevId(String devId)Set device ID. -
-
Method Detail
-
getMapType
int getMapType()
Get data type.
-
setMapType
void setMapType(int mapType)
Set data type.
- Parameters:
mapType- Data type.
-
getMapPath
String getMapPath()
Get map path.
-
setMapPath
void setMapPath(String mapPath)
Set map path.
- Parameters:
mapPath- Map path.
-
getDevId
String getDevId()
Get device ID.
-
setDevId
void setDevId(String devId)
Set device ID.
- Parameters:
devId- Device ID.
-
-
-
-