Class LldpLocalSystemTypeNode
- All Implemented Interfaces:
BaseObjectType,LldpLocalSystemType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.LldpLocalSystemType
CHASSIS_ID, CHASSIS_ID_SUBTYPE, SYSTEM_CAPABILITIES_ENABLED, SYSTEM_CAPABILITIES_SUPPORTED, SYSTEM_DESCRIPTION, SYSTEM_NAME -
Constructor Summary
ConstructorsConstructorDescriptionLldpLocalSystemTypeNode(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 TypeMethodDescriptionGet the local value of the ChassisId Node.Get the ChassisIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLldpLocalSystemType.getChassisIdNode().org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtypeGet the local value of the ChassisIdSubtype Node.Get the ChassisIdSubtypePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLldpLocalSystemType.getChassisIdSubtypeNode().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapGet the local value of the SystemCapabilitiesEnabled Node.Get the SystemCapabilitiesEnabledPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLldpLocalSystemType.getSystemCapabilitiesEnabledNode().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapGet the local value of the SystemCapabilitiesSupported Node.Get the SystemCapabilitiesSupportedPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLldpLocalSystemType.getSystemCapabilitiesSupportedNode().Get the local value of the SystemDescription Node.Get the SystemDescriptionPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLldpLocalSystemType.getSystemDescriptionNode().Get the local value of the SystemName Node.Get the SystemNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofLldpLocalSystemType.getSystemNameNode().Read the value of the ChassisId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofLldpLocalSystemType.readChassisId().org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtypeRead the value of the ChassisIdSubtype Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype>An asynchronous implementation ofLldpLocalSystemType.readChassisIdSubtype().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapRead the value of the SystemCapabilitiesEnabled Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap>An asynchronous implementation ofLldpLocalSystemType.readSystemCapabilitiesEnabled().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapRead the value of the SystemCapabilitiesSupported Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap>An asynchronous implementation ofLldpLocalSystemType.readSystemCapabilitiesSupported().Read the value of the SystemDescription Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofLldpLocalSystemType.readSystemDescription().Read the value of the SystemName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofLldpLocalSystemType.readSystemName().voidsetChassisId(String value) Set the local value of the ChassisId Node.voidsetChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) Set the local value of the ChassisIdSubtype Node.voidsetSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Set the local value of the SystemCapabilitiesEnabled Node.voidsetSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Set the local value of the SystemCapabilitiesSupported Node.voidsetSystemDescription(String value) Set the local value of the SystemDescription Node.voidsetSystemName(String value) Set the local value of the SystemName Node.voidwriteChassisId(String value) Write a new value for the ChassisId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeChassisIdAsync(String chassisId) An asynchronous implementation ofLldpLocalSystemType.writeChassisId(java.lang.String).voidwriteChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) Write a new value for the ChassisIdSubtype Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeChassisIdSubtypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype chassisIdSubtype) An asynchronous implementation ofLldpLocalSystemType.writeChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype).voidwriteSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Write a new value for the SystemCapabilitiesEnabled Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemCapabilitiesEnabledAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap systemCapabilitiesEnabled) An asynchronous implementation ofLldpLocalSystemType.writeSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).voidwriteSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Write a new value for the SystemCapabilitiesSupported Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemCapabilitiesSupportedAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap systemCapabilitiesSupported) An asynchronous implementation ofLldpLocalSystemType.writeSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).voidwriteSystemDescription(String value) Write a new value for the SystemDescription Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemDescriptionAsync(String systemDescription) An asynchronous implementation ofLldpLocalSystemType.writeSystemDescription(java.lang.String).voidwriteSystemName(String value) Write a new value for the SystemName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemNameAsync(String systemName) An asynchronous implementation ofLldpLocalSystemType.writeSystemName(java.lang.String).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
-
LldpLocalSystemTypeNode
public LldpLocalSystemTypeNode(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
-
getChassisIdSubtype
public org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype getChassisIdSubtype() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the local value of the ChassisIdSubtype Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getChassisIdSubtypein interfaceLldpLocalSystemType- Returns:
- the local value of the ChassisIdSubtype Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisIdSubtype Node.
-
setChassisIdSubtype
public void setChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeSet the local value of the ChassisIdSubtype Node.The value is only updated locally; it is not written to the server.
- Specified by:
setChassisIdSubtypein interfaceLldpLocalSystemType- Parameters:
value- the local value to set for the ChassisIdSubtype Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisIdSubtype Node.
-
readChassisIdSubtype
public org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype readChassisIdSubtype() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeRead the value of the ChassisIdSubtype Node from the server and update the local value if the operation succeeds.- Specified by:
readChassisIdSubtypein interfaceLldpLocalSystemType- Returns:
- the
ChassisIdSubtypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeChassisIdSubtype
public void writeChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeWrite a new value for the ChassisIdSubtype Node to the server and update the local value if the operation succeeds.- Specified by:
writeChassisIdSubtypein interfaceLldpLocalSystemType- Parameters:
value- theChassisIdSubtypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readChassisIdSubtypeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype> readChassisIdSubtypeAsync()Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.readChassisIdSubtype().- Specified by:
readChassisIdSubtypeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeChassisIdSubtypeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeChassisIdSubtypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype chassisIdSubtype) Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.writeChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype).- Specified by:
writeChassisIdSubtypeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getChassisIdSubtypeNode
public PropertyTypeNode getChassisIdSubtypeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the ChassisIdSubtypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getChassisIdSubtypeNodein interfaceLldpLocalSystemType- Returns:
- the ChassisIdSubtype
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getChassisIdSubtypeNodeAsync
Description copied from interface:LldpLocalSystemTypeAsynchronous implementation ofLldpLocalSystemType.getChassisIdSubtypeNode().- Specified by:
getChassisIdSubtypeNodeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getChassisId
Description copied from interface:LldpLocalSystemTypeGet the local value of the ChassisId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getChassisIdin interfaceLldpLocalSystemType- Returns:
- the local value of the ChassisId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisId Node.
-
setChassisId
Description copied from interface:LldpLocalSystemTypeSet the local value of the ChassisId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setChassisIdin interfaceLldpLocalSystemType- Parameters:
value- the local value to set for the ChassisId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisId Node.
-
readChassisId
Description copied from interface:LldpLocalSystemTypeRead the value of the ChassisId Node from the server and update the local value if the operation succeeds.- Specified by:
readChassisIdin interfaceLldpLocalSystemType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeChassisId
Description copied from interface:LldpLocalSystemTypeWrite a new value for the ChassisId Node to the server and update the local value if the operation succeeds.- Specified by:
writeChassisIdin interfaceLldpLocalSystemType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readChassisIdAsync
Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.readChassisId().- Specified by:
readChassisIdAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeChassisIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeChassisIdAsync(String chassisId) Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.writeChassisId(java.lang.String).- Specified by:
writeChassisIdAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getChassisIdNode
Description copied from interface:LldpLocalSystemTypeGet the ChassisIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getChassisIdNodein interfaceLldpLocalSystemType- Returns:
- the ChassisId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getChassisIdNodeAsync
Description copied from interface:LldpLocalSystemTypeAsynchronous implementation ofLldpLocalSystemType.getChassisIdNode().- Specified by:
getChassisIdNodeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemName
Description copied from interface:LldpLocalSystemTypeGet the local value of the SystemName Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSystemNamein interfaceLldpLocalSystemType- Returns:
- the local value of the SystemName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemName Node.
-
setSystemName
Description copied from interface:LldpLocalSystemTypeSet the local value of the SystemName Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSystemNamein interfaceLldpLocalSystemType- Parameters:
value- the local value to set for the SystemName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemName Node.
-
readSystemName
Description copied from interface:LldpLocalSystemTypeRead the value of the SystemName Node from the server and update the local value if the operation succeeds.- Specified by:
readSystemNamein interfaceLldpLocalSystemType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemName
Description copied from interface:LldpLocalSystemTypeWrite a new value for the SystemName Node to the server and update the local value if the operation succeeds.- Specified by:
writeSystemNamein interfaceLldpLocalSystemType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemNameAsync
Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.readSystemName().- Specified by:
readSystemNameAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemNameAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemNameAsync(String systemName) Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.writeSystemName(java.lang.String).- Specified by:
writeSystemNameAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemNameNode
Description copied from interface:LldpLocalSystemTypeGet the SystemNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSystemNameNodein interfaceLldpLocalSystemType- Returns:
- the SystemName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemNameNodeAsync
Description copied from interface:LldpLocalSystemTypeAsynchronous implementation ofLldpLocalSystemType.getSystemNameNode().- Specified by:
getSystemNameNodeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemDescription
Description copied from interface:LldpLocalSystemTypeGet the local value of the SystemDescription Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSystemDescriptionin interfaceLldpLocalSystemType- Returns:
- the local value of the SystemDescription Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemDescription Node.
-
setSystemDescription
Description copied from interface:LldpLocalSystemTypeSet the local value of the SystemDescription Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSystemDescriptionin interfaceLldpLocalSystemType- Parameters:
value- the local value to set for the SystemDescription Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemDescription Node.
-
readSystemDescription
Description copied from interface:LldpLocalSystemTypeRead the value of the SystemDescription Node from the server and update the local value if the operation succeeds.- Specified by:
readSystemDescriptionin interfaceLldpLocalSystemType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemDescription
public void writeSystemDescription(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeWrite a new value for the SystemDescription Node to the server and update the local value if the operation succeeds.- Specified by:
writeSystemDescriptionin interfaceLldpLocalSystemType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemDescriptionAsync
Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.readSystemDescription().- Specified by:
readSystemDescriptionAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemDescriptionAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemDescriptionAsync(String systemDescription) Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.writeSystemDescription(java.lang.String).- Specified by:
writeSystemDescriptionAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemDescriptionNode
public PropertyTypeNode getSystemDescriptionNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the SystemDescriptionPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSystemDescriptionNodein interfaceLldpLocalSystemType- Returns:
- the SystemDescription
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemDescriptionNodeAsync
Description copied from interface:LldpLocalSystemTypeAsynchronous implementation ofLldpLocalSystemType.getSystemDescriptionNode().- Specified by:
getSystemDescriptionNodeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemCapabilitiesSupported
public org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap getSystemCapabilitiesSupported() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the local value of the SystemCapabilitiesSupported Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSystemCapabilitiesSupportedin interfaceLldpLocalSystemType- Returns:
- the local value of the SystemCapabilitiesSupported Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesSupported Node.
-
setSystemCapabilitiesSupported
public void setSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeSet the local value of the SystemCapabilitiesSupported Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSystemCapabilitiesSupportedin interfaceLldpLocalSystemType- Parameters:
value- the local value to set for the SystemCapabilitiesSupported Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesSupported Node.
-
readSystemCapabilitiesSupported
public org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap readSystemCapabilitiesSupported() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeRead the value of the SystemCapabilitiesSupported Node from the server and update the local value if the operation succeeds.- Specified by:
readSystemCapabilitiesSupportedin interfaceLldpLocalSystemType- Returns:
- the
LldpSystemCapabilitiesMapvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemCapabilitiesSupported
public void writeSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeWrite a new value for the SystemCapabilitiesSupported Node to the server and update the local value if the operation succeeds.- Specified by:
writeSystemCapabilitiesSupportedin interfaceLldpLocalSystemType- Parameters:
value- theLldpSystemCapabilitiesMapvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemCapabilitiesSupportedAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap> readSystemCapabilitiesSupportedAsync()Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.readSystemCapabilitiesSupported().- Specified by:
readSystemCapabilitiesSupportedAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemCapabilitiesSupportedAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemCapabilitiesSupportedAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap systemCapabilitiesSupported) Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.writeSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).- Specified by:
writeSystemCapabilitiesSupportedAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemCapabilitiesSupportedNode
public PropertyTypeNode getSystemCapabilitiesSupportedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the SystemCapabilitiesSupportedPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSystemCapabilitiesSupportedNodein interfaceLldpLocalSystemType- Returns:
- the SystemCapabilitiesSupported
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemCapabilitiesSupportedNodeAsync
Description copied from interface:LldpLocalSystemTypeAsynchronous implementation ofLldpLocalSystemType.getSystemCapabilitiesSupportedNode().- Specified by:
getSystemCapabilitiesSupportedNodeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemCapabilitiesEnabled
public org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap getSystemCapabilitiesEnabled() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the local value of the SystemCapabilitiesEnabled Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSystemCapabilitiesEnabledin interfaceLldpLocalSystemType- Returns:
- the local value of the SystemCapabilitiesEnabled Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesEnabled Node.
-
setSystemCapabilitiesEnabled
public void setSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeSet the local value of the SystemCapabilitiesEnabled Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSystemCapabilitiesEnabledin interfaceLldpLocalSystemType- Parameters:
value- the local value to set for the SystemCapabilitiesEnabled Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesEnabled Node.
-
readSystemCapabilitiesEnabled
public org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap readSystemCapabilitiesEnabled() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeRead the value of the SystemCapabilitiesEnabled Node from the server and update the local value if the operation succeeds.- Specified by:
readSystemCapabilitiesEnabledin interfaceLldpLocalSystemType- Returns:
- the
LldpSystemCapabilitiesMapvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemCapabilitiesEnabled
public void writeSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:LldpLocalSystemTypeWrite a new value for the SystemCapabilitiesEnabled Node to the server and update the local value if the operation succeeds.- Specified by:
writeSystemCapabilitiesEnabledin interfaceLldpLocalSystemType- Parameters:
value- theLldpSystemCapabilitiesMapvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemCapabilitiesEnabledAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap> readSystemCapabilitiesEnabledAsync()Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.readSystemCapabilitiesEnabled().- Specified by:
readSystemCapabilitiesEnabledAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemCapabilitiesEnabledAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemCapabilitiesEnabledAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap systemCapabilitiesEnabled) Description copied from interface:LldpLocalSystemTypeAn asynchronous implementation ofLldpLocalSystemType.writeSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).- Specified by:
writeSystemCapabilitiesEnabledAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemCapabilitiesEnabledNode
public PropertyTypeNode getSystemCapabilitiesEnabledNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:LldpLocalSystemTypeGet the SystemCapabilitiesEnabledPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSystemCapabilitiesEnabledNodein interfaceLldpLocalSystemType- Returns:
- the SystemCapabilitiesEnabled
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemCapabilitiesEnabledNodeAsync
Description copied from interface:LldpLocalSystemTypeAsynchronous implementation ofLldpLocalSystemType.getSystemCapabilitiesEnabledNode().- Specified by:
getSystemCapabilitiesEnabledNodeAsyncin interfaceLldpLocalSystemType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-