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