public class BaseEventTypeNode extends BaseObjectTypeNode implements BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
BaseEventTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getEventId()
Get the local value of the EventId Node.
|
PropertyTypeNode |
getEventIdNode()
Get the EventId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getEventIdNodeAsync()
Asynchronous implementation of
BaseEventType.getEventIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getEventType()
Get the local value of the EventType Node.
|
PropertyTypeNode |
getEventTypeNode()
Get the EventType
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getEventTypeNodeAsync()
Asynchronous implementation of
BaseEventType.getEventTypeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType |
getLocalTime()
Get the local value of the LocalTime Node.
|
PropertyTypeNode |
getLocalTimeNode()
Get the LocalTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLocalTimeNodeAsync()
Asynchronous implementation of
BaseEventType.getLocalTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getMessage()
Get the local value of the Message Node.
|
PropertyTypeNode |
getMessageNode()
Get the Message
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getMessageNodeAsync()
Asynchronous implementation of
BaseEventType.getMessageNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getReceiveTime()
Get the local value of the ReceiveTime Node.
|
PropertyTypeNode |
getReceiveTimeNode()
Get the ReceiveTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getReceiveTimeNodeAsync()
Asynchronous implementation of
BaseEventType.getReceiveTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getSeverity()
Get the local value of the Severity Node.
|
PropertyTypeNode |
getSeverityNode()
Get the Severity
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSeverityNodeAsync()
Asynchronous implementation of
BaseEventType.getSeverityNode(). |
String |
getSourceName()
Get the local value of the SourceName Node.
|
PropertyTypeNode |
getSourceNameNode()
Get the SourceName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSourceNameNodeAsync()
Asynchronous implementation of
BaseEventType.getSourceNameNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getSourceNode()
Get the local value of the SourceNode Node.
|
PropertyTypeNode |
getSourceNodeNode()
Get the SourceNode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSourceNodeNodeAsync()
Asynchronous implementation of
BaseEventType.getSourceNodeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getTime()
Get the local value of the Time Node.
|
PropertyTypeNode |
getTimeNode()
Get the Time
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getTimeNodeAsync()
Asynchronous implementation of
BaseEventType.getTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
readEventId()
Read the value of the EventId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
readEventIdAsync()
An asynchronous implementation of
BaseEventType.readEventId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readEventType()
Read the value of the EventType Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readEventTypeAsync()
An asynchronous implementation of
BaseEventType.readEventType(). |
org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType |
readLocalTime()
Read the value of the LocalTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType> |
readLocalTimeAsync()
An asynchronous implementation of
BaseEventType.readLocalTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readMessage()
Read the value of the Message Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readMessageAsync()
An asynchronous implementation of
BaseEventType.readMessage(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readReceiveTime()
Read the value of the ReceiveTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readReceiveTimeAsync()
An asynchronous implementation of
BaseEventType.readReceiveTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
readSeverity()
Read the value of the Severity Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
readSeverityAsync()
An asynchronous implementation of
BaseEventType.readSeverity(). |
String |
readSourceName()
Read the value of the SourceName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSourceNameAsync()
An asynchronous implementation of
BaseEventType.readSourceName(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readSourceNode()
Read the value of the SourceNode Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readSourceNodeAsync()
An asynchronous implementation of
BaseEventType.readSourceNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readTime()
Read the value of the Time Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readTimeAsync()
An asynchronous implementation of
BaseEventType.readTime(). |
void |
setEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
Set the local value of the EventId Node.
|
void |
setEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
Set the local value of the EventType Node.
|
void |
setLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
Set the local value of the LocalTime Node.
|
void |
setMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
Set the local value of the Message Node.
|
void |
setReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
Set the local value of the ReceiveTime Node.
|
void |
setSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
Set the local value of the Severity Node.
|
void |
setSourceName(String sourceName)
Set the local value of the SourceName Node.
|
void |
setSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
Set the local value of the SourceNode Node.
|
void |
setTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
Set the local value of the Time Node.
|
void |
writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
Write a new value for the EventId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
An asynchronous implementation of
BaseEventType.writeEventId(ByteString). |
void |
writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
Write a new value for the EventType Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEventTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
An asynchronous implementation of
BaseEventType.writeEventType(NodeId). |
void |
writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
Write a new value for the LocalTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLocalTimeAsync(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
An asynchronous implementation of
BaseEventType.writeLocalTime(TimeZoneDataType). |
void |
writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
Write a new value for the Message Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMessageAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
An asynchronous implementation of
BaseEventType.writeMessage(LocalizedText). |
void |
writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
Write a new value for the ReceiveTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeReceiveTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
An asynchronous implementation of
BaseEventType.writeReceiveTime(DateTime). |
void |
writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
Write a new value for the Severity Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
An asynchronous implementation of
BaseEventType.writeSeverity(UShort). |
void |
writeSourceName(String sourceName)
Write a new value for the SourceName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSourceNameAsync(String sourceName)
An asynchronous implementation of
BaseEventType.writeSourceName(String). |
void |
writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
Write a new value for the SourceNode Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSourceNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
An asynchronous implementation of
BaseEventType.writeSourceNode(NodeId). |
void |
writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
Write a new value for the Time Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
An asynchronous implementation of
BaseEventType.writeTime(DateTime). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic BaseEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getEventId()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getEventId in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventId Node.public void setEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setEventId in interface BaseEventTypeeventId - the local value to set for the EventId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readEventId()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadEventId in interface BaseEventTypeByteString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteEventId in interface BaseEventTypeeventId - the ByteString value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readEventIdAsync()
BaseEventTypeBaseEventType.readEventId().readEventIdAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString eventId)
BaseEventTypeBaseEventType.writeEventId(ByteString).writeEventIdAsync in interface BaseEventTypepublic PropertyTypeNode getEventIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEventIdNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getEventIdNodeAsync()
BaseEventTypeBaseEventType.getEventIdNode().getEventIdNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getEventType()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getEventType in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventType Node.public void setEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setEventType in interface BaseEventTypeeventType - the local value to set for the EventType Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventType Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readEventType()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadEventType in interface BaseEventTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEventType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteEventType in interface BaseEventTypeeventType - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readEventTypeAsync()
BaseEventTypeBaseEventType.readEventType().readEventTypeAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId eventType)
BaseEventTypeBaseEventType.writeEventType(NodeId).writeEventTypeAsync in interface BaseEventTypepublic PropertyTypeNode getEventTypeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEventTypeNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getEventTypeNodeAsync()
BaseEventTypeBaseEventType.getEventTypeNode().getEventTypeNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSourceNode()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getSourceNode in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceNode Node.public void setSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setSourceNode in interface BaseEventTypesourceNode - the local value to set for the SourceNode Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceNode Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSourceNode()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadSourceNode in interface BaseEventTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSourceNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteSourceNode in interface BaseEventTypesourceNode - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readSourceNodeAsync()
BaseEventTypeBaseEventType.readSourceNode().readSourceNodeAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sourceNode)
BaseEventTypeBaseEventType.writeSourceNode(NodeId).writeSourceNodeAsync in interface BaseEventTypepublic PropertyTypeNode getSourceNodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSourceNodeNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getSourceNodeNodeAsync()
BaseEventTypeBaseEventType.getSourceNodeNode().getSourceNodeNodeAsync in interface BaseEventTypepublic String getSourceName() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getSourceName in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceName Node.public void setSourceName(String sourceName) throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setSourceName in interface BaseEventTypesourceName - the local value to set for the SourceName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SourceName Node.public String readSourceName() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadSourceName in interface BaseEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSourceName(String sourceName) throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteSourceName in interface BaseEventTypesourceName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readSourceNameAsync()
BaseEventTypeBaseEventType.readSourceName().readSourceNameAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSourceNameAsync(String sourceName)
BaseEventTypeBaseEventType.writeSourceName(String).writeSourceNameAsync in interface BaseEventTypepublic PropertyTypeNode getSourceNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSourceNameNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getSourceNameNodeAsync()
BaseEventTypeBaseEventType.getSourceNameNode().getSourceNameNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getTime()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getTime in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Time Node.public void setTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setTime in interface BaseEventTypetime - the local value to set for the Time Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Time Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readTime()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadTime in interface BaseEventTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteTime in interface BaseEventTypetime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readTimeAsync()
BaseEventTypeBaseEventType.readTime().readTimeAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime time)
BaseEventTypeBaseEventType.writeTime(DateTime).writeTimeAsync in interface BaseEventTypepublic PropertyTypeNode getTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTimeNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getTimeNodeAsync()
BaseEventTypeBaseEventType.getTimeNode().getTimeNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getReceiveTime()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getReceiveTime in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReceiveTime Node.public void setReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setReceiveTime in interface BaseEventTypereceiveTime - the local value to set for the ReceiveTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReceiveTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readReceiveTime()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadReceiveTime in interface BaseEventTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeReceiveTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteReceiveTime in interface BaseEventTypereceiveTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readReceiveTimeAsync()
BaseEventTypeBaseEventType.readReceiveTime().readReceiveTimeAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReceiveTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime receiveTime)
BaseEventTypeBaseEventType.writeReceiveTime(DateTime).writeReceiveTimeAsync in interface BaseEventTypepublic PropertyTypeNode getReceiveTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getReceiveTimeNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getReceiveTimeNodeAsync()
BaseEventTypeBaseEventType.getReceiveTimeNode().getReceiveTimeNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType getLocalTime()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getLocalTime in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LocalTime Node.public void setLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setLocalTime in interface BaseEventTypelocalTime - the local value to set for the LocalTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LocalTime Node.public org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType readLocalTime()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadLocalTime in interface BaseEventTypeTimeZoneDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLocalTime(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteLocalTime in interface BaseEventTypelocalTime - the TimeZoneDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType> readLocalTimeAsync()
BaseEventTypeBaseEventType.readLocalTime().readLocalTimeAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLocalTimeAsync(org.eclipse.milo.opcua.stack.core.types.structured.TimeZoneDataType localTime)
BaseEventTypeBaseEventType.writeLocalTime(TimeZoneDataType).writeLocalTimeAsync in interface BaseEventTypepublic PropertyTypeNode getLocalTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLocalTimeNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getLocalTimeNodeAsync()
BaseEventTypeBaseEventType.getLocalTimeNode().getLocalTimeNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getMessage()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getMessage in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Message Node.public void setMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setMessage in interface BaseEventTypemessage - the local value to set for the Message Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Message Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readMessage()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadMessage in interface BaseEventTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMessage(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteMessage in interface BaseEventTypemessage - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readMessageAsync()
BaseEventTypeBaseEventType.readMessage().readMessageAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMessageAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText message)
BaseEventTypeBaseEventType.writeMessage(LocalizedText).writeMessageAsync in interface BaseEventTypepublic PropertyTypeNode getMessageNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMessageNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getMessageNodeAsync()
BaseEventTypeBaseEventType.getMessageNode().getMessageNodeAsync in interface BaseEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getSeverity()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe returned value is the last seen; it is not read live from the server.
getSeverity in interface BaseEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Severity Node.public void setSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypeThe value is only updated locally; it is not written to the server.
setSeverity in interface BaseEventTypeseverity - the local value to set for the Severity Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Severity Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readSeverity()
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypereadSeverity in interface BaseEventTypeUShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypewriteSeverity in interface BaseEventTypeseverity - the UShort value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readSeverityAsync()
BaseEventTypeBaseEventType.readSeverity().readSeverityAsync in interface BaseEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort severity)
BaseEventTypeBaseEventType.writeSeverity(UShort).writeSeverityAsync in interface BaseEventTypepublic PropertyTypeNode getSeverityNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSeverityNode in interface BaseEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getSeverityNodeAsync()
BaseEventTypeBaseEventType.getSeverityNode().getSeverityNodeAsync in interface BaseEventTypeCopyright © 2021. All rights reserved.