public class TrustListTypeNode extends FileTypeNode implements TrustListType
LAST_UPDATE_TIMEMIME_TYPE, OPEN_COUNT, SIZE, USER_WRITABLE, WRITABLE| Constructor and Description |
|---|
TrustListTypeNode(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.DateTime |
getLastUpdateTime()
Get the local value of the LastUpdateTime Node.
|
PropertyTypeNode |
getLastUpdateTimeNode()
Get the LastUpdateTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastUpdateTimeNodeAsync()
Asynchronous implementation of
TrustListType.getLastUpdateTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readLastUpdateTime()
Read the value of the LastUpdateTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readLastUpdateTimeAsync()
An asynchronous implementation of
TrustListType.readLastUpdateTime(). |
void |
setLastUpdateTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
Set the local value of the LastUpdateTime Node.
|
void |
writeLastUpdateTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
Write a new value for the LastUpdateTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastUpdateTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
An asynchronous implementation of
TrustListType.writeLastUpdateTime(DateTime). |
getMimeType, getMimeTypeNode, getMimeTypeNodeAsync, getOpenCount, getOpenCountNode, getOpenCountNodeAsync, getSize, getSizeNode, getSizeNodeAsync, getUserWritable, getUserWritableNode, getUserWritableNodeAsync, getWritable, getWritableNode, getWritableNodeAsync, readMimeType, readMimeTypeAsync, readOpenCount, readOpenCountAsync, readSize, readSizeAsync, readUserWritable, readUserWritableAsync, readWritable, readWritableAsync, setMimeType, setOpenCount, setSize, setUserWritable, setWritable, writeMimeType, writeMimeTypeAsync, writeOpenCount, writeOpenCountAsync, writeSize, writeSizeAsync, writeUserWritable, writeUserWritableAsync, writeWritable, writeWritableAsynccallMethod, 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, waitgetMimeType, getMimeTypeNode, getMimeTypeNodeAsync, getOpenCount, getOpenCountNode, getOpenCountNodeAsync, getSize, getSizeNode, getSizeNodeAsync, getUserWritable, getUserWritableNode, getUserWritableNodeAsync, getWritable, getWritableNode, getWritableNodeAsync, readMimeType, readMimeTypeAsync, readOpenCount, readOpenCountAsync, readSize, readSizeAsync, readUserWritable, readUserWritableAsync, readWritable, readWritableAsync, setMimeType, setOpenCount, setSize, setUserWritable, setWritable, writeMimeType, writeMimeTypeAsync, writeOpenCount, writeOpenCountAsync, writeSize, writeSizeAsync, writeUserWritable, writeUserWritableAsync, writeWritable, writeWritableAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic TrustListTypeNode(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.DateTime getLastUpdateTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TrustListTypeThe returned value is the last seen; it is not read live from the server.
getLastUpdateTime in interface TrustListTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastUpdateTime Node.public void setLastUpdateTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
throws org.eclipse.milo.opcua.stack.core.UaException
TrustListTypeThe value is only updated locally; it is not written to the server.
setLastUpdateTime in interface TrustListTypelastUpdateTime - the local value to set for the LastUpdateTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastUpdateTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastUpdateTime()
throws org.eclipse.milo.opcua.stack.core.UaException
TrustListTypereadLastUpdateTime in interface TrustListTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastUpdateTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
throws org.eclipse.milo.opcua.stack.core.UaException
TrustListTypewriteLastUpdateTime in interface TrustListTypelastUpdateTime - 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> readLastUpdateTimeAsync()
TrustListTypeTrustListType.readLastUpdateTime().readLastUpdateTimeAsync in interface TrustListTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastUpdateTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
TrustListTypeTrustListType.writeLastUpdateTime(DateTime).writeLastUpdateTimeAsync in interface TrustListTypepublic PropertyTypeNode getLastUpdateTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
TrustListTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastUpdateTimeNode in interface TrustListTypePropertyType 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> getLastUpdateTimeNodeAsync()
TrustListTypeTrustListType.getLastUpdateTimeNode().getLastUpdateTimeNodeAsync in interface TrustListTypeCopyright © 2021. All rights reserved.