public class UpdateEventDetails extends HistoryUpdateDetails implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateEventDetails.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
UpdateEventDetails(NodeId nodeId,
PerformUpdateType performInsertReplace,
EventFilter filter,
HistoryEventFieldList[] eventData) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedNodeId |
getBinaryEncodingId() |
HistoryEventFieldList[] |
getEventData() |
EventFilter |
getFilter() |
PerformUpdateType |
getPerformInsertReplace() |
ExpandedNodeId |
getTypeId() |
ExpandedNodeId |
getXmlEncodingId() |
getNodeIdpublic static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public static final ExpandedNodeId XML_ENCODING_ID
public UpdateEventDetails(NodeId nodeId, PerformUpdateType performInsertReplace, EventFilter filter, HistoryEventFieldList[] eventData)
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class HistoryUpdateDetailspublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructuregetBinaryEncodingId in class HistoryUpdateDetailspublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructuregetXmlEncodingId in class HistoryUpdateDetailspublic PerformUpdateType getPerformInsertReplace()
public EventFilter getFilter()
public HistoryEventFieldList[] getEventData()
Copyright © 2025. All rights reserved.