-
public class ZigbeeGroupCreateResultBean
Entities that describe zigbee groups to create results.
-
-
Method Summary
Modifier and Type Method Description int
getOperateType()
Get operate type. void
setOperateType(int operateType)
Set operate type. List<String>
getSuccess()
Get a list of child device ids connected successfully during zigBee device group creation. void
setSuccess(List<String> success)
Set the list of child device ids connected successfully during zigBee device group creation. List<String>
getFailure()
Get a list of child device ids connected failed during zigBee device group creation. void
setFailure(List<String> failure)
Set the list of child device ids connected failed during zigBee device group creation. Map<String, Integer>
getErrorCode()
Get a collection that describe child device connected failed id and error code during zigBee device group creation. void
setErrorCode(Map<String, Integer> errorCode)
Set the collection that describe child device connected failed id and error code during zigBee device group creation. String
getGwId()
Get gateway id. void
setGwId(String gwId)
Set gateway id. String
getGid()
Get home id. void
setGid(String gid)
Set home id. List<Integer>
getResults()
Get zigbee group child device List. void
setResults(List<Integer> results)
Set zigbee group child device List. -
-
Method Detail
-
getOperateType
int getOperateType()
Get operate type.
-
setOperateType
void setOperateType(int operateType)
Set operate type.
- Parameters:
operateType
- the operate type
-
getSuccess
List<String> getSuccess()
Get a list of child device ids connected successfully during zigBee device group creation.
-
setSuccess
void setSuccess(List<String> success)
Set the list of child device ids connected successfully during zigBee device group creation.
- Parameters:
success
- the list of child device ids connected successfully
-
getFailure
List<String> getFailure()
Get a list of child device ids connected failed during zigBee device group creation.
-
setFailure
void setFailure(List<String> failure)
Set the list of child device ids connected failed during zigBee device group creation.
- Parameters:
failure
- the list of child device ids connected failed
-
getErrorCode
Map<String, Integer> getErrorCode()
Get a collection that describe child device connected failed id and error code during zigBee device group creation.
-
setErrorCode
void setErrorCode(Map<String, Integer> errorCode)
Set the collection that describe child device connected failed id and error code during zigBee device group creation.
- Parameters:
errorCode
- an error code describing the cause of a failed subdevice connection
-
getGwId
String getGwId()
Get gateway id.
-
setGwId
void setGwId(String gwId)
Set gateway id.
- Parameters:
gwId
- gateway id
-
getGid
String getGid()
Get home id.
-
setGid
void setGid(String gid)
Set home id.
- Parameters:
gid
- home id
-
getResults
List<Integer> getResults()
Get zigbee group child device List.
-
setResults
void setResults(List<Integer> results)
Set zigbee group child device List.
- Parameters:
results
- the child device List in zigbee group
-
-
-
-