public class BuildInfoTypeNode extends BaseDataVariableTypeNode implements BuildInfoType
| Constructor and Description |
|---|
BuildInfoTypeNode(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.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getBuildDate()
Get the local value of the BuildDate Node.
|
BaseDataVariableTypeNode |
getBuildDateNode()
Get the BuildDate
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getBuildDateNodeAsync()
Asynchronous implementation of
BuildInfoType.getBuildDateNode(). |
String |
getBuildNumber()
Get the local value of the BuildNumber Node.
|
BaseDataVariableTypeNode |
getBuildNumberNode()
Get the BuildNumber
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getBuildNumberNodeAsync()
Asynchronous implementation of
BuildInfoType.getBuildNumberNode(). |
String |
getManufacturerName()
Get the local value of the ManufacturerName Node.
|
BaseDataVariableTypeNode |
getManufacturerNameNode()
Get the ManufacturerName
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getManufacturerNameNodeAsync()
Asynchronous implementation of
BuildInfoType.getManufacturerNameNode(). |
String |
getProductName()
Get the local value of the ProductName Node.
|
BaseDataVariableTypeNode |
getProductNameNode()
Get the ProductName
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getProductNameNodeAsync()
Asynchronous implementation of
BuildInfoType.getProductNameNode(). |
String |
getProductUri()
Get the local value of the ProductUri Node.
|
BaseDataVariableTypeNode |
getProductUriNode()
Get the ProductUri
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getProductUriNodeAsync()
Asynchronous implementation of
BuildInfoType.getProductUriNode(). |
String |
getSoftwareVersion()
Get the local value of the SoftwareVersion Node.
|
BaseDataVariableTypeNode |
getSoftwareVersionNode()
Get the SoftwareVersion
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSoftwareVersionNodeAsync()
Asynchronous implementation of
BuildInfoType.getSoftwareVersionNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readBuildDate()
Read the value of the BuildDate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readBuildDateAsync()
An asynchronous implementation of
BuildInfoType.readBuildDate(). |
String |
readBuildNumber()
Read the value of the BuildNumber Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readBuildNumberAsync()
An asynchronous implementation of
BuildInfoType.readBuildNumber(). |
String |
readManufacturerName()
Read the value of the ManufacturerName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readManufacturerNameAsync()
An asynchronous implementation of
BuildInfoType.readManufacturerName(). |
String |
readProductName()
Read the value of the ProductName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readProductNameAsync()
An asynchronous implementation of
BuildInfoType.readProductName(). |
String |
readProductUri()
Read the value of the ProductUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readProductUriAsync()
An asynchronous implementation of
BuildInfoType.readProductUri(). |
String |
readSoftwareVersion()
Read the value of the SoftwareVersion Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSoftwareVersionAsync()
An asynchronous implementation of
BuildInfoType.readSoftwareVersion(). |
void |
setBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
Set the local value of the BuildDate Node.
|
void |
setBuildNumber(String buildNumber)
Set the local value of the BuildNumber Node.
|
void |
setManufacturerName(String manufacturerName)
Set the local value of the ManufacturerName Node.
|
void |
setProductName(String productName)
Set the local value of the ProductName Node.
|
void |
setProductUri(String productUri)
Set the local value of the ProductUri Node.
|
void |
setSoftwareVersion(String softwareVersion)
Set the local value of the SoftwareVersion Node.
|
void |
writeBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
Write a new value for the BuildDate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBuildDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
An asynchronous implementation of
BuildInfoType.writeBuildDate(DateTime). |
void |
writeBuildNumber(String buildNumber)
Write a new value for the BuildNumber Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBuildNumberAsync(String buildNumber)
An asynchronous implementation of
BuildInfoType.writeBuildNumber(String). |
void |
writeManufacturerName(String manufacturerName)
Write a new value for the ManufacturerName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeManufacturerNameAsync(String manufacturerName)
An asynchronous implementation of
BuildInfoType.writeManufacturerName(String). |
void |
writeProductName(String productName)
Write a new value for the ProductName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeProductNameAsync(String productName)
An asynchronous implementation of
BuildInfoType.writeProductName(String). |
void |
writeProductUri(String productUri)
Write a new value for the ProductUri Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeProductUriAsync(String productUri)
An asynchronous implementation of
BuildInfoType.writeProductUri(String). |
void |
writeSoftwareVersion(String softwareVersion)
Write a new value for the SoftwareVersion Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSoftwareVersionAsync(String softwareVersion)
An asynchronous implementation of
BuildInfoType.writeSoftwareVersion(String). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, 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, waitgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic BuildInfoTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
public String getProductUri() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe returned value is the last seen; it is not read live from the server.
getProductUri in interface BuildInfoTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductUri Node.public void setProductUri(String productUri) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe value is only updated locally; it is not written to the server.
setProductUri in interface BuildInfoTypeproductUri - the local value to set for the ProductUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductUri Node.public String readProductUri() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypereadProductUri in interface BuildInfoTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeProductUri(String productUri) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypewriteProductUri in interface BuildInfoTypeproductUri - 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> readProductUriAsync()
BuildInfoTypeBuildInfoType.readProductUri().readProductUriAsync in interface BuildInfoTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProductUriAsync(String productUri)
BuildInfoTypeBuildInfoType.writeProductUri(String).writeProductUriAsync in interface BuildInfoTypepublic BaseDataVariableTypeNode getProductUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getProductUriNode in interface BuildInfoTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getProductUriNodeAsync()
BuildInfoTypeBuildInfoType.getProductUriNode().getProductUriNodeAsync in interface BuildInfoTypepublic String getManufacturerName() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe returned value is the last seen; it is not read live from the server.
getManufacturerName in interface BuildInfoTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ManufacturerName Node.public void setManufacturerName(String manufacturerName) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe value is only updated locally; it is not written to the server.
setManufacturerName in interface BuildInfoTypemanufacturerName - the local value to set for the ManufacturerName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ManufacturerName Node.public String readManufacturerName() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypereadManufacturerName in interface BuildInfoTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeManufacturerName(String manufacturerName) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypewriteManufacturerName in interface BuildInfoTypemanufacturerName - 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> readManufacturerNameAsync()
BuildInfoTypeBuildInfoType.readManufacturerName().readManufacturerNameAsync in interface BuildInfoTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeManufacturerNameAsync(String manufacturerName)
BuildInfoTypeBuildInfoType.writeManufacturerName(String).writeManufacturerNameAsync in interface BuildInfoTypepublic BaseDataVariableTypeNode getManufacturerNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getManufacturerNameNode in interface BuildInfoTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getManufacturerNameNodeAsync()
BuildInfoTypeBuildInfoType.getManufacturerNameNode().getManufacturerNameNodeAsync in interface BuildInfoTypepublic String getProductName() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe returned value is the last seen; it is not read live from the server.
getProductName in interface BuildInfoTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductName Node.public void setProductName(String productName) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe value is only updated locally; it is not written to the server.
setProductName in interface BuildInfoTypeproductName - the local value to set for the ProductName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProductName Node.public String readProductName() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypereadProductName in interface BuildInfoTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeProductName(String productName) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypewriteProductName in interface BuildInfoTypeproductName - 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> readProductNameAsync()
BuildInfoTypeBuildInfoType.readProductName().readProductNameAsync in interface BuildInfoTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProductNameAsync(String productName)
BuildInfoTypeBuildInfoType.writeProductName(String).writeProductNameAsync in interface BuildInfoTypepublic BaseDataVariableTypeNode getProductNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getProductNameNode in interface BuildInfoTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getProductNameNodeAsync()
BuildInfoTypeBuildInfoType.getProductNameNode().getProductNameNodeAsync in interface BuildInfoTypepublic String getSoftwareVersion() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe returned value is the last seen; it is not read live from the server.
getSoftwareVersion in interface BuildInfoTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SoftwareVersion Node.public void setSoftwareVersion(String softwareVersion) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe value is only updated locally; it is not written to the server.
setSoftwareVersion in interface BuildInfoTypesoftwareVersion - the local value to set for the SoftwareVersion Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SoftwareVersion Node.public String readSoftwareVersion() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypereadSoftwareVersion in interface BuildInfoTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSoftwareVersion(String softwareVersion) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypewriteSoftwareVersion in interface BuildInfoTypesoftwareVersion - 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> readSoftwareVersionAsync()
BuildInfoTypeBuildInfoType.readSoftwareVersion().readSoftwareVersionAsync in interface BuildInfoTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSoftwareVersionAsync(String softwareVersion)
BuildInfoTypeBuildInfoType.writeSoftwareVersion(String).writeSoftwareVersionAsync in interface BuildInfoTypepublic BaseDataVariableTypeNode getSoftwareVersionNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSoftwareVersionNode in interface BuildInfoTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSoftwareVersionNodeAsync()
BuildInfoTypeBuildInfoType.getSoftwareVersionNode().getSoftwareVersionNodeAsync in interface BuildInfoTypepublic String getBuildNumber() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe returned value is the last seen; it is not read live from the server.
getBuildNumber in interface BuildInfoTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildNumber Node.public void setBuildNumber(String buildNumber) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe value is only updated locally; it is not written to the server.
setBuildNumber in interface BuildInfoTypebuildNumber - the local value to set for the BuildNumber Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildNumber Node.public String readBuildNumber() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypereadBuildNumber in interface BuildInfoTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeBuildNumber(String buildNumber) throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypewriteBuildNumber in interface BuildInfoTypebuildNumber - 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> readBuildNumberAsync()
BuildInfoTypeBuildInfoType.readBuildNumber().readBuildNumberAsync in interface BuildInfoTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBuildNumberAsync(String buildNumber)
BuildInfoTypeBuildInfoType.writeBuildNumber(String).writeBuildNumberAsync in interface BuildInfoTypepublic BaseDataVariableTypeNode getBuildNumberNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getBuildNumberNode in interface BuildInfoTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getBuildNumberNodeAsync()
BuildInfoTypeBuildInfoType.getBuildNumberNode().getBuildNumberNodeAsync in interface BuildInfoTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getBuildDate()
throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe returned value is the last seen; it is not read live from the server.
getBuildDate in interface BuildInfoTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildDate Node.public void setBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeThe value is only updated locally; it is not written to the server.
setBuildDate in interface BuildInfoTypebuildDate - the local value to set for the BuildDate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildDate Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readBuildDate()
throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypereadBuildDate in interface BuildInfoTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeBuildDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypewriteBuildDate in interface BuildInfoTypebuildDate - 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> readBuildDateAsync()
BuildInfoTypeBuildInfoType.readBuildDate().readBuildDateAsync in interface BuildInfoTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBuildDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime buildDate)
BuildInfoTypeBuildInfoType.writeBuildDate(DateTime).writeBuildDateAsync in interface BuildInfoTypepublic BaseDataVariableTypeNode getBuildDateNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getBuildDateNode in interface BuildInfoTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getBuildDateNodeAsync()
BuildInfoTypeBuildInfoType.getBuildDateNode().getBuildDateNodeAsync in interface BuildInfoTypeCopyright © 2021. All rights reserved.