-
public class CloudZigbeeGroupCreateBean
Describes the entities created by ZigBee groups.
-
-
Method Summary
Modifier and Type Method Description String
getLocalId()
Get local id. void
setLocalId(String localId)
Set local id from getLocalId. long
getGroupId()
Get group id. void
setGroupId(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
-
-
-
-