public class MonitoredItemNotification extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
MonitoredItemNotification.Builder |
static class |
MonitoredItemNotification.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
MonitoredItemNotification() |
protected |
MonitoredItemNotification(UaDataTypeSpecification specification) |
|
MonitoredItemNotification(UnsignedInteger f_clientHandle,
DataValue f_value) |
| Modifier and Type | Method and Description |
|---|---|
static MonitoredItemNotification.Builder |
builder() |
MonitoredItemNotification |
clone()
Clones the Structure.
|
UnsignedInteger |
getClientHandle() |
DataValue |
getValue() |
void |
setClientHandle(UnsignedInteger value) |
void |
setValue(DataValue value) |
MonitoredItemNotification.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 MonitoredItemNotification()
protected MonitoredItemNotification(UaDataTypeSpecification specification)
public MonitoredItemNotification(UnsignedInteger f_clientHandle, DataValue f_value)
public UnsignedInteger getClientHandle()
public void setClientHandle(UnsignedInteger value)
public DataValue getValue()
public void setValue(DataValue value)
public MonitoredItemNotification clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static MonitoredItemNotification.Builder builder()
public MonitoredItemNotification.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.