Package 

Class DeviceAndGroupInHomeBean

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeviceAndGroupInHomeBean
     implements Serializable
                        

    Equipment and clusters in the home.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      String bizId
      int bizType
    • Method Summary

      Modifier and Type Method Description
      String getBizId() Get id.
      void setBizId(String bizId) Set id.
      int getBizType() Get type.
      void setBizType(int bizType) Set type.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

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

      • setBizId

         void setBizId(String bizId)

        Set id.

        Parameters:
        bizId - The id of the device or group.
      • setBizType

         void setBizType(int bizType)

        Set type.

        Parameters:
        bizType - The type of the device or group.
      • equals

         boolean equals(Object o)