Class AlarmStateVariableTypeNode
- All Implemented Interfaces:
AlarmStateVariableType,BaseDataVariableType,BaseVariableType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.variables.AlarmStateVariableType
ACTIVE_COUNT, FILTER, HIGHEST_ACTIVE_SEVERITY, HIGHEST_UNACK_SEVERITY, UNACKNOWLEDGED_COUNT, UNCONFIRMED_COUNT -
Constructor Summary
ConstructorsConstructorDescriptionAlarmStateVariableTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the ActiveCount Node.Get the ActiveCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAlarmStateVariableType.getActiveCountNode().org.eclipse.milo.opcua.stack.core.types.structured.ContentFilterGet the local value of the Filter Node.Get the FilterPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAlarmStateVariableType.getFilterNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the HighestActiveSeverity Node.Get the HighestActiveSeverityPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAlarmStateVariableType.getHighestActiveSeverityNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the HighestUnackSeverity Node.Get the HighestUnackSeverityPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAlarmStateVariableType.getHighestUnackSeverityNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the UnacknowledgedCount Node.Get the UnacknowledgedCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAlarmStateVariableType.getUnacknowledgedCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the UnconfirmedCount Node.Get the UnconfirmedCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAlarmStateVariableType.getUnconfirmedCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the ActiveCount 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 ofAlarmStateVariableType.readActiveCount().org.eclipse.milo.opcua.stack.core.types.structured.ContentFilterRead the value of the Filter Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter>An asynchronous implementation ofAlarmStateVariableType.readFilter().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the HighestActiveSeverity Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofAlarmStateVariableType.readHighestActiveSeverity().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the HighestUnackSeverity Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofAlarmStateVariableType.readHighestUnackSeverity().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the UnacknowledgedCount 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 ofAlarmStateVariableType.readUnacknowledgedCount().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the UnconfirmedCount 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 ofAlarmStateVariableType.readUnconfirmedCount().voidsetActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the ActiveCount Node.voidsetFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) Set the local value of the Filter Node.voidsetHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the HighestActiveSeverity Node.voidsetHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the HighestUnackSeverity Node.voidsetUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the UnacknowledgedCount Node.voidsetUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the UnconfirmedCount Node.voidwriteActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the ActiveCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeActiveCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger activeCount) An asynchronous implementation ofAlarmStateVariableType.writeActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) Write a new value for the Filter Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter filter) An asynchronous implementation ofAlarmStateVariableType.writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter).voidwriteHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the HighestActiveSeverity Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighestActiveSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort highestActiveSeverity) An asynchronous implementation ofAlarmStateVariableType.writeHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the HighestUnackSeverity Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHighestUnackSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort highestUnackSeverity) An asynchronous implementation ofAlarmStateVariableType.writeHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the UnacknowledgedCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUnacknowledgedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unacknowledgedCount) An asynchronous implementation ofAlarmStateVariableType.writeUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the UnconfirmedCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUnconfirmedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unconfirmedCount) An asynchronous implementation ofAlarmStateVariableType.writeUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAccessLevelEx, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAccessLevelEx, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankMethods 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.VariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRank
-
Constructor Details
-
AlarmStateVariableTypeNode
public AlarmStateVariableTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing, org.eclipse.milo.opcua.stack.core.types.structured.AccessLevelExType accessLevelEx)
-
-
Method Details
-
getHighestActiveSeverity
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getHighestActiveSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the local value of the HighestActiveSeverity Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHighestActiveSeverityin interfaceAlarmStateVariableType- Returns:
- the local value of the HighestActiveSeverity Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestActiveSeverity Node.
-
setHighestActiveSeverity
public void setHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeSet the local value of the HighestActiveSeverity Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHighestActiveSeverityin interfaceAlarmStateVariableType- Parameters:
value- the local value to set for the HighestActiveSeverity Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestActiveSeverity Node.
-
readHighestActiveSeverity
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readHighestActiveSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeRead the value of the HighestActiveSeverity Node from the server and update the local value if the operation succeeds.- Specified by:
readHighestActiveSeverityin interfaceAlarmStateVariableType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighestActiveSeverity
public void writeHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeWrite a new value for the HighestActiveSeverity Node to the server and update the local value if the operation succeeds.- Specified by:
writeHighestActiveSeverityin interfaceAlarmStateVariableType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighestActiveSeverityAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readHighestActiveSeverityAsync()Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.readHighestActiveSeverity().- Specified by:
readHighestActiveSeverityAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighestActiveSeverityAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighestActiveSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort highestActiveSeverity) Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.writeHighestActiveSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeHighestActiveSeverityAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighestActiveSeverityNode
public PropertyTypeNode getHighestActiveSeverityNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the HighestActiveSeverityPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHighestActiveSeverityNodein interfaceAlarmStateVariableType- Returns:
- the HighestActiveSeverity
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighestActiveSeverityNodeAsync
Description copied from interface:AlarmStateVariableTypeAsynchronous implementation ofAlarmStateVariableType.getHighestActiveSeverityNode().- Specified by:
getHighestActiveSeverityNodeAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHighestUnackSeverity
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getHighestUnackSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the local value of the HighestUnackSeverity Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHighestUnackSeverityin interfaceAlarmStateVariableType- Returns:
- the local value of the HighestUnackSeverity Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestUnackSeverity Node.
-
setHighestUnackSeverity
public void setHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeSet the local value of the HighestUnackSeverity Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHighestUnackSeverityin interfaceAlarmStateVariableType- Parameters:
value- the local value to set for the HighestUnackSeverity Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HighestUnackSeverity Node.
-
readHighestUnackSeverity
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readHighestUnackSeverity() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeRead the value of the HighestUnackSeverity Node from the server and update the local value if the operation succeeds.- Specified by:
readHighestUnackSeverityin interfaceAlarmStateVariableType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHighestUnackSeverity
public void writeHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeWrite a new value for the HighestUnackSeverity Node to the server and update the local value if the operation succeeds.- Specified by:
writeHighestUnackSeverityin interfaceAlarmStateVariableType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHighestUnackSeverityAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readHighestUnackSeverityAsync()Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.readHighestUnackSeverity().- Specified by:
readHighestUnackSeverityAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHighestUnackSeverityAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHighestUnackSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort highestUnackSeverity) Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.writeHighestUnackSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeHighestUnackSeverityAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHighestUnackSeverityNode
public PropertyTypeNode getHighestUnackSeverityNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the HighestUnackSeverityPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHighestUnackSeverityNodein interfaceAlarmStateVariableType- Returns:
- the HighestUnackSeverity
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHighestUnackSeverityNodeAsync
Description copied from interface:AlarmStateVariableTypeAsynchronous implementation ofAlarmStateVariableType.getHighestUnackSeverityNode().- Specified by:
getHighestUnackSeverityNodeAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getActiveCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getActiveCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the local value of the ActiveCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getActiveCountin interfaceAlarmStateVariableType- Returns:
- the local value of the ActiveCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActiveCount Node.
-
setActiveCount
public void setActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeSet the local value of the ActiveCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setActiveCountin interfaceAlarmStateVariableType- Parameters:
value- the local value to set for the ActiveCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActiveCount Node.
-
readActiveCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readActiveCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeRead the value of the ActiveCount Node from the server and update the local value if the operation succeeds.- Specified by:
readActiveCountin interfaceAlarmStateVariableType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeActiveCount
public void writeActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeWrite a new value for the ActiveCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeActiveCountin interfaceAlarmStateVariableType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readActiveCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readActiveCountAsync()Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.readActiveCount().- Specified by:
readActiveCountAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeActiveCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActiveCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger activeCount) Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.writeActiveCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeActiveCountAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getActiveCountNode
Description copied from interface:AlarmStateVariableTypeGet the ActiveCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getActiveCountNodein interfaceAlarmStateVariableType- Returns:
- the ActiveCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getActiveCountNodeAsync
Description copied from interface:AlarmStateVariableTypeAsynchronous implementation ofAlarmStateVariableType.getActiveCountNode().- Specified by:
getActiveCountNodeAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnacknowledgedCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getUnacknowledgedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the local value of the UnacknowledgedCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getUnacknowledgedCountin interfaceAlarmStateVariableType- Returns:
- the local value of the UnacknowledgedCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnacknowledgedCount Node.
-
setUnacknowledgedCount
public void setUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeSet the local value of the UnacknowledgedCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setUnacknowledgedCountin interfaceAlarmStateVariableType- Parameters:
value- the local value to set for the UnacknowledgedCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnacknowledgedCount Node.
-
readUnacknowledgedCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readUnacknowledgedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeRead the value of the UnacknowledgedCount Node from the server and update the local value if the operation succeeds.- Specified by:
readUnacknowledgedCountin interfaceAlarmStateVariableType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUnacknowledgedCount
public void writeUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeWrite a new value for the UnacknowledgedCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeUnacknowledgedCountin interfaceAlarmStateVariableType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUnacknowledgedCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readUnacknowledgedCountAsync()Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.readUnacknowledgedCount().- Specified by:
readUnacknowledgedCountAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUnacknowledgedCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnacknowledgedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unacknowledgedCount) Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.writeUnacknowledgedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeUnacknowledgedCountAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUnacknowledgedCountNode
public PropertyTypeNode getUnacknowledgedCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the UnacknowledgedCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUnacknowledgedCountNodein interfaceAlarmStateVariableType- Returns:
- the UnacknowledgedCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnacknowledgedCountNodeAsync
Description copied from interface:AlarmStateVariableTypeAsynchronous implementation ofAlarmStateVariableType.getUnacknowledgedCountNode().- Specified by:
getUnacknowledgedCountNodeAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnconfirmedCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getUnconfirmedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the local value of the UnconfirmedCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getUnconfirmedCountin interfaceAlarmStateVariableType- Returns:
- the local value of the UnconfirmedCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnconfirmedCount Node.
-
setUnconfirmedCount
public void setUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeSet the local value of the UnconfirmedCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setUnconfirmedCountin interfaceAlarmStateVariableType- Parameters:
value- the local value to set for the UnconfirmedCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnconfirmedCount Node.
-
readUnconfirmedCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readUnconfirmedCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeRead the value of the UnconfirmedCount Node from the server and update the local value if the operation succeeds.- Specified by:
readUnconfirmedCountin interfaceAlarmStateVariableType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUnconfirmedCount
public void writeUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeWrite a new value for the UnconfirmedCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeUnconfirmedCountin interfaceAlarmStateVariableType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUnconfirmedCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readUnconfirmedCountAsync()Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.readUnconfirmedCount().- Specified by:
readUnconfirmedCountAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUnconfirmedCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnconfirmedCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unconfirmedCount) Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.writeUnconfirmedCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeUnconfirmedCountAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUnconfirmedCountNode
public PropertyTypeNode getUnconfirmedCountNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the UnconfirmedCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUnconfirmedCountNodein interfaceAlarmStateVariableType- Returns:
- the UnconfirmedCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnconfirmedCountNodeAsync
Description copied from interface:AlarmStateVariableTypeAsynchronous implementation ofAlarmStateVariableType.getUnconfirmedCountNode().- Specified by:
getUnconfirmedCountNodeAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getFilter
public org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter getFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeGet the local value of the Filter Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getFilterin interfaceAlarmStateVariableType- Returns:
- the local value of the Filter Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Filter Node.
-
setFilter
public void setFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeSet the local value of the Filter Node.The value is only updated locally; it is not written to the server.
- Specified by:
setFilterin interfaceAlarmStateVariableType- Parameters:
value- the local value to set for the Filter Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Filter Node.
-
readFilter
public org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter readFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AlarmStateVariableTypeRead the value of the Filter Node from the server and update the local value if the operation succeeds.- Specified by:
readFilterin interfaceAlarmStateVariableType- Returns:
- the
ContentFiltervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeFilter
public void writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AlarmStateVariableTypeWrite a new value for the Filter Node to the server and update the local value if the operation succeeds.- Specified by:
writeFilterin interfaceAlarmStateVariableType- Parameters:
value- theContentFiltervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readFilterAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter> readFilterAsync()Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.readFilter().- Specified by:
readFilterAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeFilterAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter filter) Description copied from interface:AlarmStateVariableTypeAn asynchronous implementation ofAlarmStateVariableType.writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.ContentFilter).- Specified by:
writeFilterAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getFilterNode
Description copied from interface:AlarmStateVariableTypeGet the FilterPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getFilterNodein interfaceAlarmStateVariableType- Returns:
- the Filter
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getFilterNodeAsync
Description copied from interface:AlarmStateVariableTypeAsynchronous implementation ofAlarmStateVariableType.getFilterNode().- Specified by:
getFilterNodeAsyncin interfaceAlarmStateVariableType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-