public interface ProgramDiagnosticType extends BaseDataVariableType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String> |
CREATE_CLIENT_NAME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
CREATE_SESSION_ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
INVOCATION_CREATION_TIME |
static QualifiedProperty<String> |
LAST_METHOD_CALL |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
LAST_METHOD_CALL_TIME |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> |
LAST_METHOD_INPUT_ARGUMENTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> |
LAST_METHOD_OUTPUT_ARGUMENTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.StatusResult> |
LAST_METHOD_RETURN_STATUS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
LAST_METHOD_SESSION_ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
LAST_TRANSITION_TIME |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateClientName()
Get the local value of the CreateClientName Node.
|
PropertyType |
getCreateClientNameNode()
Get the CreateClientName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCreateClientNameNodeAsync()
Asynchronous implementation of
getCreateClientNameNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getCreateSessionId()
Get the local value of the CreateSessionId Node.
|
PropertyType |
getCreateSessionIdNode()
Get the CreateSessionId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCreateSessionIdNodeAsync()
Asynchronous implementation of
getCreateSessionIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getInvocationCreationTime()
Get the local value of the InvocationCreationTime Node.
|
PropertyType |
getInvocationCreationTimeNode()
Get the InvocationCreationTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInvocationCreationTimeNodeAsync()
Asynchronous implementation of
getInvocationCreationTimeNode(). |
String |
getLastMethodCall()
Get the local value of the LastMethodCall Node.
|
PropertyType |
getLastMethodCallNode()
Get the LastMethodCall
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastMethodCallNodeAsync()
Asynchronous implementation of
getLastMethodCallNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getLastMethodCallTime()
Get the local value of the LastMethodCallTime Node.
|
PropertyType |
getLastMethodCallTimeNode()
Get the LastMethodCallTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastMethodCallTimeNodeAsync()
Asynchronous implementation of
getLastMethodCallTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getLastMethodInputArguments()
Get the local value of the LastMethodInputArguments Node.
|
PropertyType |
getLastMethodInputArgumentsNode()
Get the LastMethodInputArguments
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastMethodInputArgumentsNodeAsync()
Asynchronous implementation of
getLastMethodInputArgumentsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] |
getLastMethodOutputArguments()
Get the local value of the LastMethodOutputArguments Node.
|
PropertyType |
getLastMethodOutputArgumentsNode()
Get the LastMethodOutputArguments
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastMethodOutputArgumentsNodeAsync()
Asynchronous implementation of
getLastMethodOutputArgumentsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.StatusResult |
getLastMethodReturnStatus()
Get the local value of the LastMethodReturnStatus Node.
|
PropertyType |
getLastMethodReturnStatusNode()
Get the LastMethodReturnStatus
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastMethodReturnStatusNodeAsync()
Asynchronous implementation of
getLastMethodReturnStatusNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getLastMethodSessionId()
Get the local value of the LastMethodSessionId Node.
|
PropertyType |
getLastMethodSessionIdNode()
Get the LastMethodSessionId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastMethodSessionIdNodeAsync()
Asynchronous implementation of
getLastMethodSessionIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getLastTransitionTime()
Get the local value of the LastTransitionTime Node.
|
PropertyType |
getLastTransitionTimeNode()
Get the LastTransitionTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLastTransitionTimeNodeAsync()
Asynchronous implementation of
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
writeLastTransitionTime(DateTime). |
getAccessLevel, 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, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> CREATE_SESSION_ID
static final QualifiedProperty<String> CREATE_CLIENT_NAME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> INVOCATION_CREATION_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> LAST_TRANSITION_TIME
static final QualifiedProperty<String> LAST_METHOD_CALL
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> LAST_METHOD_SESSION_ID
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> LAST_METHOD_INPUT_ARGUMENTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> LAST_METHOD_OUTPUT_ARGUMENTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> LAST_METHOD_CALL_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.StatusResult> LAST_METHOD_RETURN_STATUS
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getCreateSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateSessionId Node.void setCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
createSessionId - 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.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readCreateSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
createSessionId - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readCreateSessionIdAsync()
readCreateSessionId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId createSessionId)
writeCreateSessionId(NodeId).PropertyType getCreateSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getCreateSessionIdNodeAsync()
getCreateSessionIdNode().String getCreateClientName() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateClientName Node.void setCreateClientName(String createClientName) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
createClientName - 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.String readCreateClientName() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeCreateClientName(String createClientName) throws org.eclipse.milo.opcua.stack.core.UaException
createClientName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readCreateClientNameAsync()
readCreateClientName().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateClientNameAsync(String createClientName)
writeCreateClientName(String).PropertyType getCreateClientNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getCreateClientNameNodeAsync()
getCreateClientNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getInvocationCreationTime()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InvocationCreationTime Node.void setInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
invocationCreationTime - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readInvocationCreationTime()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
throws org.eclipse.milo.opcua.stack.core.UaException
invocationCreationTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readInvocationCreationTimeAsync()
readInvocationCreationTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInvocationCreationTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime invocationCreationTime)
writeInvocationCreationTime(DateTime).PropertyType getInvocationCreationTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getInvocationCreationTimeNodeAsync()
getInvocationCreationTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastTransitionTime Node.void setLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastTransitionTime - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastTransitionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
lastTransitionTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastTransitionTimeAsync()
readLastTransitionTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastTransitionTime)
writeLastTransitionTime(DateTime).PropertyType getLastTransitionTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastTransitionTimeNodeAsync()
getLastTransitionTimeNode().String getLastMethodCall() throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodCall Node.void setLastMethodCall(String lastMethodCall) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastMethodCall - 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.String readLastMethodCall() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastMethodCall(String lastMethodCall) throws org.eclipse.milo.opcua.stack.core.UaException
lastMethodCall - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readLastMethodCallAsync()
readLastMethodCall().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodCallAsync(String lastMethodCall)
writeLastMethodCall(String).PropertyType getLastMethodCallNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastMethodCallNodeAsync()
getLastMethodCallNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getLastMethodSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodSessionId Node.void setLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastMethodSessionId - 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.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readLastMethodSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
lastMethodSessionId - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readLastMethodSessionIdAsync()
readLastMethodSessionId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId lastMethodSessionId)
writeLastMethodSessionId(NodeId).PropertyType getLastMethodSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastMethodSessionIdNodeAsync()
getLastMethodSessionIdNode().org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getLastMethodInputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodInputArguments Node.void setLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastMethodInputArguments - 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.org.eclipse.milo.opcua.stack.core.types.structured.Argument[] readLastMethodInputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
Argument[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
lastMethodInputArguments - the Argument[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> readLastMethodInputArgumentsAsync()
readLastMethodInputArguments().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodInputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodInputArguments)
writeLastMethodInputArguments(Argument[]).PropertyType getLastMethodInputArgumentsNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastMethodInputArgumentsNodeAsync()
getLastMethodInputArgumentsNode().org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getLastMethodOutputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodOutputArguments Node.void setLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastMethodOutputArguments - 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.org.eclipse.milo.opcua.stack.core.types.structured.Argument[] readLastMethodOutputArguments()
throws org.eclipse.milo.opcua.stack.core.UaException
Argument[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
throws org.eclipse.milo.opcua.stack.core.UaException
lastMethodOutputArguments - the Argument[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> readLastMethodOutputArgumentsAsync()
readLastMethodOutputArguments().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodOutputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] lastMethodOutputArguments)
writeLastMethodOutputArguments(Argument[]).PropertyType getLastMethodOutputArgumentsNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastMethodOutputArgumentsNodeAsync()
getLastMethodOutputArgumentsNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastMethodCallTime()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodCallTime Node.void setLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastMethodCallTime - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastMethodCallTime()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
throws org.eclipse.milo.opcua.stack.core.UaException
lastMethodCallTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastMethodCallTimeAsync()
readLastMethodCallTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodCallTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime lastMethodCallTime)
writeLastMethodCallTime(DateTime).PropertyType getLastMethodCallTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastMethodCallTimeNodeAsync()
getLastMethodCallTimeNode().org.eclipse.milo.opcua.stack.core.types.structured.StatusResult getLastMethodReturnStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastMethodReturnStatus Node.void setLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastMethodReturnStatus - 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.org.eclipse.milo.opcua.stack.core.types.structured.StatusResult readLastMethodReturnStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
StatusResult value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
lastMethodReturnStatus - the StatusResult value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.StatusResult> readLastMethodReturnStatusAsync()
readLastMethodReturnStatus().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodReturnStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.StatusResult lastMethodReturnStatus)
writeLastMethodReturnStatus(StatusResult).PropertyType getLastMethodReturnStatusNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getLastMethodReturnStatusNodeAsync()
getLastMethodReturnStatusNode().Copyright © 2021. All rights reserved.