public class NotificationMessage extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationMessage.Builder |
static class |
NotificationMessage.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
NotificationMessage() |
protected |
NotificationMessage(UaDataTypeSpecification specification) |
|
NotificationMessage(UnsignedInteger f_sequenceNumber,
DateTime f_publishTime,
Structure[] f_notificationData) |
| Modifier and Type | Method and Description |
|---|---|
static NotificationMessage.Builder |
builder() |
NotificationMessage |
clone()
Clones the Structure.
|
Structure[] |
getNotificationData() |
DateTime |
getPublishTime() |
UnsignedInteger |
getSequenceNumber() |
void |
setNotificationData(Structure[] value) |
void |
setPublishTime(DateTime value) |
void |
setSequenceNumber(UnsignedInteger value) |
NotificationMessage.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 NotificationMessage()
protected NotificationMessage(UaDataTypeSpecification specification)
public NotificationMessage(UnsignedInteger f_sequenceNumber, DateTime f_publishTime, Structure[] f_notificationData)
public UnsignedInteger getSequenceNumber()
public void setSequenceNumber(UnsignedInteger value)
public DateTime getPublishTime()
public void setPublishTime(DateTime value)
public Structure[] getNotificationData()
public void setNotificationData(Structure[] value)
public NotificationMessage clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static NotificationMessage.Builder builder()
public NotificationMessage.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.