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