Package 

Class BlueMeshGroupUpdateEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String nodeId
      private final boolean isSuccess
      private final String msg
      private final String errorCode
    • Constructor Summary

      Constructors 
      Constructor Description
      BlueMeshGroupUpdateEventModel(String nodeId, boolean isSuccess, String msg, String errorCode)
    • Method Summary

      Modifier and Type Method Description
      String getNodeId()
      boolean isSuccess()
      String getMsg()
      String getErrorCode()
      • Methods inherited from class java.lang.Object

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

      • BlueMeshGroupUpdateEventModel

        BlueMeshGroupUpdateEventModel(String nodeId, boolean isSuccess, String msg, String errorCode)