public class DeleteNodesItem extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteNodesItem.Builder |
static class |
DeleteNodesItem.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
DeleteNodesItem() |
|
DeleteNodesItem(NodeId f_nodeId,
Boolean f_deleteTargetReferences) |
protected |
DeleteNodesItem(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteNodesItem.Builder |
builder() |
DeleteNodesItem |
clone()
Clones the Structure.
|
Boolean |
getDeleteTargetReferences() |
NodeId |
getNodeId() |
void |
setDeleteTargetReferences(Boolean value) |
void |
setNodeId(NodeId value) |
DeleteNodesItem.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public DeleteNodesItem()
protected DeleteNodesItem(UaDataTypeSpecification specification)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public Boolean getDeleteTargetReferences()
public void setDeleteTargetReferences(Boolean value)
public DeleteNodesItem clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static DeleteNodesItem.Builder builder()
public DeleteNodesItem.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.