public class AuditWriteUpdateEventTypeNode extends AuditUpdateEventTypeNode implements AuditWriteUpdateEventType
ATTRIBUTE_ID, INDEX_RANGE, NEW_VALUE, OLD_VALUEACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
AuditWriteUpdateEventTypeNode(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.unsigned.UInteger |
getAttributeId()
Get the local value of the AttributeId Node.
|
PropertyTypeNode |
getAttributeIdNode()
Get the AttributeId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getAttributeIdNodeAsync()
Asynchronous implementation of
AuditWriteUpdateEventType.getAttributeIdNode(). |
String |
getIndexRange()
Get the local value of the IndexRange Node.
|
PropertyTypeNode |
getIndexRangeNode()
Get the IndexRange
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getIndexRangeNodeAsync()
Asynchronous implementation of
AuditWriteUpdateEventType.getIndexRangeNode(). |
Object |
getNewValue()
Get the local value of the NewValue Node.
|
PropertyTypeNode |
getNewValueNode()
Get the NewValue
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNewValueNodeAsync()
Asynchronous implementation of
AuditWriteUpdateEventType.getNewValueNode(). |
Object |
getOldValue()
Get the local value of the OldValue Node.
|
PropertyTypeNode |
getOldValueNode()
Get the OldValue
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getOldValueNodeAsync()
Asynchronous implementation of
AuditWriteUpdateEventType.getOldValueNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readAttributeId()
Read the value of the AttributeId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readAttributeIdAsync()
An asynchronous implementation of
AuditWriteUpdateEventType.readAttributeId(). |
String |
readIndexRange()
Read the value of the IndexRange Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readIndexRangeAsync()
An asynchronous implementation of
AuditWriteUpdateEventType.readIndexRange(). |
Object |
readNewValue()
Read the value of the NewValue Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readNewValueAsync()
An asynchronous implementation of
AuditWriteUpdateEventType.readNewValue(). |
Object |
readOldValue()
Read the value of the OldValue Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readOldValueAsync()
An asynchronous implementation of
AuditWriteUpdateEventType.readOldValue(). |
void |
setAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
Set the local value of the AttributeId Node.
|
void |
setIndexRange(String indexRange)
Set the local value of the IndexRange Node.
|
void |
setNewValue(Object newValue)
Set the local value of the NewValue Node.
|
void |
setOldValue(Object oldValue)
Set the local value of the OldValue Node.
|
void |
writeAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
Write a new value for the AttributeId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAttributeIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
An asynchronous implementation of
AuditWriteUpdateEventType.writeAttributeId(UInteger). |
void |
writeIndexRange(String indexRange)
Write a new value for the IndexRange Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIndexRangeAsync(String indexRange)
An asynchronous implementation of
AuditWriteUpdateEventType.writeIndexRange(String). |
void |
writeNewValue(Object newValue)
Write a new value for the NewValue Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNewValueAsync(Object newValue)
An asynchronous implementation of
AuditWriteUpdateEventType.writeNewValue(Object). |
void |
writeOldValue(Object oldValue)
Write a new value for the OldValue Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeOldValueAsync(Object oldValue)
An asynchronous implementation of
AuditWriteUpdateEventType.writeOldValue(Object). |
getActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsynccallMethod, 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, waitgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic AuditWriteUpdateEventTypeNode(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.unsigned.UInteger getAttributeId()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getAttributeId in interface AuditWriteUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AttributeId Node.public void setAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe value is only updated locally; it is not written to the server.
setAttributeId in interface AuditWriteUpdateEventTypeattributeId - the local value to set for the AttributeId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AttributeId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readAttributeId()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypereadAttributeId in interface AuditWriteUpdateEventTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypewriteAttributeId in interface AuditWriteUpdateEventTypeattributeId - the UInteger 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.UInteger> readAttributeIdAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.readAttributeId().readAttributeIdAsync in interface AuditWriteUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAttributeIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.writeAttributeId(UInteger).writeAttributeIdAsync in interface AuditWriteUpdateEventTypepublic PropertyTypeNode getAttributeIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAttributeIdNode in interface AuditWriteUpdateEventTypePropertyType 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> getAttributeIdNodeAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.getAttributeIdNode().getAttributeIdNodeAsync in interface AuditWriteUpdateEventTypepublic String getIndexRange() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getIndexRange in interface AuditWriteUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IndexRange Node.public void setIndexRange(String indexRange) throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe value is only updated locally; it is not written to the server.
setIndexRange in interface AuditWriteUpdateEventTypeindexRange - the local value to set for the IndexRange Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IndexRange Node.public String readIndexRange() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypereadIndexRange in interface AuditWriteUpdateEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeIndexRange(String indexRange) throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypewriteIndexRange in interface AuditWriteUpdateEventTypeindexRange - 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> readIndexRangeAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.readIndexRange().readIndexRangeAsync in interface AuditWriteUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIndexRangeAsync(String indexRange)
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.writeIndexRange(String).writeIndexRangeAsync in interface AuditWriteUpdateEventTypepublic PropertyTypeNode getIndexRangeNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getIndexRangeNode in interface AuditWriteUpdateEventTypePropertyType 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> getIndexRangeNodeAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.getIndexRangeNode().getIndexRangeNodeAsync in interface AuditWriteUpdateEventTypepublic Object getOldValue() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getOldValue in interface AuditWriteUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldValue Node.public void setOldValue(Object oldValue) throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe value is only updated locally; it is not written to the server.
setOldValue in interface AuditWriteUpdateEventTypeoldValue - the local value to set for the OldValue Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldValue Node.public Object readOldValue() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypereadOldValue in interface AuditWriteUpdateEventTypeObject value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeOldValue(Object oldValue) throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypewriteOldValue in interface AuditWriteUpdateEventTypeoldValue - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<?> readOldValueAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.readOldValue().readOldValueAsync in interface AuditWriteUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldValueAsync(Object oldValue)
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.writeOldValue(Object).writeOldValueAsync in interface AuditWriteUpdateEventTypepublic PropertyTypeNode getOldValueNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getOldValueNode in interface AuditWriteUpdateEventTypePropertyType 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> getOldValueNodeAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.getOldValueNode().getOldValueNodeAsync in interface AuditWriteUpdateEventTypepublic Object getNewValue() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getNewValue in interface AuditWriteUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewValue Node.public void setNewValue(Object newValue) throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypeThe value is only updated locally; it is not written to the server.
setNewValue in interface AuditWriteUpdateEventTypenewValue - the local value to set for the NewValue Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewValue Node.public Object readNewValue() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypereadNewValue in interface AuditWriteUpdateEventTypeObject value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNewValue(Object newValue) throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypewriteNewValue in interface AuditWriteUpdateEventTypenewValue - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<?> readNewValueAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.readNewValue().readNewValueAsync in interface AuditWriteUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNewValueAsync(Object newValue)
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.writeNewValue(Object).writeNewValueAsync in interface AuditWriteUpdateEventTypepublic PropertyTypeNode getNewValueNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditWriteUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNewValueNode in interface AuditWriteUpdateEventTypePropertyType 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> getNewValueNodeAsync()
AuditWriteUpdateEventTypeAuditWriteUpdateEventType.getNewValueNode().getNewValueNodeAsync in interface AuditWriteUpdateEventTypeCopyright © 2021. All rights reserved.