public class ReadValueId extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadValueId.Builder |
static class |
ReadValueId.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ReadValueId() |
|
ReadValueId(NodeId f_nodeId,
UnsignedInteger f_attributeId,
String f_indexRange,
QualifiedName f_dataEncoding) |
protected |
ReadValueId(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ReadValueId.Builder |
builder() |
ReadValueId |
clone()
Clones the Structure.
|
UnsignedInteger |
getAttributeId() |
QualifiedName |
getDataEncoding() |
String |
getIndexRange() |
NodeId |
getNodeId() |
void |
setAttributeId(UnsignedInteger value) |
void |
setDataEncoding(QualifiedName value) |
void |
setIndexRange(String value) |
void |
setNodeId(NodeId value) |
ReadValueId.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 ReadValueId()
protected ReadValueId(UaDataTypeSpecification specification)
public ReadValueId(NodeId f_nodeId, UnsignedInteger f_attributeId, String f_indexRange, QualifiedName f_dataEncoding)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public UnsignedInteger getAttributeId()
public void setAttributeId(UnsignedInteger value)
public String getIndexRange()
public void setIndexRange(String value)
public QualifiedName getDataEncoding()
public void setDataEncoding(QualifiedName value)
public ReadValueId clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ReadValueId.Builder builder()
public ReadValueId.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.