-
@Deprecated() public abstract class MeshAction
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isFastConfig
boolean
isAck
String
nodeId
-
Constructor Summary
Constructors Constructor Description MeshAction(String nodeId, boolean isFastConfig, boolean isAck)
-
Method Summary
Modifier and Type Method Description boolean
isFastConfig()
boolean
isAck()
String
getNodeId()
-
-
Method Detail
-
isFastConfig
boolean isFastConfig()
-
isAck
boolean isAck()
-
getNodeId
String getNodeId()
-
-
-
-