public class TranslateBrowsePathsToNodeIdsRequest extends DynamicStructure implements ServiceRequest<TranslateBrowsePathsToNodeIdsResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
TranslateBrowsePathsToNodeIdsRequest.Builder |
static class |
TranslateBrowsePathsToNodeIdsRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
TranslateBrowsePathsToNodeIdsRequest() |
|
TranslateBrowsePathsToNodeIdsRequest(RequestHeader f_requestHeader,
BrowsePath[] f_browsePaths) |
protected |
TranslateBrowsePathsToNodeIdsRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static TranslateBrowsePathsToNodeIdsRequest.Builder |
builder() |
TranslateBrowsePathsToNodeIdsRequest |
clone()
Clones the Structure.
|
BrowsePath[] |
getBrowsePaths() |
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
void |
setBrowsePaths(BrowsePath[] value) |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
TranslateBrowsePathsToNodeIdsRequest.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, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public TranslateBrowsePathsToNodeIdsRequest()
protected TranslateBrowsePathsToNodeIdsRequest(UaDataTypeSpecification specification)
public TranslateBrowsePathsToNodeIdsRequest(RequestHeader f_requestHeader, BrowsePath[] f_browsePaths)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<TranslateBrowsePathsToNodeIdsResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<TranslateBrowsePathsToNodeIdsResponse>public BrowsePath[] getBrowsePaths()
public void setBrowsePaths(BrowsePath[] value)
public TranslateBrowsePathsToNodeIdsRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static TranslateBrowsePathsToNodeIdsRequest.Builder builder()
public TranslateBrowsePathsToNodeIdsRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.