public class AddNodesResult extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
AddNodesResult.Builder |
static class |
AddNodesResult.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
AddNodesResult() |
|
AddNodesResult(StatusCode f_statusCode,
NodeId f_addedNodeId) |
protected |
AddNodesResult(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static AddNodesResult.Builder |
builder() |
AddNodesResult |
clone()
Clones the Structure.
|
NodeId |
getAddedNodeId() |
StatusCode |
getStatusCode() |
void |
setAddedNodeId(NodeId value) |
void |
setStatusCode(StatusCode value) |
AddNodesResult.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 AddNodesResult()
protected AddNodesResult(UaDataTypeSpecification specification)
public AddNodesResult(StatusCode f_statusCode, NodeId f_addedNodeId)
public StatusCode getStatusCode()
public void setStatusCode(StatusCode value)
public NodeId getAddedNodeId()
public void setAddedNodeId(NodeId value)
public AddNodesResult clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static AddNodesResult.Builder builder()
public AddNodesResult.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.