Package 

Class ZigbeeGroupCreateResultBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int operateType
      private List<String> success
      private List<String> failure
      private Map<String, Integer> errorCode
      private String gwId
      private String gid
      private List<Integer> 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.
      • Methods inherited from class java.lang.Object

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

      • 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