public class SessionsDiagnosticsSummaryTypeNode extends BaseObjectTypeNode implements SessionsDiagnosticsSummaryType
| Constructor and Description |
|---|
SessionsDiagnosticsSummaryTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] |
getSessionDiagnosticsArray()
Get the local value of the SessionDiagnosticsArray Node.
|
SessionDiagnosticsArrayTypeNode |
getSessionDiagnosticsArrayNode()
Get the SessionDiagnosticsArray
SessionDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SessionDiagnosticsArrayTypeNode> |
getSessionDiagnosticsArrayNodeAsync()
Asynchronous implementation of
SessionsDiagnosticsSummaryType.getSessionDiagnosticsArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] |
getSessionSecurityDiagnosticsArray()
Get the local value of the SessionSecurityDiagnosticsArray Node.
|
SessionSecurityDiagnosticsArrayTypeNode |
getSessionSecurityDiagnosticsArrayNode()
Get the SessionSecurityDiagnosticsArray
SessionSecurityDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SessionSecurityDiagnosticsArrayTypeNode> |
getSessionSecurityDiagnosticsArrayNodeAsync()
Asynchronous implementation of
SessionsDiagnosticsSummaryType.getSessionSecurityDiagnosticsArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] |
readSessionDiagnosticsArray()
Read the value of the SessionDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[]> |
readSessionDiagnosticsArrayAsync()
An asynchronous implementation of
SessionsDiagnosticsSummaryType.readSessionDiagnosticsArray(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] |
readSessionSecurityDiagnosticsArray()
Read the value of the SessionSecurityDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[]> |
readSessionSecurityDiagnosticsArrayAsync()
An asynchronous implementation of
SessionsDiagnosticsSummaryType.readSessionSecurityDiagnosticsArray(). |
void |
setSessionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] sessionDiagnosticsArray)
Set the local value of the SessionDiagnosticsArray Node.
|
void |
setSessionSecurityDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] sessionSecurityDiagnosticsArray)
Set the local value of the SessionSecurityDiagnosticsArray Node.
|
void |
writeSessionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] sessionDiagnosticsArray)
Write a new value for the SessionDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] sessionDiagnosticsArray)
An asynchronous implementation of
SessionsDiagnosticsSummaryType.writeSessionDiagnosticsArray(SessionDiagnosticsDataType[]). |
void |
writeSessionSecurityDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] sessionSecurityDiagnosticsArray)
Write a new value for the SessionSecurityDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionSecurityDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] sessionSecurityDiagnosticsArray)
An asynchronous implementation of
SessionsDiagnosticsSummaryType.writeSessionSecurityDiagnosticsArray(SessionSecurityDiagnosticsDataType[]). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic SessionsDiagnosticsSummaryTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] getSessionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getSessionDiagnosticsArray in interface SessionsDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionDiagnosticsArray Node.public void setSessionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] sessionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setSessionDiagnosticsArray in interface SessionsDiagnosticsSummaryTypesessionDiagnosticsArray - the local value to set for the SessionDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionDiagnosticsArray Node.public org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] readSessionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypereadSessionDiagnosticsArray in interface SessionsDiagnosticsSummaryTypeSessionDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] sessionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypewriteSessionDiagnosticsArray in interface SessionsDiagnosticsSummaryTypesessionDiagnosticsArray - the SessionDiagnosticsDataType[] 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.SessionDiagnosticsDataType[]> readSessionDiagnosticsArrayAsync()
SessionsDiagnosticsSummaryTypeSessionsDiagnosticsSummaryType.readSessionDiagnosticsArray().readSessionDiagnosticsArrayAsync in interface SessionsDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType[] sessionDiagnosticsArray)
SessionsDiagnosticsSummaryTypeSessionsDiagnosticsSummaryType.writeSessionDiagnosticsArray(SessionDiagnosticsDataType[]).writeSessionDiagnosticsArrayAsync in interface SessionsDiagnosticsSummaryTypepublic SessionDiagnosticsArrayTypeNode getSessionDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypeSessionDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionDiagnosticsArrayNode in interface SessionsDiagnosticsSummaryTypeSessionDiagnosticsArrayType 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 SessionDiagnosticsArrayTypeNode> getSessionDiagnosticsArrayNodeAsync()
SessionsDiagnosticsSummaryTypeSessionsDiagnosticsSummaryType.getSessionDiagnosticsArrayNode().getSessionDiagnosticsArrayNodeAsync in interface SessionsDiagnosticsSummaryTypepublic org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] getSessionSecurityDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypeThe returned value is the last seen; it is not read live from the server.
getSessionSecurityDiagnosticsArray in interface SessionsDiagnosticsSummaryTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionSecurityDiagnosticsArray Node.public void setSessionSecurityDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] sessionSecurityDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypeThe value is only updated locally; it is not written to the server.
setSessionSecurityDiagnosticsArray in interface SessionsDiagnosticsSummaryTypesessionSecurityDiagnosticsArray - the local value to set for the SessionSecurityDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionSecurityDiagnosticsArray Node.public org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] readSessionSecurityDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypereadSessionSecurityDiagnosticsArray in interface SessionsDiagnosticsSummaryTypeSessionSecurityDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionSecurityDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] sessionSecurityDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypewriteSessionSecurityDiagnosticsArray in interface SessionsDiagnosticsSummaryTypesessionSecurityDiagnosticsArray - the SessionSecurityDiagnosticsDataType[] 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.SessionSecurityDiagnosticsDataType[]> readSessionSecurityDiagnosticsArrayAsync()
SessionsDiagnosticsSummaryTypeSessionsDiagnosticsSummaryType.readSessionSecurityDiagnosticsArray().readSessionSecurityDiagnosticsArrayAsync in interface SessionsDiagnosticsSummaryTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionSecurityDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType[] sessionSecurityDiagnosticsArray)
SessionsDiagnosticsSummaryTypeSessionsDiagnosticsSummaryType.writeSessionSecurityDiagnosticsArray(SessionSecurityDiagnosticsDataType[]).writeSessionSecurityDiagnosticsArrayAsync in interface SessionsDiagnosticsSummaryTypepublic SessionSecurityDiagnosticsArrayTypeNode getSessionSecurityDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryTypeSessionSecurityDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionSecurityDiagnosticsArrayNode in interface SessionsDiagnosticsSummaryTypeSessionSecurityDiagnosticsArrayType 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 SessionSecurityDiagnosticsArrayTypeNode> getSessionSecurityDiagnosticsArrayNodeAsync()
SessionsDiagnosticsSummaryTypeSessionsDiagnosticsSummaryType.getSessionSecurityDiagnosticsArrayNode().getSessionSecurityDiagnosticsArrayNodeAsync in interface SessionsDiagnosticsSummaryTypeCopyright © 2021. All rights reserved.