public static class BrowsePathTarget.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
BrowsePathTarget |
build()
Builds a Structure with the given data.
|
UnsignedInteger |
getRemainingPathIndex() |
ExpandedNodeId |
getTargetId() |
BrowsePathTarget.Builder |
setRemainingPathIndex(UnsignedInteger value) |
BrowsePathTarget.Builder |
setTargetId(ExpandedNodeId value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public ExpandedNodeId getTargetId()
public BrowsePathTarget.Builder setTargetId(ExpandedNodeId value)
public UnsignedInteger getRemainingPathIndex()
public BrowsePathTarget.Builder setRemainingPathIndex(UnsignedInteger value)
public BrowsePathTarget build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.