Interface LldpInformationType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
LldpInformationTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionGet the LocalSystemDataLldpLocalSystemTypeNode, ornullif it does not exist.CompletableFuture<? extends LldpLocalSystemType>Asynchronous implementation ofgetLocalSystemDataNode().Get the PortsFolderTypeNode, ornullif it does not exist.CompletableFuture<? extends FolderType>Asynchronous implementation ofgetPortsNode().Get the RemoteStatisticsLldpRemoteStatisticsTypeNode, ornullif it does not exist.CompletableFuture<? extends LldpRemoteStatisticsType>Asynchronous implementation ofgetRemoteStatisticsNode().Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Method Details
-
getRemoteStatisticsNode
LldpRemoteStatisticsType getRemoteStatisticsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the RemoteStatisticsLldpRemoteStatisticsTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RemoteStatistics
LldpRemoteStatisticsTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteStatisticsNodeAsync
CompletableFuture<? extends LldpRemoteStatisticsType> getRemoteStatisticsNodeAsync()Asynchronous implementation ofgetRemoteStatisticsNode().- Returns:
- a CompletableFuture that completes successfully with the LldpRemoteStatisticsType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLocalSystemDataNode
Get the LocalSystemDataLldpLocalSystemTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LocalSystemData
LldpLocalSystemTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLocalSystemDataNodeAsync
CompletableFuture<? extends LldpLocalSystemType> getLocalSystemDataNodeAsync()Asynchronous implementation ofgetLocalSystemDataNode().- Returns:
- a CompletableFuture that completes successfully with the LldpLocalSystemType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPortsNode
Get the PortsFolderTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Ports
FolderTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPortsNodeAsync
CompletableFuture<? extends FolderType> getPortsNodeAsync()Asynchronous implementation ofgetPortsNode().- Returns:
- a CompletableFuture that completes successfully with the FolderType Node or completes exceptionally if an error occurs creating or getting the Node.
-