-
public class CloudZigbeeGroupCreateBeanDescribes the entities created by ZigBee groups.
-
-
Method Summary
Modifier and Type Method Description StringgetLocalId()Get local id. voidsetLocalId(String localId)Set local id from getLocalId. longgetGroupId()Get group id. voidsetGroupId(long groupId)Set group id from getId. -
-
Method Detail
-
getLocalId
String getLocalId()
Get local id.
-
setLocalId
void setLocalId(String localId)
Set local id from getLocalId.
- Parameters:
localId- used to distinguish the unique identity of each mesh group in the mesh network
-
getGroupId
long getGroupId()
Get group id.
-
setGroupId
void setGroupId(long groupId)
Set group id from getId.
- Parameters:
groupId- the group id
-
-
-
-