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