Package 

Class SweeperDataBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int mapType
      private String mapPath
      private String devId
    • 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.
      • Methods inherited from class java.lang.Object

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

      • setMapType

         void setMapType(int mapType)

        Set data type.

        Parameters:
        mapType - Data type.
      • 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.