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