public class UpdateEventDetails extends HistoryUpdateDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateEventDetails.Builder |
static class |
UpdateEventDetails.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
UpdateEventDetails() |
|
UpdateEventDetails(NodeId f_nodeId,
PerformUpdateType f_performInsertReplace,
EventFilter f_filter,
HistoryEventFieldList[] f_eventData) |
protected |
UpdateEventDetails(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEventDetails.Builder |
builder() |
UpdateEventDetails |
clone()
Clones the Structure.
|
HistoryEventFieldList[] |
getEventData() |
EventFilter |
getFilter() |
NodeId |
getNodeId() |
PerformUpdateType |
getPerformInsertReplace() |
void |
setEventData(HistoryEventFieldList[] value) |
void |
setFilter(EventFilter value) |
void |
setNodeId(NodeId value) |
void |
setPerformInsertReplace(PerformUpdateType value) |
UpdateEventDetails.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 UpdateEventDetails()
protected UpdateEventDetails(UaDataTypeSpecification specification)
public UpdateEventDetails(NodeId f_nodeId, PerformUpdateType f_performInsertReplace, EventFilter f_filter, HistoryEventFieldList[] f_eventData)
public NodeId getNodeId()
public void setNodeId(NodeId value)
public PerformUpdateType getPerformInsertReplace()
public void setPerformInsertReplace(PerformUpdateType value)
public EventFilter getFilter()
public void setFilter(EventFilter value)
public HistoryEventFieldList[] getEventData()
public void setEventData(HistoryEventFieldList[] value)
public UpdateEventDetails clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class HistoryUpdateDetailspublic static UpdateEventDetails.Builder builder()
public UpdateEventDetails.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class HistoryUpdateDetailsCopyright © 2026. All rights reserved.