public interface BaseEventType
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.ByteString |
getEventId()
An EventId is generated by the Server to uniquely identify a particular Event.
|
com.digitalpetri.opcua.stack.core.types.builtin.NodeId |
getEventType() |
Optional<com.digitalpetri.opcua.stack.core.types.structured.TimeZoneDataType> |
getLocalTime()
TimeZoneDataType is a structure containing the Offset and the DaylightSavingInOffset flag. |
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText |
getMessage()
A human-readable and localizable text description of the Event.
|
com.digitalpetri.opcua.stack.core.types.builtin.DataValue |
getProperty(com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName propertyName)
Get the value of a property by name.
|
com.digitalpetri.opcua.stack.core.types.builtin.DateTime |
getReceiveTime()
Provides the time the OPC UA Server received the Event from the underlying device of another Server.
|
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort |
getSeverity()
An indication of the urgency of the Event.
|
String |
getSourceName()
A description of the source of the Event.
|
com.digitalpetri.opcua.stack.core.types.builtin.NodeId |
getSourceNode()
The Node that the Event originated from.
|
com.digitalpetri.opcua.stack.core.types.builtin.DateTime |
getTime()
The time the Event occurred.
|
com.digitalpetri.opcua.stack.core.types.builtin.ByteString getEventId()
ByteString that uniquely identifies this Event.com.digitalpetri.opcua.stack.core.types.builtin.NodeId getEventType()
NodeId of this type of Event.com.digitalpetri.opcua.stack.core.types.builtin.NodeId getSourceNode()
Node that the Event originated from.String getSourceName()
com.digitalpetri.opcua.stack.core.types.builtin.DateTime getTime()
com.digitalpetri.opcua.stack.core.types.builtin.DateTime getReceiveTime()
Optional<com.digitalpetri.opcua.stack.core.types.structured.TimeZoneDataType> getLocalTime()
TimeZoneDataType is a structure containing the Offset and the DaylightSavingInOffset flag. The Offset
specifies the time difference (in minutes) between the Time Property and the time at the location in which the
event was issued.
If DaylightSavingInOffset is TRUE, then Standard/Daylight savings time (DST) at the originating location is in effect and Offset includes the DST correction.
If FALSE then the Offset does not include DST correction and DST may or may not have been in effect.
TimeZoneDataType, a structure containing the Offset and the DaylightSavingInOffset flag.com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText getMessage()
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort getSeverity()
com.digitalpetri.opcua.stack.core.types.builtin.DataValue getProperty(com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName propertyName)
propertyName - the QualifiedName of the property.DataValue of the property indicated by propertyName.Copyright © 2015. All rights reserved.