-
- All Implemented Interfaces:
-
java.io.Serializable
public class DeviceAndGroupInHomeBean implements Serializable
Equipment and clusters in the home.
-
-
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()
-
-
-
Method Detail
-
getBizId
String getBizId()
Get id.
-
setBizId
void setBizId(String bizId)
Set id.
- Parameters:
bizId
- The id of the device or group.
-
getBizType
int getBizType()
Get type.
-
setBizType
void setBizType(int bizType)
Set type.
- Parameters:
bizType
- The type of the device or group.
-
equals
boolean equals(Object o)
-
hashCode
int hashCode()
-
-