public class BrowsePathTarget extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowsePathTarget.Builder |
static class |
BrowsePathTarget.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
BrowsePathTarget() |
|
BrowsePathTarget(ExpandedNodeId f_targetId,
UnsignedInteger f_remainingPathIndex) |
protected |
BrowsePathTarget(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static BrowsePathTarget.Builder |
builder() |
BrowsePathTarget |
clone()
Clones the Structure.
|
UnsignedInteger |
getRemainingPathIndex() |
ExpandedNodeId |
getTargetId() |
void |
setRemainingPathIndex(UnsignedInteger value) |
void |
setTargetId(ExpandedNodeId value) |
BrowsePathTarget.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 BrowsePathTarget()
protected BrowsePathTarget(UaDataTypeSpecification specification)
public BrowsePathTarget(ExpandedNodeId f_targetId, UnsignedInteger f_remainingPathIndex)
public ExpandedNodeId getTargetId()
public void setTargetId(ExpandedNodeId value)
public UnsignedInteger getRemainingPathIndex()
public void setRemainingPathIndex(UnsignedInteger value)
public BrowsePathTarget clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static BrowsePathTarget.Builder builder()
public BrowsePathTarget.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.