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