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