-
public class SweeperDataBean
Sweeper data.
-
-
Method Summary
Modifier and Type Method Description int
getMapType()
Get data type. void
setMapType(int mapType)
Set data type. String
getMapPath()
Get map path. void
setMapPath(String mapPath)
Set map path. String
getDevId()
Get device ID. void
setDevId(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.
-
-
-
-