public static class DeleteNodesItem.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
DeleteNodesItem |
build()
Builds a Structure with the given data.
|
Boolean |
getDeleteTargetReferences() |
NodeId |
getNodeId() |
DeleteNodesItem.Builder |
setDeleteTargetReferences(Boolean value) |
DeleteNodesItem.Builder |
setNodeId(NodeId value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public NodeId getNodeId()
public DeleteNodesItem.Builder setNodeId(NodeId value)
public Boolean getDeleteTargetReferences()
public DeleteNodesItem.Builder setDeleteTargetReferences(Boolean value)
public DeleteNodesItem build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.