-
public class BlueMeshGroupUpdateEventModel
Created by zsg on 17/10/14.
-
-
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()
-
-
-
Method Detail
-
getNodeId
String getNodeId()
-
isSuccess
boolean isSuccess()
-
getMsg
String getMsg()
-
getErrorCode
String getErrorCode()
-
-