Class NodesConfig.ExportSome
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.NodesConfig.ExportSome
- Enclosing class:
- NodesConfig
Use this class to configure when exporting some of the Nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionExportSome
(List<ProvisionedMeshNode> withDeviceKey, List<ProvisionedMeshNode> withoutDeviceKey) Constructs ExportSome to export only a selected number of Nodes when exporting a mesh network. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected List<ProvisionedMeshNode>
protected List<ProvisionedMeshNode>
-
Constructor Details
-
ExportSome
public ExportSome(List<ProvisionedMeshNode> withDeviceKey, List<ProvisionedMeshNode> withoutDeviceKey) Constructs ExportSome to export only a selected number of Nodes when exporting a mesh network.- Parameters:
withDeviceKey
- List of nodes to be exported with their device keys.withoutDeviceKey
- List of nodes to be exported without their device keys.
-
-
Method Details
-
getWithDeviceKey
-
getWithoutDeviceKey
-
build
-