-
@Deprecated() public class VendorDpAction extends VendorAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
VendorDpAction.Builder
-
Field Summary
Fields Modifier and Type Field Description Map<String, SchemaBean>
schemaBeanMap
String
dps
-
Constructor Summary
Constructors Constructor Description VendorDpAction(VendorDpAction.Builder builder)
-
Method Summary
Modifier and Type Method Description Map<String, SchemaBean>
getSchemaBeanMap()
String
getDps()
-
Methods inherited from class com.thingclips.smart.sdk.api.bluemesh.message.VendorAction
getBackOpCode, getCompanyIdentifier, getModelIdentifier, getOpCode, getParameters
-
Methods inherited from class com.thingclips.smart.sdk.api.bluemesh.message.MeshAction
getNodeId, isAck, isFastConfig
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
VendorDpAction
VendorDpAction(VendorDpAction.Builder builder)
-
-
Method Detail
-
getSchemaBeanMap
Map<String, SchemaBean> getSchemaBeanMap()
-
getDps
String getDps()
-
-
-
-