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