public class HistoricalDataConfigurationTypeNode extends BaseObjectTypeNode implements HistoricalDataConfigurationType
DEFINITION, EXCEPTION_DEVIATION, EXCEPTION_DEVIATION_FORMAT, MAX_TIME_INTERVAL, MIN_TIME_INTERVAL, START_OF_ARCHIVE, START_OF_ONLINE_ARCHIVE, STEPPED| Constructor and Description |
|---|
HistoricalDataConfigurationTypeNode(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 |
|---|---|
AggregateConfigurationTypeNode |
getAggregateConfigurationNode()
Get the AggregateConfiguration
AggregateConfigurationType Node, or null if it does not exist. |
CompletableFuture<? extends AggregateConfigurationTypeNode> |
getAggregateConfigurationNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getAggregateConfigurationNode(). |
FolderTypeNode |
getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
CompletableFuture<? extends FolderTypeNode> |
getAggregateFunctionsNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getAggregateFunctionsNode(). |
String |
getDefinition()
Get the local value of the Definition Node.
|
PropertyTypeNode |
getDefinitionNode()
Get the Definition
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getDefinitionNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getDefinitionNode(). |
Double |
getExceptionDeviation()
Get the local value of the ExceptionDeviation Node.
|
org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat |
getExceptionDeviationFormat()
Get the local value of the ExceptionDeviationFormat Node.
|
PropertyTypeNode |
getExceptionDeviationFormatNode()
Get the ExceptionDeviationFormat
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getExceptionDeviationFormatNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getExceptionDeviationFormatNode(). |
PropertyTypeNode |
getExceptionDeviationNode()
Get the ExceptionDeviation
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getExceptionDeviationNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getExceptionDeviationNode(). |
Double |
getMaxTimeInterval()
Get the local value of the MaxTimeInterval Node.
|
PropertyTypeNode |
getMaxTimeIntervalNode()
Get the MaxTimeInterval
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getMaxTimeIntervalNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getMaxTimeIntervalNode(). |
Double |
getMinTimeInterval()
Get the local value of the MinTimeInterval Node.
|
PropertyTypeNode |
getMinTimeIntervalNode()
Get the MinTimeInterval
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getMinTimeIntervalNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getMinTimeIntervalNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getStartOfArchive()
Get the local value of the StartOfArchive Node.
|
PropertyTypeNode |
getStartOfArchiveNode()
Get the StartOfArchive
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getStartOfArchiveNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getStartOfArchiveNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getStartOfOnlineArchive()
Get the local value of the StartOfOnlineArchive Node.
|
PropertyTypeNode |
getStartOfOnlineArchiveNode()
Get the StartOfOnlineArchive
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getStartOfOnlineArchiveNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getStartOfOnlineArchiveNode(). |
Boolean |
getStepped()
Get the local value of the Stepped Node.
|
PropertyTypeNode |
getSteppedNode()
Get the Stepped
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSteppedNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getSteppedNode(). |
String |
readDefinition()
Read the value of the Definition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readDefinitionAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readDefinition(). |
Double |
readExceptionDeviation()
Read the value of the ExceptionDeviation Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readExceptionDeviationAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readExceptionDeviation(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat |
readExceptionDeviationFormat()
Read the value of the ExceptionDeviationFormat Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat> |
readExceptionDeviationFormatAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readExceptionDeviationFormat(). |
Double |
readMaxTimeInterval()
Read the value of the MaxTimeInterval Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMaxTimeIntervalAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readMaxTimeInterval(). |
Double |
readMinTimeInterval()
Read the value of the MinTimeInterval Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMinTimeIntervalAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readMinTimeInterval(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readStartOfArchive()
Read the value of the StartOfArchive Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readStartOfArchiveAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readStartOfArchive(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readStartOfOnlineArchive()
Read the value of the StartOfOnlineArchive Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readStartOfOnlineArchiveAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readStartOfOnlineArchive(). |
Boolean |
readStepped()
Read the value of the Stepped Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readSteppedAsync()
An asynchronous implementation of
HistoricalDataConfigurationType.readStepped(). |
void |
setDefinition(String definition)
Set the local value of the Definition Node.
|
void |
setExceptionDeviation(Double exceptionDeviation)
Set the local value of the ExceptionDeviation Node.
|
void |
setExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
Set the local value of the ExceptionDeviationFormat Node.
|
void |
setMaxTimeInterval(Double maxTimeInterval)
Set the local value of the MaxTimeInterval Node.
|
void |
setMinTimeInterval(Double minTimeInterval)
Set the local value of the MinTimeInterval Node.
|
void |
setStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
Set the local value of the StartOfArchive Node.
|
void |
setStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
Set the local value of the StartOfOnlineArchive Node.
|
void |
setStepped(Boolean stepped)
Set the local value of the Stepped Node.
|
void |
writeDefinition(String definition)
Write a new value for the Definition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDefinitionAsync(String definition)
An asynchronous implementation of
HistoricalDataConfigurationType.writeDefinition(String). |
void |
writeExceptionDeviation(Double exceptionDeviation)
Write a new value for the ExceptionDeviation Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeExceptionDeviationAsync(Double exceptionDeviation)
An asynchronous implementation of
HistoricalDataConfigurationType.writeExceptionDeviation(Double). |
void |
writeExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
Write a new value for the ExceptionDeviationFormat Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeExceptionDeviationFormatAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
An asynchronous implementation of
HistoricalDataConfigurationType.writeExceptionDeviationFormat(ExceptionDeviationFormat). |
void |
writeMaxTimeInterval(Double maxTimeInterval)
Write a new value for the MaxTimeInterval Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxTimeIntervalAsync(Double maxTimeInterval)
An asynchronous implementation of
HistoricalDataConfigurationType.writeMaxTimeInterval(Double). |
void |
writeMinTimeInterval(Double minTimeInterval)
Write a new value for the MinTimeInterval Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMinTimeIntervalAsync(Double minTimeInterval)
An asynchronous implementation of
HistoricalDataConfigurationType.writeMinTimeInterval(Double). |
void |
writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
Write a new value for the StartOfArchive Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStartOfArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
An asynchronous implementation of
HistoricalDataConfigurationType.writeStartOfArchive(DateTime). |
void |
writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
Write a new value for the StartOfOnlineArchive Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStartOfOnlineArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
An asynchronous implementation of
HistoricalDataConfigurationType.writeStartOfOnlineArchive(DateTime). |
void |
writeStepped(Boolean stepped)
Write a new value for the Stepped Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSteppedAsync(Boolean stepped)
An asynchronous implementation of
HistoricalDataConfigurationType.writeStepped(Boolean). |
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 HistoricalDataConfigurationTypeNode(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 Boolean getStepped() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getStepped in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Stepped Node.public void setStepped(Boolean stepped) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setStepped in interface HistoricalDataConfigurationTypestepped - the local value to set for the Stepped Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Stepped Node.public Boolean readStepped() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadStepped in interface HistoricalDataConfigurationTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStepped(Boolean stepped) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteStepped in interface HistoricalDataConfigurationTypestepped - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readSteppedAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readStepped().readSteppedAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSteppedAsync(Boolean stepped)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeStepped(Boolean).writeSteppedAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getSteppedNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSteppedNode in interface HistoricalDataConfigurationTypePropertyType 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> getSteppedNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getSteppedNode().getSteppedNodeAsync in interface HistoricalDataConfigurationTypepublic String getDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getDefinition in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Definition Node.public void setDefinition(String definition) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setDefinition in interface HistoricalDataConfigurationTypedefinition - the local value to set for the Definition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Definition Node.public String readDefinition() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadDefinition in interface HistoricalDataConfigurationTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDefinition(String definition) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteDefinition in interface HistoricalDataConfigurationTypedefinition - 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> readDefinitionAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readDefinition().readDefinitionAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDefinitionAsync(String definition)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeDefinition(String).writeDefinitionAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getDefinitionNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDefinitionNode in interface HistoricalDataConfigurationTypePropertyType 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> getDefinitionNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getDefinitionNode().getDefinitionNodeAsync in interface HistoricalDataConfigurationTypepublic Double getMaxTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getMaxTimeInterval in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeInterval Node.public void setMaxTimeInterval(Double maxTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setMaxTimeInterval in interface HistoricalDataConfigurationTypemaxTimeInterval - the local value to set for the MaxTimeInterval Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTimeInterval Node.public Double readMaxTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadMaxTimeInterval in interface HistoricalDataConfigurationTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMaxTimeInterval(Double maxTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteMaxTimeInterval in interface HistoricalDataConfigurationTypemaxTimeInterval - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readMaxTimeIntervalAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readMaxTimeInterval().readMaxTimeIntervalAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxTimeIntervalAsync(Double maxTimeInterval)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeMaxTimeInterval(Double).writeMaxTimeIntervalAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getMaxTimeIntervalNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMaxTimeIntervalNode in interface HistoricalDataConfigurationTypePropertyType 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> getMaxTimeIntervalNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getMaxTimeIntervalNode().getMaxTimeIntervalNodeAsync in interface HistoricalDataConfigurationTypepublic Double getMinTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getMinTimeInterval in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MinTimeInterval Node.public void setMinTimeInterval(Double minTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setMinTimeInterval in interface HistoricalDataConfigurationTypeminTimeInterval - the local value to set for the MinTimeInterval Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MinTimeInterval Node.public Double readMinTimeInterval() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadMinTimeInterval in interface HistoricalDataConfigurationTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMinTimeInterval(Double minTimeInterval) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteMinTimeInterval in interface HistoricalDataConfigurationTypeminTimeInterval - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readMinTimeIntervalAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readMinTimeInterval().readMinTimeIntervalAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMinTimeIntervalAsync(Double minTimeInterval)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeMinTimeInterval(Double).writeMinTimeIntervalAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getMinTimeIntervalNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMinTimeIntervalNode in interface HistoricalDataConfigurationTypePropertyType 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> getMinTimeIntervalNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getMinTimeIntervalNode().getMinTimeIntervalNodeAsync in interface HistoricalDataConfigurationTypepublic Double getExceptionDeviation() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getExceptionDeviation in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviation Node.public void setExceptionDeviation(Double exceptionDeviation) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setExceptionDeviation in interface HistoricalDataConfigurationTypeexceptionDeviation - the local value to set for the ExceptionDeviation Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviation Node.public Double readExceptionDeviation() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadExceptionDeviation in interface HistoricalDataConfigurationTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeExceptionDeviation(Double exceptionDeviation) throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteExceptionDeviation in interface HistoricalDataConfigurationTypeexceptionDeviation - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readExceptionDeviationAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readExceptionDeviation().readExceptionDeviationAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeExceptionDeviationAsync(Double exceptionDeviation)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeExceptionDeviation(Double).writeExceptionDeviationAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getExceptionDeviationNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getExceptionDeviationNode in interface HistoricalDataConfigurationTypePropertyType 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> getExceptionDeviationNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getExceptionDeviationNode().getExceptionDeviationNodeAsync in interface HistoricalDataConfigurationTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat getExceptionDeviationFormat()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getExceptionDeviationFormat in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviationFormat Node.public void setExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setExceptionDeviationFormat in interface HistoricalDataConfigurationTypeexceptionDeviationFormat - the local value to set for the ExceptionDeviationFormat Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExceptionDeviationFormat Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat readExceptionDeviationFormat()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadExceptionDeviationFormat in interface HistoricalDataConfigurationTypeExceptionDeviationFormat value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeExceptionDeviationFormat(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteExceptionDeviationFormat in interface HistoricalDataConfigurationTypeexceptionDeviationFormat - the ExceptionDeviationFormat 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.enumerated.ExceptionDeviationFormat> readExceptionDeviationFormatAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readExceptionDeviationFormat().readExceptionDeviationFormatAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeExceptionDeviationFormatAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ExceptionDeviationFormat exceptionDeviationFormat)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeExceptionDeviationFormat(ExceptionDeviationFormat).writeExceptionDeviationFormatAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getExceptionDeviationFormatNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getExceptionDeviationFormatNode in interface HistoricalDataConfigurationTypePropertyType 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> getExceptionDeviationFormatNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getExceptionDeviationFormatNode().getExceptionDeviationFormatNodeAsync in interface HistoricalDataConfigurationTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartOfArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getStartOfArchive in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfArchive Node.public void setStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setStartOfArchive in interface HistoricalDataConfigurationTypestartOfArchive - the local value to set for the StartOfArchive Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfArchive Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartOfArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadStartOfArchive in interface HistoricalDataConfigurationTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteStartOfArchive in interface HistoricalDataConfigurationTypestartOfArchive - 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> readStartOfArchiveAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readStartOfArchive().readStartOfArchiveAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartOfArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeStartOfArchive(DateTime).writeStartOfArchiveAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getStartOfArchiveNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStartOfArchiveNode in interface HistoricalDataConfigurationTypePropertyType 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> getStartOfArchiveNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getStartOfArchiveNode().getStartOfArchiveNodeAsync in interface HistoricalDataConfigurationTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartOfOnlineArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getStartOfOnlineArchive in interface HistoricalDataConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfOnlineArchive Node.public void setStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeThe value is only updated locally; it is not written to the server.
setStartOfOnlineArchive in interface HistoricalDataConfigurationTypestartOfOnlineArchive - the local value to set for the StartOfOnlineArchive Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartOfOnlineArchive Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartOfOnlineArchive()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypereadStartOfOnlineArchive in interface HistoricalDataConfigurationTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypewriteStartOfOnlineArchive in interface HistoricalDataConfigurationTypestartOfOnlineArchive - 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> readStartOfOnlineArchiveAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.readStartOfOnlineArchive().readStartOfOnlineArchiveAsync in interface HistoricalDataConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartOfOnlineArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive)
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.writeStartOfOnlineArchive(DateTime).writeStartOfOnlineArchiveAsync in interface HistoricalDataConfigurationTypepublic PropertyTypeNode getStartOfOnlineArchiveNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStartOfOnlineArchiveNode in interface HistoricalDataConfigurationTypePropertyType 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> getStartOfOnlineArchiveNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getStartOfOnlineArchiveNode().getStartOfOnlineArchiveNodeAsync in interface HistoricalDataConfigurationTypepublic AggregateConfigurationTypeNode getAggregateConfigurationNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeAggregateConfigurationType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAggregateConfigurationNode in interface HistoricalDataConfigurationTypeAggregateConfigurationType 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 AggregateConfigurationTypeNode> getAggregateConfigurationNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getAggregateConfigurationNode().getAggregateConfigurationNodeAsync in interface HistoricalDataConfigurationTypepublic FolderTypeNode getAggregateFunctionsNode() throws org.eclipse.milo.opcua.stack.core.UaException
HistoricalDataConfigurationTypeFolderType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAggregateFunctionsNode in interface HistoricalDataConfigurationTypeFolderType 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 FolderTypeNode> getAggregateFunctionsNodeAsync()
HistoricalDataConfigurationTypeHistoricalDataConfigurationType.getAggregateFunctionsNode().getAggregateFunctionsNodeAsync in interface HistoricalDataConfigurationTypeCopyright © 2021. All rights reserved.