public class ProgramDiagnosticTypeNode extends BaseDataVariableTypeNode implements ProgramDiagnosticType
CREATE_CLIENT_NAME, CREATE_SESSION_ID, INVOCATION_CREATION_TIME, LAST_METHOD_CALL, LAST_METHOD_CALL_TIME, LAST_METHOD_INPUT_ARGUMENTS, LAST_METHOD_OUTPUT_ARGUMENTS, LAST_METHOD_RETURN_STATUS, LAST_METHOD_SESSION_ID, LAST_TRANSITION_TIME| Constructor and Description |
|---|
ProgramDiagnosticTypeNode(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 |
|---|---|
String |
getCreateClientName()
Get the local value of the CreateClientName Node.
|
PropertyTypeNode |
getCreateClientNameNode()
Get the CreateClientName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getCreateClientNameNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getCreateClientNameNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getCreateSessionId()
Get the local value of the CreateSessionId Node.
|
PropertyTypeNode |
getCreateSessionIdNode()
Get the CreateSessionId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getCreateSessionIdNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getCreateSessionIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getInvocationCreationTime()
Get the local value of the InvocationCreationTime Node.
|
PropertyTypeNode |
getInvocationCreationTimeNode()
Get the InvocationCreationTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getInvocationCreationTimeNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getInvocationCreationTimeNode(). |
String |
getLastMethodCall()
Get the local value of the LastMethodCall Node.
|
PropertyTypeNode |
getLastMethodCallNode()
Get the LastMethodCall
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastMethodCallNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastMethodCallNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getLastMethodCallTime()
Get the local value of the LastMethodCallTime Node.
|
PropertyTypeNode |
getLastMethodCallTimeNode()
Get the LastMethodCallTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastMethodCallTimeNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastMethodCallTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getLastMethodInputArguments()
Get the local value of the LastMethodInputArguments Node.
|
PropertyTypeNode |
getLastMethodInputArgumentsNode()
Get the LastMethodInputArguments
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastMethodInputArgumentsNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastMethodInputArgumentsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getLastMethodOutputArguments()
Get the local value of the LastMethodOutputArguments Node.
|
PropertyTypeNode |
getLastMethodOutputArgumentsNode()
Get the LastMethodOutputArguments
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastMethodOutputArgumentsNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastMethodOutputArgumentsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.StatusResult |
getLastMethodReturnStatus()
Get the local value of the LastMethodReturnStatus Node.
|
PropertyTypeNode |
getLastMethodReturnStatusNode()
Get the LastMethodReturnStatus
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastMethodReturnStatusNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastMethodReturnStatusNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getLastMethodSessionId()
Get the local value of the LastMethodSessionId Node.
|
PropertyTypeNode |
getLastMethodSessionIdNode()
Get the LastMethodSessionId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastMethodSessionIdNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastMethodSessionIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getLastTransitionTime()
Get the local value of the LastTransitionTime Node.
|
PropertyTypeNode |
getLastTransitionTimeNode()
Get the LastTransitionTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getLastTransitionTimeNodeAsync()
Asynchronous implementation of
ProgramDiagnosticType.getLastTransitionTimeNode(). |
String |
readCreateClientName()
Read the value of the CreateClientName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readCreateClientNameAsync()
An asynchronous implementation of
ProgramDiagnosticType.readCreateClientName(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readCreateSessionId()
Read the value of the CreateSessionId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readCreateSessionIdAsync()
An asynchronous implementation of
ProgramDiagnosticType.readCreateSessionId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readInvocationCreationTime()
Read the value of the InvocationCreationTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readInvocationCreationTimeAsync()
An asynchronous implementation of
ProgramDiagnosticType.readInvocationCreationTime(). |
String |
readLastMethodCall()
Read the value of the LastMethodCall Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readLastMethodCallAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastMethodCall(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readLastMethodCallTime()
Read the value of the LastMethodCallTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readLastMethodCallTimeAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastMethodCallTime(). |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
readLastMethodInputArguments()
Read the value of the LastMethodInputArguments Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> |
readLastMethodInputArgumentsAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastMethodInputArguments(). |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
readLastMethodOutputArguments()
Read the value of the LastMethodOutputArguments Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> |
readLastMethodOutputArgumentsAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastMethodOutputArguments(). |
org.eclipse.milo.opcua.stack.core.types.structured.StatusResult |
readLastMethodReturnStatus()
Read the value of the LastMethodReturnStatus Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.StatusResult> |
readLastMethodReturnStatusAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastMethodReturnStatus(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readLastMethodSessionId()
Read the value of the LastMethodSessionId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readLastMethodSessionIdAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastMethodSessionId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readLastTransitionTime()
Read the value of the LastTransitionTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readLastTransitionTimeAsync()
An asynchronous implementation of
ProgramDiagnosticType.readLastTransitionTime(). |
void |
setCreateClientName(String createClientName)
Set the local value of the CreateClientName Node.
|
void |
setCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
Set the local value of the CreateSessionId Node.
|
void |
setInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
Set the local value of the InvocationCreationTime Node.
|
void |
setLastMethodCall(String lastMethodCall)
Set the local value of the LastMethodCall Node.
|
void |
setLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
Set the local value of the LastMethodCallTime Node.
|
void |
setLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
Set the local value of the LastMethodInputArguments Node.
|
void |
setLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
Set the local value of the LastMethodOutputArguments Node.
|
void |
setLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
Set the local value of the LastMethodReturnStatus Node.
|
void |
setLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
Set the local value of the LastMethodSessionId Node.
|
void |
setLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
Set the local value of the LastTransitionTime Node.
|
void |
writeCreateClientName(String createClientName)
Write a new value for the CreateClientName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCreateClientNameAsync(String createClientName)
An asynchronous implementation of
ProgramDiagnosticType.writeCreateClientName(String). |
void |
writeCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
Write a new value for the CreateSessionId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCreateSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
An asynchronous implementation of
ProgramDiagnosticType.writeCreateSessionId(NodeId). |
void |
writeInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
Write a new value for the InvocationCreationTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInvocationCreationTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
An asynchronous implementation of
ProgramDiagnosticType.writeInvocationCreationTime(DateTime). |
void |
writeLastMethodCall(String lastMethodCall)
Write a new value for the LastMethodCall Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastMethodCallAsync(String lastMethodCall)
An asynchronous implementation of
ProgramDiagnosticType.writeLastMethodCall(String). |
void |
writeLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
Write a new value for the LastMethodCallTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastMethodCallTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
An asynchronous implementation of
ProgramDiagnosticType.writeLastMethodCallTime(DateTime). |
void |
writeLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
Write a new value for the LastMethodInputArguments Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastMethodInputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
An asynchronous implementation of
ProgramDiagnosticType.writeLastMethodInputArguments(Argument[]). |
void |
writeLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
Write a new value for the LastMethodOutputArguments Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastMethodOutputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
An asynchronous implementation of
ProgramDiagnosticType.writeLastMethodOutputArguments(Argument[]). |
void |
writeLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
Write a new value for the LastMethodReturnStatus Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastMethodReturnStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
An asynchronous implementation of
ProgramDiagnosticType.writeLastMethodReturnStatus(StatusResult). |
void |
writeLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
Write a new value for the LastMethodSessionId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastMethodSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
An asynchronous implementation of
ProgramDiagnosticType.writeLastMethodSessionId(NodeId). |
void |
writeLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
Write a new value for the LastTransitionTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
An asynchronous implementation of
ProgramDiagnosticType.writeLastTransitionTime(DateTime). |
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 ProgramDiagnosticTypeNode(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 org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getCreateSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getCreateSessionId in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateSessionId Node.public void setCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setCreateSessionId in interface ProgramDiagnosticTypecreateSessionId - the local value to set for the CreateSessionId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateSessionId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readCreateSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadCreateSessionId in interface ProgramDiagnosticTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteCreateSessionId in interface ProgramDiagnosticTypecreateSessionId - the NodeId 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.NodeId> readCreateSessionIdAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readCreateSessionId().readCreateSessionIdAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
ProgramDiagnosticTypeProgramDiagnosticType.writeCreateSessionId(NodeId).writeCreateSessionIdAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getCreateSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCreateSessionIdNode in interface ProgramDiagnosticTypePropertyType 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> getCreateSessionIdNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getCreateSessionIdNode().getCreateSessionIdNodeAsync in interface ProgramDiagnosticTypepublic String getCreateClientName() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getCreateClientName in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateClientName Node.public void setCreateClientName(String createClientName) throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setCreateClientName in interface ProgramDiagnosticTypecreateClientName - the local value to set for the CreateClientName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateClientName Node.public String readCreateClientName() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadCreateClientName in interface ProgramDiagnosticTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCreateClientName(String createClientName) throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteCreateClientName in interface ProgramDiagnosticTypecreateClientName - 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> readCreateClientNameAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readCreateClientName().readCreateClientNameAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateClientNameAsync(String createClientName)
ProgramDiagnosticTypeProgramDiagnosticType.writeCreateClientName(String).writeCreateClientNameAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getCreateClientNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCreateClientNameNode in interface ProgramDiagnosticTypePropertyType 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> getCreateClientNameNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getCreateClientNameNode().getCreateClientNameNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getInvocationCreationTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getInvocationCreationTime in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InvocationCreationTime Node.public void setInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setInvocationCreationTime in interface ProgramDiagnosticTypeinvocationCreationTime - the local value to set for the InvocationCreationTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InvocationCreationTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readInvocationCreationTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadInvocationCreationTime in interface ProgramDiagnosticTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteInvocationCreationTime in interface ProgramDiagnosticTypeinvocationCreationTime - 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> readInvocationCreationTimeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readInvocationCreationTime().readInvocationCreationTimeAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInvocationCreationTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
ProgramDiagnosticTypeProgramDiagnosticType.writeInvocationCreationTime(DateTime).writeInvocationCreationTimeAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getInvocationCreationTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getInvocationCreationTimeNode in interface ProgramDiagnosticTypePropertyType 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> getInvocationCreationTimeNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getInvocationCreationTimeNode().getInvocationCreationTimeNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastTransitionTime in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastTransitionTime Node.public void setLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastTransitionTime in interface ProgramDiagnosticTypelastTransitionTime - the local value to set for the LastTransitionTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastTransitionTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastTransitionTime in interface ProgramDiagnosticTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastTransitionTime in interface ProgramDiagnosticTypelastTransitionTime - 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> readLastTransitionTimeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastTransitionTime().readLastTransitionTimeAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastTransitionTime(DateTime).writeLastTransitionTimeAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastTransitionTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastTransitionTimeNode in interface ProgramDiagnosticTypePropertyType 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> getLastTransitionTimeNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastTransitionTimeNode().getLastTransitionTimeNodeAsync in interface ProgramDiagnosticTypepublic String getLastMethodCall() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastMethodCall in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodCall Node.public void setLastMethodCall(String lastMethodCall) throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastMethodCall in interface ProgramDiagnosticTypelastMethodCall - the local value to set for the LastMethodCall Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodCall Node.public String readLastMethodCall() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastMethodCall in interface ProgramDiagnosticTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastMethodCall(String lastMethodCall) throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastMethodCall in interface ProgramDiagnosticTypelastMethodCall - 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> readLastMethodCallAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastMethodCall().readLastMethodCallAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodCallAsync(String lastMethodCall)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastMethodCall(String).writeLastMethodCallAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastMethodCallNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastMethodCallNode in interface ProgramDiagnosticTypePropertyType 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> getLastMethodCallNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastMethodCallNode().getLastMethodCallNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getLastMethodSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastMethodSessionId in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodSessionId Node.public void setLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastMethodSessionId in interface ProgramDiagnosticTypelastMethodSessionId - the local value to set for the LastMethodSessionId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodSessionId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readLastMethodSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastMethodSessionId in interface ProgramDiagnosticTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastMethodSessionId in interface ProgramDiagnosticTypelastMethodSessionId - the NodeId 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.NodeId> readLastMethodSessionIdAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastMethodSessionId().readLastMethodSessionIdAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastMethodSessionId(NodeId).writeLastMethodSessionIdAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastMethodSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastMethodSessionIdNode in interface ProgramDiagnosticTypePropertyType 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> getLastMethodSessionIdNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastMethodSessionIdNode().getLastMethodSessionIdNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getLastMethodInputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastMethodInputArguments in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodInputArguments Node.public void setLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastMethodInputArguments in interface ProgramDiagnosticTypelastMethodInputArguments - the local value to set for the LastMethodInputArguments Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodInputArguments Node.public org.eclipse.milo.opcua.stack.core.types.structured.Argument[] readLastMethodInputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastMethodInputArguments in interface ProgramDiagnosticTypeArgument[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastMethodInputArguments in interface ProgramDiagnosticTypelastMethodInputArguments - the Argument[] 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.structured.Argument[]> readLastMethodInputArgumentsAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastMethodInputArguments().readLastMethodInputArgumentsAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodInputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastMethodInputArguments(Argument[]).writeLastMethodInputArgumentsAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastMethodInputArgumentsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastMethodInputArgumentsNode in interface ProgramDiagnosticTypePropertyType 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> getLastMethodInputArgumentsNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastMethodInputArgumentsNode().getLastMethodInputArgumentsNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getLastMethodOutputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastMethodOutputArguments in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodOutputArguments Node.public void setLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastMethodOutputArguments in interface ProgramDiagnosticTypelastMethodOutputArguments - the local value to set for the LastMethodOutputArguments Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodOutputArguments Node.public org.eclipse.milo.opcua.stack.core.types.structured.Argument[] readLastMethodOutputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastMethodOutputArguments in interface ProgramDiagnosticTypeArgument[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastMethodOutputArguments in interface ProgramDiagnosticTypelastMethodOutputArguments - the Argument[] 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.structured.Argument[]> readLastMethodOutputArgumentsAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastMethodOutputArguments().readLastMethodOutputArgumentsAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodOutputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastMethodOutputArguments(Argument[]).writeLastMethodOutputArgumentsAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastMethodOutputArgumentsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastMethodOutputArgumentsNode in interface ProgramDiagnosticTypePropertyType 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> getLastMethodOutputArgumentsNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastMethodOutputArgumentsNode().getLastMethodOutputArgumentsNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastMethodCallTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastMethodCallTime in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodCallTime Node.public void setLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastMethodCallTime in interface ProgramDiagnosticTypelastMethodCallTime - the local value to set for the LastMethodCallTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodCallTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastMethodCallTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastMethodCallTime in interface ProgramDiagnosticTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastMethodCallTime in interface ProgramDiagnosticTypelastMethodCallTime - 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> readLastMethodCallTimeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastMethodCallTime().readLastMethodCallTimeAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodCallTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastMethodCallTime(DateTime).writeLastMethodCallTimeAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastMethodCallTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastMethodCallTimeNode in interface ProgramDiagnosticTypePropertyType 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> getLastMethodCallTimeNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastMethodCallTimeNode().getLastMethodCallTimeNodeAsync in interface ProgramDiagnosticTypepublic org.eclipse.milo.opcua.stack.core.types.structured.StatusResult getLastMethodReturnStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe returned value is the last seen; it is not read live from the server.
getLastMethodReturnStatus in interface ProgramDiagnosticTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodReturnStatus Node.public void setLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypeThe value is only updated locally; it is not written to the server.
setLastMethodReturnStatus in interface ProgramDiagnosticTypelastMethodReturnStatus - the local value to set for the LastMethodReturnStatus Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodReturnStatus Node.public org.eclipse.milo.opcua.stack.core.types.structured.StatusResult readLastMethodReturnStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypereadLastMethodReturnStatus in interface ProgramDiagnosticTypeStatusResult value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypewriteLastMethodReturnStatus in interface ProgramDiagnosticTypelastMethodReturnStatus - the StatusResult 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.structured.StatusResult> readLastMethodReturnStatusAsync()
ProgramDiagnosticTypeProgramDiagnosticType.readLastMethodReturnStatus().readLastMethodReturnStatusAsync in interface ProgramDiagnosticTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodReturnStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
ProgramDiagnosticTypeProgramDiagnosticType.writeLastMethodReturnStatus(StatusResult).writeLastMethodReturnStatusAsync in interface ProgramDiagnosticTypepublic PropertyTypeNode getLastMethodReturnStatusNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastMethodReturnStatusNode in interface ProgramDiagnosticTypePropertyType 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> getLastMethodReturnStatusNodeAsync()
ProgramDiagnosticTypeProgramDiagnosticType.getLastMethodReturnStatusNode().getLastMethodReturnStatusNodeAsync in interface ProgramDiagnosticTypeCopyright © 2021. All rights reserved.