Class LldpRemoteStatisticsTypeNode
- All Implemented Interfaces:
BaseObjectType,LldpRemoteStatisticsType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionLldpRemoteStatisticsTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the LastChangeTime Node.Get the LastChangeTimeBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofLldpRemoteStatisticsType.getLastChangeTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteAgeouts Node.Get the RemoteAgeoutsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofLldpRemoteStatisticsType.getRemoteAgeoutsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteDeletes Node.Get the RemoteDeletesBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofLldpRemoteStatisticsType.getRemoteDeletesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteDrops Node.Get the RemoteDropsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofLldpRemoteStatisticsType.getRemoteDropsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteInserts Node.Get the RemoteInsertsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofLldpRemoteStatisticsType.getRemoteInsertsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the LastChangeTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofLldpRemoteStatisticsType.readLastChangeTime().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteAgeouts Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofLldpRemoteStatisticsType.readRemoteAgeouts().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteDeletes Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofLldpRemoteStatisticsType.readRemoteDeletes().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteDrops Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofLldpRemoteStatisticsType.readRemoteDrops().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteInserts Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofLldpRemoteStatisticsType.readRemoteInserts().voidsetLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the LastChangeTime Node.voidsetRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteAgeouts Node.voidsetRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteDeletes Node.voidsetRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteDrops Node.voidsetRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteInserts Node.voidwriteLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the LastChangeTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastChangeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger lastChangeTime) An asynchronous implementation ofLldpRemoteStatisticsType.writeLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteAgeouts Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteAgeoutsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteAgeouts) An asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteDeletes Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteDeletesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteDeletes) An asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteDrops Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteDropsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteDrops) An asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteInserts Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteInsertsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteInserts) An asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
LldpRemoteStatisticsTypeNode
public LldpRemoteStatisticsTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getLastChangeTime
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getLastChangeTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the local value of the LastChangeTime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getLastChangeTimein interfaceLldpRemoteStatisticsType- Returns:
- the local value of the LastChangeTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastChangeTime Node.
-
setLastChangeTime
public void setLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeSet the local value of the LastChangeTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setLastChangeTimein interfaceLldpRemoteStatisticsType- Parameters:
value- the local value to set for the LastChangeTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastChangeTime Node.
-
readLastChangeTime
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readLastChangeTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeRead the value of the LastChangeTime Node from the server and update the local value if the operation succeeds.- Specified by:
readLastChangeTimein interfaceLldpRemoteStatisticsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastChangeTime
public void writeLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeWrite a new value for the LastChangeTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeLastChangeTimein interfaceLldpRemoteStatisticsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastChangeTimeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readLastChangeTimeAsync()Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.readLastChangeTime().- Specified by:
readLastChangeTimeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastChangeTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastChangeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger lastChangeTime) Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.writeLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeLastChangeTimeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastChangeTimeNode
public BaseDataVariableTypeNode getLastChangeTimeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the LastChangeTimeBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLastChangeTimeNodein interfaceLldpRemoteStatisticsType- Returns:
- the LastChangeTime
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastChangeTimeNodeAsync
Description copied from interface:LldpRemoteStatisticsTypeAsynchronous implementation ofLldpRemoteStatisticsType.getLastChangeTimeNode().- Specified by:
getLastChangeTimeNodeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteInserts
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteInserts() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the local value of the RemoteInserts Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRemoteInsertsin interfaceLldpRemoteStatisticsType- Returns:
- the local value of the RemoteInserts Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteInserts Node.
-
setRemoteInserts
public void setRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeSet the local value of the RemoteInserts Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRemoteInsertsin interfaceLldpRemoteStatisticsType- Parameters:
value- the local value to set for the RemoteInserts Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteInserts Node.
-
readRemoteInserts
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteInserts() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeRead the value of the RemoteInserts Node from the server and update the local value if the operation succeeds.- Specified by:
readRemoteInsertsin interfaceLldpRemoteStatisticsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteInserts
public void writeRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeWrite a new value for the RemoteInserts Node to the server and update the local value if the operation succeeds.- Specified by:
writeRemoteInsertsin interfaceLldpRemoteStatisticsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteInsertsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteInsertsAsync()Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.readRemoteInserts().- Specified by:
readRemoteInsertsAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteInsertsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteInsertsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteInserts) Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeRemoteInsertsAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteInsertsNode
public BaseDataVariableTypeNode getRemoteInsertsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the RemoteInsertsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRemoteInsertsNodein interfaceLldpRemoteStatisticsType- Returns:
- the RemoteInserts
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteInsertsNodeAsync
Description copied from interface:LldpRemoteStatisticsTypeAsynchronous implementation ofLldpRemoteStatisticsType.getRemoteInsertsNode().- Specified by:
getRemoteInsertsNodeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteDeletes
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteDeletes() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the local value of the RemoteDeletes Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRemoteDeletesin interfaceLldpRemoteStatisticsType- Returns:
- the local value of the RemoteDeletes Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDeletes Node.
-
setRemoteDeletes
public void setRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeSet the local value of the RemoteDeletes Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRemoteDeletesin interfaceLldpRemoteStatisticsType- Parameters:
value- the local value to set for the RemoteDeletes Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDeletes Node.
-
readRemoteDeletes
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteDeletes() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeRead the value of the RemoteDeletes Node from the server and update the local value if the operation succeeds.- Specified by:
readRemoteDeletesin interfaceLldpRemoteStatisticsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteDeletes
public void writeRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeWrite a new value for the RemoteDeletes Node to the server and update the local value if the operation succeeds.- Specified by:
writeRemoteDeletesin interfaceLldpRemoteStatisticsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteDeletesAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteDeletesAsync()Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.readRemoteDeletes().- Specified by:
readRemoteDeletesAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteDeletesAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteDeletesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteDeletes) Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeRemoteDeletesAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteDeletesNode
public BaseDataVariableTypeNode getRemoteDeletesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the RemoteDeletesBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRemoteDeletesNodein interfaceLldpRemoteStatisticsType- Returns:
- the RemoteDeletes
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteDeletesNodeAsync
Description copied from interface:LldpRemoteStatisticsTypeAsynchronous implementation ofLldpRemoteStatisticsType.getRemoteDeletesNode().- Specified by:
getRemoteDeletesNodeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteDrops
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteDrops() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the local value of the RemoteDrops Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRemoteDropsin interfaceLldpRemoteStatisticsType- Returns:
- the local value of the RemoteDrops Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDrops Node.
-
setRemoteDrops
public void setRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeSet the local value of the RemoteDrops Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRemoteDropsin interfaceLldpRemoteStatisticsType- Parameters:
value- the local value to set for the RemoteDrops Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDrops Node.
-
readRemoteDrops
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteDrops() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeRead the value of the RemoteDrops Node from the server and update the local value if the operation succeeds.- Specified by:
readRemoteDropsin interfaceLldpRemoteStatisticsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteDrops
public void writeRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeWrite a new value for the RemoteDrops Node to the server and update the local value if the operation succeeds.- Specified by:
writeRemoteDropsin interfaceLldpRemoteStatisticsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteDropsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteDropsAsync()Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.readRemoteDrops().- Specified by:
readRemoteDropsAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteDropsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteDropsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteDrops) Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeRemoteDropsAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteDropsNode
public BaseDataVariableTypeNode getRemoteDropsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the RemoteDropsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRemoteDropsNodein interfaceLldpRemoteStatisticsType- Returns:
- the RemoteDrops
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteDropsNodeAsync
Description copied from interface:LldpRemoteStatisticsTypeAsynchronous implementation ofLldpRemoteStatisticsType.getRemoteDropsNode().- Specified by:
getRemoteDropsNodeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteAgeouts
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteAgeouts() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the local value of the RemoteAgeouts Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getRemoteAgeoutsin interfaceLldpRemoteStatisticsType- Returns:
- the local value of the RemoteAgeouts Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteAgeouts Node.
-
setRemoteAgeouts
public void setRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeSet the local value of the RemoteAgeouts Node.The value is only updated locally; it is not written to the server.
- Specified by:
setRemoteAgeoutsin interfaceLldpRemoteStatisticsType- Parameters:
value- the local value to set for the RemoteAgeouts Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteAgeouts Node.
-
readRemoteAgeouts
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteAgeouts() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeRead the value of the RemoteAgeouts Node from the server and update the local value if the operation succeeds.- Specified by:
readRemoteAgeoutsin interfaceLldpRemoteStatisticsType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteAgeouts
public void writeRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpRemoteStatisticsTypeWrite a new value for the RemoteAgeouts Node to the server and update the local value if the operation succeeds.- Specified by:
writeRemoteAgeoutsin interfaceLldpRemoteStatisticsType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteAgeoutsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteAgeoutsAsync()Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.readRemoteAgeouts().- Specified by:
readRemoteAgeoutsAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteAgeoutsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteAgeoutsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger remoteAgeouts) Description copied from interface:LldpRemoteStatisticsTypeAn asynchronous implementation ofLldpRemoteStatisticsType.writeRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeRemoteAgeoutsAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteAgeoutsNode
public BaseDataVariableTypeNode getRemoteAgeoutsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpRemoteStatisticsTypeGet the RemoteAgeoutsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getRemoteAgeoutsNodein interfaceLldpRemoteStatisticsType- Returns:
- the RemoteAgeouts
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteAgeoutsNodeAsync
Description copied from interface:LldpRemoteStatisticsTypeAsynchronous implementation ofLldpRemoteStatisticsType.getRemoteAgeoutsNode().- Specified by:
getRemoteAgeoutsNodeAsyncin interfaceLldpRemoteStatisticsType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-