public static class BrowsePath.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
BrowsePath |
build()
Builds a Structure with the given data.
|
RelativePath |
getRelativePath() |
NodeId |
getStartingNode() |
BrowsePath.Builder |
setRelativePath(RelativePath value) |
BrowsePath.Builder |
setStartingNode(NodeId value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public NodeId getStartingNode()
public BrowsePath.Builder setStartingNode(NodeId value)
public RelativePath getRelativePath()
public BrowsePath.Builder setRelativePath(RelativePath value)
public BrowsePath build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.