public interface TrustListType extends FileType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
LAST_UPDATE_TIME |
MIME_TYPE, OPEN_COUNT, SIZE, USER_WRITABLE, WRITABLE| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getLastUpdateTime()
Get the local value of the LastUpdateTime Node.
|
PropertyType |
getLastUpdateTimeNode()
Get the LastUpdateTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastUpdateTimeNodeAsync()
Asynchronous implementation of
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
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
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, writeWritableAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> LAST_UPDATE_TIME
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastUpdateTime()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastUpdateTime Node.void setLastUpdateTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastUpdateTime - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastUpdateTime()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastUpdateTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
throws org.eclipse.milo.opcua.stack.core.UaException
lastUpdateTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastUpdateTimeAsync()
readLastUpdateTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastUpdateTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastUpdateTime)
writeLastUpdateTime(DateTime).PropertyType getLastUpdateTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastUpdateTimeNodeAsync()
getLastUpdateTimeNode().Copyright © 2021. All rights reserved.