Package 

Class GroupDeviceRespBean


  • 
    public class GroupDeviceRespBean
    
                        

    Describes a group single device information entity that responds to business data.

    • Method Summary

      Modifier and Type Method Description
      String getGwId() Get gateway id.
      void setGwId(String gwId) Set gateway id.
      void setGwOnline(Boolean gwOnline) Set the online state of the device in the gateway.
      String getIconUrl() Get device icon url.
      void setIconUrl(String iconUrl) Set device icon url.
      String getGwName() Get gateway name.
      void setGwName(String gwName) Set gateway name.
      String getDevName() Get device name.
      void setDevName(String devName) Set device name.
      void setDevOnline(Boolean devOnline) Set device online status, combine local online and cloud online status.
      String getDevId() Get device id.
      void setDevId(String devId) Set device id.
      void setChecked(boolean checked) Set whether the device is selected in the group.
      String getProductId() Get product id.
      void setProductId(String productId) Set product id.
      Boolean isGwOnline() Get gateway online status.
      Boolean isDevOnline() Get device online status, combine local online and cloud online status.
      boolean isChecked() Device selected status in the group.
      String toString()
      • Methods inherited from class java.lang.Object

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

      • getGwId

         String getGwId()

        Get gateway id.

      • setGwId

         void setGwId(String gwId)

        Set gateway id.

        Parameters:
        gwId - gateway id
      • setGwOnline

         void setGwOnline(Boolean gwOnline)

        Set the online state of the device in the gateway.

        Parameters:
        gwOnline - the online state of the device in the gateway
      • getIconUrl

         String getIconUrl()

        Get device icon url.

      • setIconUrl

         void setIconUrl(String iconUrl)

        Set device icon url.

        Parameters:
        iconUrl - device icon url
      • getGwName

         String getGwName()

        Get gateway name.

      • setGwName

         void setGwName(String gwName)

        Set gateway name.

        Parameters:
        gwName - gateway name
      • setDevName

         void setDevName(String devName)

        Set device name.

        Parameters:
        devName - device name
      • setDevOnline

         void setDevOnline(Boolean devOnline)

        Set device online status, combine local online and cloud online status.

        Parameters:
        devOnline - the value of the device online status
      • getDevId

         String getDevId()

        Get device id.

      • setDevId

         void setDevId(String devId)

        Set device id.

        Parameters:
        devId - device id
      • setChecked

         void setChecked(boolean checked)

        Set whether the device is selected in the group.

        Parameters:
        checked - the status of whether the device is selected in a group
      • setProductId

         void setProductId(String productId)

        Set product id.

        Parameters:
        productId - same product ID, same Schema information
      • isGwOnline

         Boolean isGwOnline()

        Get gateway online status.

      • isDevOnline

         Boolean isDevOnline()

        Get device online status, combine local online and cloud online status.

      • isChecked

         boolean isChecked()

        Device selected status in the group.