public class SessionDiagnosticsVariableTypeNode extends BaseDataVariableTypeNode implements SessionDiagnosticsVariableType
| Constructor and Description |
|---|
SessionDiagnosticsVariableTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.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) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getActualSessionTimeout()
Get the local value of the ActualSessionTimeout Node.
|
BaseDataVariableTypeNode |
getActualSessionTimeoutNode()
Get the ActualSessionTimeout
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getActualSessionTimeoutNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getActualSessionTimeoutNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getAddNodesCount()
Get the local value of the AddNodesCount Node.
|
BaseDataVariableTypeNode |
getAddNodesCountNode()
Get the AddNodesCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getAddNodesCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getAddNodesCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getAddReferencesCount()
Get the local value of the AddReferencesCount Node.
|
BaseDataVariableTypeNode |
getAddReferencesCountNode()
Get the AddReferencesCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getAddReferencesCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getAddReferencesCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getBrowseCount()
Get the local value of the BrowseCount Node.
|
BaseDataVariableTypeNode |
getBrowseCountNode()
Get the BrowseCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getBrowseCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getBrowseCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getBrowseNextCount()
Get the local value of the BrowseNextCount Node.
|
BaseDataVariableTypeNode |
getBrowseNextCountNode()
Get the BrowseNextCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getBrowseNextCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getBrowseNextCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getCallCount()
Get the local value of the CallCount Node.
|
BaseDataVariableTypeNode |
getCallCountNode()
Get the CallCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCallCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getCallCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getClientConnectionTime()
Get the local value of the ClientConnectionTime Node.
|
BaseDataVariableTypeNode |
getClientConnectionTimeNode()
Get the ClientConnectionTime
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getClientConnectionTimeNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getClientConnectionTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription |
getClientDescription()
Get the local value of the ClientDescription Node.
|
BaseDataVariableTypeNode |
getClientDescriptionNode()
Get the ClientDescription
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getClientDescriptionNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getClientDescriptionNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getClientLastContactTime()
Get the local value of the ClientLastContactTime Node.
|
BaseDataVariableTypeNode |
getClientLastContactTimeNode()
Get the ClientLastContactTime
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getClientLastContactTimeNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getClientLastContactTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getCreateMonitoredItemsCount()
Get the local value of the CreateMonitoredItemsCount Node.
|
BaseDataVariableTypeNode |
getCreateMonitoredItemsCountNode()
Get the CreateMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCreateMonitoredItemsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getCreateMonitoredItemsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getCreateSubscriptionCount()
Get the local value of the CreateSubscriptionCount Node.
|
BaseDataVariableTypeNode |
getCreateSubscriptionCountNode()
Get the CreateSubscriptionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCreateSubscriptionCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getCreateSubscriptionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentMonitoredItemsCount()
Get the local value of the CurrentMonitoredItemsCount Node.
|
BaseDataVariableTypeNode |
getCurrentMonitoredItemsCountNode()
Get the CurrentMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCurrentMonitoredItemsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getCurrentMonitoredItemsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentPublishRequestsInQueue()
Get the local value of the CurrentPublishRequestsInQueue Node.
|
BaseDataVariableTypeNode |
getCurrentPublishRequestsInQueueNode()
Get the CurrentPublishRequestsInQueue
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCurrentPublishRequestsInQueueNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getCurrentPublishRequestsInQueueNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getCurrentSubscriptionsCount()
Get the local value of the CurrentSubscriptionsCount Node.
|
BaseDataVariableTypeNode |
getCurrentSubscriptionsCountNode()
Get the CurrentSubscriptionsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCurrentSubscriptionsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getCurrentSubscriptionsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getDeleteMonitoredItemsCount()
Get the local value of the DeleteMonitoredItemsCount Node.
|
BaseDataVariableTypeNode |
getDeleteMonitoredItemsCountNode()
Get the DeleteMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getDeleteMonitoredItemsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getDeleteMonitoredItemsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getDeleteNodesCount()
Get the local value of the DeleteNodesCount Node.
|
BaseDataVariableTypeNode |
getDeleteNodesCountNode()
Get the DeleteNodesCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getDeleteNodesCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getDeleteNodesCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getDeleteReferencesCount()
Get the local value of the DeleteReferencesCount Node.
|
BaseDataVariableTypeNode |
getDeleteReferencesCountNode()
Get the DeleteReferencesCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getDeleteReferencesCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getDeleteReferencesCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getDeleteSubscriptionsCount()
Get the local value of the DeleteSubscriptionsCount Node.
|
BaseDataVariableTypeNode |
getDeleteSubscriptionsCountNode()
Get the DeleteSubscriptionsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getDeleteSubscriptionsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getDeleteSubscriptionsCountNode(). |
String |
getEndpointUrl()
Get the local value of the EndpointUrl Node.
|
BaseDataVariableTypeNode |
getEndpointUrlNode()
Get the EndpointUrl
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getEndpointUrlNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getEndpointUrlNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getHistoryReadCount()
Get the local value of the HistoryReadCount Node.
|
BaseDataVariableTypeNode |
getHistoryReadCountNode()
Get the HistoryReadCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getHistoryReadCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getHistoryReadCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getHistoryUpdateCount()
Get the local value of the HistoryUpdateCount Node.
|
BaseDataVariableTypeNode |
getHistoryUpdateCountNode()
Get the HistoryUpdateCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getHistoryUpdateCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getHistoryUpdateCountNode(). |
String[] |
getLocaleIds()
Get the local value of the LocaleIds Node.
|
BaseDataVariableTypeNode |
getLocaleIdsNode()
Get the LocaleIds
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getLocaleIdsNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getLocaleIdsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxResponseMessageSize()
Get the local value of the MaxResponseMessageSize Node.
|
BaseDataVariableTypeNode |
getMaxResponseMessageSizeNode()
Get the MaxResponseMessageSize
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getMaxResponseMessageSizeNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getMaxResponseMessageSizeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getModifyMonitoredItemsCount()
Get the local value of the ModifyMonitoredItemsCount Node.
|
BaseDataVariableTypeNode |
getModifyMonitoredItemsCountNode()
Get the ModifyMonitoredItemsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getModifyMonitoredItemsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getModifyMonitoredItemsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getModifySubscriptionCount()
Get the local value of the ModifySubscriptionCount Node.
|
BaseDataVariableTypeNode |
getModifySubscriptionCountNode()
Get the ModifySubscriptionCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getModifySubscriptionCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getModifySubscriptionCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getPublishCount()
Get the local value of the PublishCount Node.
|
BaseDataVariableTypeNode |
getPublishCountNode()
Get the PublishCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getPublishCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getPublishCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getQueryFirstCount()
Get the local value of the QueryFirstCount Node.
|
BaseDataVariableTypeNode |
getQueryFirstCountNode()
Get the QueryFirstCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getQueryFirstCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getQueryFirstCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getQueryNextCount()
Get the local value of the QueryNextCount Node.
|
BaseDataVariableTypeNode |
getQueryNextCountNode()
Get the QueryNextCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getQueryNextCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getQueryNextCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getReadCount()
Get the local value of the ReadCount Node.
|
BaseDataVariableTypeNode |
getReadCountNode()
Get the ReadCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getReadCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getReadCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getRegisterNodesCount()
Get the local value of the RegisterNodesCount Node.
|
BaseDataVariableTypeNode |
getRegisterNodesCountNode()
Get the RegisterNodesCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getRegisterNodesCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getRegisterNodesCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getRepublishCount()
Get the local value of the RepublishCount Node.
|
BaseDataVariableTypeNode |
getRepublishCountNode()
Get the RepublishCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getRepublishCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getRepublishCountNode(). |
String |
getServerUri()
Get the local value of the ServerUri Node.
|
BaseDataVariableTypeNode |
getServerUriNode()
Get the ServerUri
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getServerUriNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getServerUriNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getSessionId()
Get the local value of the SessionId Node.
|
BaseDataVariableTypeNode |
getSessionIdNode()
Get the SessionId
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSessionIdNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getSessionIdNode(). |
String |
getSessionName()
Get the local value of the SessionName Node.
|
BaseDataVariableTypeNode |
getSessionNameNode()
Get the SessionName
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSessionNameNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getSessionNameNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getSetMonitoringModeCount()
Get the local value of the SetMonitoringModeCount Node.
|
BaseDataVariableTypeNode |
getSetMonitoringModeCountNode()
Get the SetMonitoringModeCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSetMonitoringModeCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getSetMonitoringModeCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getSetPublishingModeCount()
Get the local value of the SetPublishingModeCount Node.
|
BaseDataVariableTypeNode |
getSetPublishingModeCountNode()
Get the SetPublishingModeCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSetPublishingModeCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getSetPublishingModeCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getSetTriggeringCount()
Get the local value of the SetTriggeringCount Node.
|
BaseDataVariableTypeNode |
getSetTriggeringCountNode()
Get the SetTriggeringCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSetTriggeringCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getSetTriggeringCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getTotalRequestCount()
Get the local value of the TotalRequestCount Node.
|
BaseDataVariableTypeNode |
getTotalRequestCountNode()
Get the TotalRequestCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getTotalRequestCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getTotalRequestCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getTransferSubscriptionsCount()
Get the local value of the TransferSubscriptionsCount Node.
|
BaseDataVariableTypeNode |
getTransferSubscriptionsCountNode()
Get the TransferSubscriptionsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getTransferSubscriptionsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getTransferSubscriptionsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getTranslateBrowsePathsToNodeIdsCount()
Get the local value of the TranslateBrowsePathsToNodeIdsCount Node.
|
BaseDataVariableTypeNode |
getTranslateBrowsePathsToNodeIdsCountNode()
Get the TranslateBrowsePathsToNodeIdsCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getTranslateBrowsePathsToNodeIdsCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getTranslateBrowsePathsToNodeIdsCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getUnauthorizedRequestCount()
Get the local value of the UnauthorizedRequestCount Node.
|
BaseDataVariableTypeNode |
getUnauthorizedRequestCountNode()
Get the UnauthorizedRequestCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getUnauthorizedRequestCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getUnauthorizedRequestCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getUnregisterNodesCount()
Get the local value of the UnregisterNodesCount Node.
|
BaseDataVariableTypeNode |
getUnregisterNodesCountNode()
Get the UnregisterNodesCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getUnregisterNodesCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getUnregisterNodesCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
getWriteCount()
Get the local value of the WriteCount Node.
|
BaseDataVariableTypeNode |
getWriteCountNode()
Get the WriteCount
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getWriteCountNodeAsync()
Asynchronous implementation of
SessionDiagnosticsVariableType.getWriteCountNode(). |
Double |
readActualSessionTimeout()
Read the value of the ActualSessionTimeout Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readActualSessionTimeoutAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readActualSessionTimeout(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readAddNodesCount()
Read the value of the AddNodesCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readAddNodesCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readAddNodesCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readAddReferencesCount()
Read the value of the AddReferencesCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readAddReferencesCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readAddReferencesCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readBrowseCount()
Read the value of the BrowseCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readBrowseCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readBrowseCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readBrowseNextCount()
Read the value of the BrowseNextCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readBrowseNextCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readBrowseNextCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readCallCount()
Read the value of the CallCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readCallCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readCallCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readClientConnectionTime()
Read the value of the ClientConnectionTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readClientConnectionTimeAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readClientConnectionTime(). |
org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription |
readClientDescription()
Read the value of the ClientDescription Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription> |
readClientDescriptionAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readClientDescription(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readClientLastContactTime()
Read the value of the ClientLastContactTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readClientLastContactTimeAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readClientLastContactTime(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readCreateMonitoredItemsCount()
Read the value of the CreateMonitoredItemsCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readCreateMonitoredItemsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readCreateMonitoredItemsCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readCreateSubscriptionCount()
Read the value of the CreateSubscriptionCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readCreateSubscriptionCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readCreateSubscriptionCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentMonitoredItemsCount()
Read the value of the CurrentMonitoredItemsCount 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> |
readCurrentMonitoredItemsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readCurrentMonitoredItemsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentPublishRequestsInQueue()
Read the value of the CurrentPublishRequestsInQueue 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> |
readCurrentPublishRequestsInQueueAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readCurrentPublishRequestsInQueue(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readCurrentSubscriptionsCount()
Read the value of the CurrentSubscriptionsCount 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> |
readCurrentSubscriptionsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readCurrentSubscriptionsCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readDeleteMonitoredItemsCount()
Read the value of the DeleteMonitoredItemsCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readDeleteMonitoredItemsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readDeleteMonitoredItemsCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readDeleteNodesCount()
Read the value of the DeleteNodesCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readDeleteNodesCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readDeleteNodesCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readDeleteReferencesCount()
Read the value of the DeleteReferencesCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readDeleteReferencesCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readDeleteReferencesCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readDeleteSubscriptionsCount()
Read the value of the DeleteSubscriptionsCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readDeleteSubscriptionsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readDeleteSubscriptionsCount(). |
String |
readEndpointUrl()
Read the value of the EndpointUrl Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readEndpointUrlAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readEndpointUrl(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readHistoryReadCount()
Read the value of the HistoryReadCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readHistoryReadCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readHistoryReadCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readHistoryUpdateCount()
Read the value of the HistoryUpdateCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readHistoryUpdateCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readHistoryUpdateCount(). |
String[] |
readLocaleIds()
Read the value of the LocaleIds Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readLocaleIdsAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readLocaleIds(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxResponseMessageSize()
Read the value of the MaxResponseMessageSize 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> |
readMaxResponseMessageSizeAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readMaxResponseMessageSize(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readModifyMonitoredItemsCount()
Read the value of the ModifyMonitoredItemsCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readModifyMonitoredItemsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readModifyMonitoredItemsCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readModifySubscriptionCount()
Read the value of the ModifySubscriptionCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readModifySubscriptionCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readModifySubscriptionCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readPublishCount()
Read the value of the PublishCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readPublishCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readPublishCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readQueryFirstCount()
Read the value of the QueryFirstCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readQueryFirstCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readQueryFirstCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readQueryNextCount()
Read the value of the QueryNextCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readQueryNextCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readQueryNextCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readReadCount()
Read the value of the ReadCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readReadCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readReadCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readRegisterNodesCount()
Read the value of the RegisterNodesCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readRegisterNodesCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readRegisterNodesCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readRepublishCount()
Read the value of the RepublishCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readRepublishCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readRepublishCount(). |
String |
readServerUri()
Read the value of the ServerUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readServerUriAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readServerUri(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readSessionId()
Read the value of the SessionId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readSessionIdAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readSessionId(). |
String |
readSessionName()
Read the value of the SessionName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSessionNameAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readSessionName(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readSetMonitoringModeCount()
Read the value of the SetMonitoringModeCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readSetMonitoringModeCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readSetMonitoringModeCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readSetPublishingModeCount()
Read the value of the SetPublishingModeCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readSetPublishingModeCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readSetPublishingModeCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readSetTriggeringCount()
Read the value of the SetTriggeringCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readSetTriggeringCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readSetTriggeringCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readTotalRequestCount()
Read the value of the TotalRequestCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readTotalRequestCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readTotalRequestCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readTransferSubscriptionsCount()
Read the value of the TransferSubscriptionsCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readTransferSubscriptionsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readTransferSubscriptionsCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readTranslateBrowsePathsToNodeIdsCount()
Read the value of the TranslateBrowsePathsToNodeIdsCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readTranslateBrowsePathsToNodeIdsCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readTranslateBrowsePathsToNodeIdsCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readUnauthorizedRequestCount()
Read the value of the UnauthorizedRequestCount 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> |
readUnauthorizedRequestCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readUnauthorizedRequestCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readUnregisterNodesCount()
Read the value of the UnregisterNodesCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readUnregisterNodesCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readUnregisterNodesCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType |
readWriteCount()
Read the value of the WriteCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> |
readWriteCountAsync()
An asynchronous implementation of
SessionDiagnosticsVariableType.readWriteCount(). |
void |
setActualSessionTimeout(Double actualSessionTimeout)
Set the local value of the ActualSessionTimeout Node.
|
void |
setAddNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addNodesCount)
Set the local value of the AddNodesCount Node.
|
void |
setAddReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addReferencesCount)
Set the local value of the AddReferencesCount Node.
|
void |
setBrowseCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseCount)
Set the local value of the BrowseCount Node.
|
void |
setBrowseNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseNextCount)
Set the local value of the BrowseNextCount Node.
|
void |
setCallCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType callCount)
Set the local value of the CallCount Node.
|
void |
setClientConnectionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientConnectionTime)
Set the local value of the ClientConnectionTime Node.
|
void |
setClientDescription(org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription clientDescription)
Set the local value of the ClientDescription Node.
|
void |
setClientLastContactTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientLastContactTime)
Set the local value of the ClientLastContactTime Node.
|
void |
setCreateMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createMonitoredItemsCount)
Set the local value of the CreateMonitoredItemsCount Node.
|
void |
setCreateSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createSubscriptionCount)
Set the local value of the CreateSubscriptionCount Node.
|
void |
setCurrentMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentMonitoredItemsCount)
Set the local value of the CurrentMonitoredItemsCount Node.
|
void |
setCurrentPublishRequestsInQueue(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentPublishRequestsInQueue)
Set the local value of the CurrentPublishRequestsInQueue Node.
|
void |
setCurrentSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionsCount)
Set the local value of the CurrentSubscriptionsCount Node.
|
void |
setDeleteMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteMonitoredItemsCount)
Set the local value of the DeleteMonitoredItemsCount Node.
|
void |
setDeleteNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteNodesCount)
Set the local value of the DeleteNodesCount Node.
|
void |
setDeleteReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteReferencesCount)
Set the local value of the DeleteReferencesCount Node.
|
void |
setDeleteSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteSubscriptionsCount)
Set the local value of the DeleteSubscriptionsCount Node.
|
void |
setEndpointUrl(String endpointUrl)
Set the local value of the EndpointUrl Node.
|
void |
setHistoryReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyReadCount)
Set the local value of the HistoryReadCount Node.
|
void |
setHistoryUpdateCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyUpdateCount)
Set the local value of the HistoryUpdateCount Node.
|
void |
setLocaleIds(String[] localeIds)
Set the local value of the LocaleIds Node.
|
void |
setMaxResponseMessageSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxResponseMessageSize)
Set the local value of the MaxResponseMessageSize Node.
|
void |
setModifyMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifyMonitoredItemsCount)
Set the local value of the ModifyMonitoredItemsCount Node.
|
void |
setModifySubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifySubscriptionCount)
Set the local value of the ModifySubscriptionCount Node.
|
void |
setPublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType publishCount)
Set the local value of the PublishCount Node.
|
void |
setQueryFirstCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryFirstCount)
Set the local value of the QueryFirstCount Node.
|
void |
setQueryNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryNextCount)
Set the local value of the QueryNextCount Node.
|
void |
setReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCount)
Set the local value of the ReadCount Node.
|
void |
setRegisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType registerNodesCount)
Set the local value of the RegisterNodesCount Node.
|
void |
setRepublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType republishCount)
Set the local value of the RepublishCount Node.
|
void |
setServerUri(String serverUri)
Set the local value of the ServerUri Node.
|
void |
setSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
Set the local value of the SessionId Node.
|
void |
setSessionName(String sessionName)
Set the local value of the SessionName Node.
|
void |
setSetMonitoringModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setMonitoringModeCount)
Set the local value of the SetMonitoringModeCount Node.
|
void |
setSetPublishingModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setPublishingModeCount)
Set the local value of the SetPublishingModeCount Node.
|
void |
setSetTriggeringCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setTriggeringCount)
Set the local value of the SetTriggeringCount Node.
|
void |
setTotalRequestCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType totalRequestCount)
Set the local value of the TotalRequestCount Node.
|
void |
setTransferSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType transferSubscriptionsCount)
Set the local value of the TransferSubscriptionsCount Node.
|
void |
setTranslateBrowsePathsToNodeIdsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType translateBrowsePathsToNodeIdsCount)
Set the local value of the TranslateBrowsePathsToNodeIdsCount Node.
|
void |
setUnauthorizedRequestCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unauthorizedRequestCount)
Set the local value of the UnauthorizedRequestCount Node.
|
void |
setUnregisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType unregisterNodesCount)
Set the local value of the UnregisterNodesCount Node.
|
void |
setWriteCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType writeCount)
Set the local value of the WriteCount Node.
|
void |
writeActualSessionTimeout(Double actualSessionTimeout)
Write a new value for the ActualSessionTimeout Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeActualSessionTimeoutAsync(Double actualSessionTimeout)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeActualSessionTimeout(Double). |
void |
writeAddNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addNodesCount)
Write a new value for the AddNodesCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAddNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addNodesCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeAddNodesCount(ServiceCounterDataType). |
void |
writeAddReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addReferencesCount)
Write a new value for the AddReferencesCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAddReferencesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addReferencesCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeAddReferencesCount(ServiceCounterDataType). |
void |
writeBrowseCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseCount)
Write a new value for the BrowseCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBrowseCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeBrowseCount(ServiceCounterDataType). |
void |
writeBrowseNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseNextCount)
Write a new value for the BrowseNextCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBrowseNextCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseNextCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeBrowseNextCount(ServiceCounterDataType). |
void |
writeCallCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType callCount)
Write a new value for the CallCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCallCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType callCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeCallCount(ServiceCounterDataType). |
void |
writeClientConnectionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientConnectionTime)
Write a new value for the ClientConnectionTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientConnectionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientConnectionTime)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeClientConnectionTime(DateTime). |
void |
writeClientDescription(org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription clientDescription)
Write a new value for the ClientDescription Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientDescriptionAsync(org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription clientDescription)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeClientDescription(ApplicationDescription). |
void |
writeClientLastContactTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientLastContactTime)
Write a new value for the ClientLastContactTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientLastContactTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientLastContactTime)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeClientLastContactTime(DateTime). |
void |
writeCreateMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createMonitoredItemsCount)
Write a new value for the CreateMonitoredItemsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCreateMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createMonitoredItemsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeCreateMonitoredItemsCount(ServiceCounterDataType). |
void |
writeCreateSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createSubscriptionCount)
Write a new value for the CreateSubscriptionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCreateSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createSubscriptionCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeCreateSubscriptionCount(ServiceCounterDataType). |
void |
writeCurrentMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentMonitoredItemsCount)
Write a new value for the CurrentMonitoredItemsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentMonitoredItemsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeCurrentMonitoredItemsCount(UInteger). |
void |
writeCurrentPublishRequestsInQueue(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentPublishRequestsInQueue)
Write a new value for the CurrentPublishRequestsInQueue Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentPublishRequestsInQueueAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentPublishRequestsInQueue)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeCurrentPublishRequestsInQueue(UInteger). |
void |
writeCurrentSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionsCount)
Write a new value for the CurrentSubscriptionsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentSubscriptionsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeCurrentSubscriptionsCount(UInteger). |
void |
writeDeleteMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteMonitoredItemsCount)
Write a new value for the DeleteMonitoredItemsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteMonitoredItemsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeDeleteMonitoredItemsCount(ServiceCounterDataType). |
void |
writeDeleteNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteNodesCount)
Write a new value for the DeleteNodesCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteNodesCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeDeleteNodesCount(ServiceCounterDataType). |
void |
writeDeleteReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteReferencesCount)
Write a new value for the DeleteReferencesCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteReferencesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteReferencesCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeDeleteReferencesCount(ServiceCounterDataType). |
void |
writeDeleteSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteSubscriptionsCount)
Write a new value for the DeleteSubscriptionsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeleteSubscriptionsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteSubscriptionsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeDeleteSubscriptionsCount(ServiceCounterDataType). |
void |
writeEndpointUrl(String endpointUrl)
Write a new value for the EndpointUrl Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEndpointUrlAsync(String endpointUrl)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeEndpointUrl(String). |
void |
writeHistoryReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyReadCount)
Write a new value for the HistoryReadCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeHistoryReadCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyReadCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeHistoryReadCount(ServiceCounterDataType). |
void |
writeHistoryUpdateCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyUpdateCount)
Write a new value for the HistoryUpdateCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeHistoryUpdateCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyUpdateCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeHistoryUpdateCount(ServiceCounterDataType). |
void |
writeLocaleIds(String[] localeIds)
Write a new value for the LocaleIds Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLocaleIdsAsync(String[] localeIds)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeLocaleIds(String[]). |
void |
writeMaxResponseMessageSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxResponseMessageSize)
Write a new value for the MaxResponseMessageSize Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxResponseMessageSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxResponseMessageSize)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeMaxResponseMessageSize(UInteger). |
void |
writeModifyMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifyMonitoredItemsCount)
Write a new value for the ModifyMonitoredItemsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeModifyMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifyMonitoredItemsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeModifyMonitoredItemsCount(ServiceCounterDataType). |
void |
writeModifySubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifySubscriptionCount)
Write a new value for the ModifySubscriptionCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeModifySubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifySubscriptionCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeModifySubscriptionCount(ServiceCounterDataType). |
void |
writePublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType publishCount)
Write a new value for the PublishCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writePublishCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType publishCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writePublishCount(ServiceCounterDataType). |
void |
writeQueryFirstCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryFirstCount)
Write a new value for the QueryFirstCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeQueryFirstCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryFirstCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeQueryFirstCount(ServiceCounterDataType). |
void |
writeQueryNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryNextCount)
Write a new value for the QueryNextCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeQueryNextCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryNextCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeQueryNextCount(ServiceCounterDataType). |
void |
writeReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCount)
Write a new value for the ReadCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeReadCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeReadCount(ServiceCounterDataType). |
void |
writeRegisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType registerNodesCount)
Write a new value for the RegisterNodesCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRegisterNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType registerNodesCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeRegisterNodesCount(ServiceCounterDataType). |
void |
writeRepublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType republishCount)
Write a new value for the RepublishCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRepublishCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType republishCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeRepublishCount(ServiceCounterDataType). |
void |
writeServerUri(String serverUri)
Write a new value for the ServerUri Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerUriAsync(String serverUri)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeServerUri(String). |
void |
writeSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
Write a new value for the SessionId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeSessionId(NodeId). |
void |
writeSessionName(String sessionName)
Write a new value for the SessionName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionNameAsync(String sessionName)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeSessionName(String). |
void |
writeSetMonitoringModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setMonitoringModeCount)
Write a new value for the SetMonitoringModeCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSetMonitoringModeCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setMonitoringModeCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeSetMonitoringModeCount(ServiceCounterDataType). |
void |
writeSetPublishingModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setPublishingModeCount)
Write a new value for the SetPublishingModeCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSetPublishingModeCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setPublishingModeCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeSetPublishingModeCount(ServiceCounterDataType). |
void |
writeSetTriggeringCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setTriggeringCount)
Write a new value for the SetTriggeringCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSetTriggeringCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setTriggeringCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeSetTriggeringCount(ServiceCounterDataType). |
void |
writeTotalRequestCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType totalRequestCount)
Write a new value for the TotalRequestCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTotalRequestCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType totalRequestCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeTotalRequestCount(ServiceCounterDataType). |
void |
writeTransferSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType transferSubscriptionsCount)
Write a new value for the TransferSubscriptionsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTransferSubscriptionsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType transferSubscriptionsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeTransferSubscriptionsCount(ServiceCounterDataType). |
void |
writeTranslateBrowsePathsToNodeIdsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType translateBrowsePathsToNodeIdsCount)
Write a new value for the TranslateBrowsePathsToNodeIdsCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeTranslateBrowsePathsToNodeIdsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType translateBrowsePathsToNodeIdsCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeTranslateBrowsePathsToNodeIdsCount(ServiceCounterDataType). |
void |
writeUnauthorizedRequestCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unauthorizedRequestCount)
Write a new value for the UnauthorizedRequestCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeUnauthorizedRequestCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unauthorizedRequestCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeUnauthorizedRequestCount(UInteger). |
void |
writeUnregisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType unregisterNodesCount)
Write a new value for the UnregisterNodesCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeUnregisterNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType unregisterNodesCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeUnregisterNodesCount(ServiceCounterDataType). |
void |
writeWriteCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType writeCount)
Write a new value for the WriteCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeWriteCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType writeCount)
An asynchronous implementation of
SessionDiagnosticsVariableType.writeWriteCount(ServiceCounterDataType). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic SessionDiagnosticsVariableTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.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)
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getSessionId in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionId Node.public void setSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setSessionId in interface SessionDiagnosticsVariableTypesessionId - the local value to set for the SessionId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionId Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readSessionId()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadSessionId in interface SessionDiagnosticsVariableTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteSessionId in interface SessionDiagnosticsVariableTypesessionId - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readSessionIdAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readSessionId().readSessionIdAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId sessionId)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeSessionId(NodeId).writeSessionIdAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionIdNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSessionIdNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getSessionIdNode().getSessionIdNodeAsync in interface SessionDiagnosticsVariableTypepublic String getSessionName() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getSessionName in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionName Node.public void setSessionName(String sessionName) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setSessionName in interface SessionDiagnosticsVariableTypesessionName - the local value to set for the SessionName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionName Node.public String readSessionName() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadSessionName in interface SessionDiagnosticsVariableTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionName(String sessionName) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteSessionName in interface SessionDiagnosticsVariableTypesessionName - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readSessionNameAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readSessionName().readSessionNameAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionNameAsync(String sessionName)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeSessionName(String).writeSessionNameAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getSessionNameNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionNameNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSessionNameNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getSessionNameNode().getSessionNameNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription getClientDescription()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getClientDescription in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientDescription Node.public void setClientDescription(org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription clientDescription)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setClientDescription in interface SessionDiagnosticsVariableTypeclientDescription - the local value to set for the ClientDescription Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientDescription Node.public org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription readClientDescription()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadClientDescription in interface SessionDiagnosticsVariableTypeApplicationDescription value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientDescription(org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription clientDescription)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteClientDescription in interface SessionDiagnosticsVariableTypeclientDescription - the ApplicationDescription value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription> readClientDescriptionAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readClientDescription().readClientDescriptionAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientDescriptionAsync(org.eclipse.milo.opcua.stack.core.types.structured.ApplicationDescription clientDescription)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeClientDescription(ApplicationDescription).writeClientDescriptionAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getClientDescriptionNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientDescriptionNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getClientDescriptionNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getClientDescriptionNode().getClientDescriptionNodeAsync in interface SessionDiagnosticsVariableTypepublic String getServerUri() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getServerUri in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerUri Node.public void setServerUri(String serverUri) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setServerUri in interface SessionDiagnosticsVariableTypeserverUri - the local value to set for the ServerUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerUri Node.public String readServerUri() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadServerUri in interface SessionDiagnosticsVariableTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerUri(String serverUri) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteServerUri in interface SessionDiagnosticsVariableTypeserverUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readServerUriAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readServerUri().readServerUriAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerUriAsync(String serverUri)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeServerUri(String).writeServerUriAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getServerUriNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerUriNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getServerUriNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getServerUriNode().getServerUriNodeAsync in interface SessionDiagnosticsVariableTypepublic String getEndpointUrl() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getEndpointUrl in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EndpointUrl Node.public void setEndpointUrl(String endpointUrl) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setEndpointUrl in interface SessionDiagnosticsVariableTypeendpointUrl - the local value to set for the EndpointUrl Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EndpointUrl Node.public String readEndpointUrl() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadEndpointUrl in interface SessionDiagnosticsVariableTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeEndpointUrl(String endpointUrl) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteEndpointUrl in interface SessionDiagnosticsVariableTypeendpointUrl - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String> readEndpointUrlAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readEndpointUrl().readEndpointUrlAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEndpointUrlAsync(String endpointUrl)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeEndpointUrl(String).writeEndpointUrlAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getEndpointUrlNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getEndpointUrlNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getEndpointUrlNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getEndpointUrlNode().getEndpointUrlNodeAsync in interface SessionDiagnosticsVariableTypepublic String[] getLocaleIds() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getLocaleIds in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LocaleIds Node.public void setLocaleIds(String[] localeIds) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setLocaleIds in interface SessionDiagnosticsVariableTypelocaleIds - the local value to set for the LocaleIds Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LocaleIds Node.public String[] readLocaleIds() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadLocaleIds in interface SessionDiagnosticsVariableTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeLocaleIds(String[] localeIds) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteLocaleIds in interface SessionDiagnosticsVariableTypelocaleIds - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readLocaleIdsAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readLocaleIds().readLocaleIdsAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLocaleIdsAsync(String[] localeIds)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeLocaleIds(String[]).writeLocaleIdsAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getLocaleIdsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLocaleIdsNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getLocaleIdsNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getLocaleIdsNode().getLocaleIdsNodeAsync in interface SessionDiagnosticsVariableTypepublic Double getActualSessionTimeout() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getActualSessionTimeout in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActualSessionTimeout Node.public void setActualSessionTimeout(Double actualSessionTimeout) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setActualSessionTimeout in interface SessionDiagnosticsVariableTypeactualSessionTimeout - the local value to set for the ActualSessionTimeout Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActualSessionTimeout Node.public Double readActualSessionTimeout() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadActualSessionTimeout in interface SessionDiagnosticsVariableTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeActualSessionTimeout(Double actualSessionTimeout) throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteActualSessionTimeout in interface SessionDiagnosticsVariableTypeactualSessionTimeout - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Double> readActualSessionTimeoutAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readActualSessionTimeout().readActualSessionTimeoutAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActualSessionTimeoutAsync(Double actualSessionTimeout)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeActualSessionTimeout(Double).writeActualSessionTimeoutAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getActualSessionTimeoutNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getActualSessionTimeoutNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getActualSessionTimeoutNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getActualSessionTimeoutNode().getActualSessionTimeoutNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxResponseMessageSize()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getMaxResponseMessageSize in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxResponseMessageSize Node.public void setMaxResponseMessageSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxResponseMessageSize)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setMaxResponseMessageSize in interface SessionDiagnosticsVariableTypemaxResponseMessageSize - the local value to set for the MaxResponseMessageSize Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxResponseMessageSize Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxResponseMessageSize()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadMaxResponseMessageSize in interface SessionDiagnosticsVariableTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMaxResponseMessageSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxResponseMessageSize)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteMaxResponseMessageSize in interface SessionDiagnosticsVariableTypemaxResponseMessageSize - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readMaxResponseMessageSizeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readMaxResponseMessageSize().readMaxResponseMessageSizeAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxResponseMessageSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxResponseMessageSize)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeMaxResponseMessageSize(UInteger).writeMaxResponseMessageSizeAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getMaxResponseMessageSizeNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMaxResponseMessageSizeNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getMaxResponseMessageSizeNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getMaxResponseMessageSizeNode().getMaxResponseMessageSizeNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getClientConnectionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getClientConnectionTime in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientConnectionTime Node.public void setClientConnectionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientConnectionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setClientConnectionTime in interface SessionDiagnosticsVariableTypeclientConnectionTime - the local value to set for the ClientConnectionTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientConnectionTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readClientConnectionTime()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadClientConnectionTime in interface SessionDiagnosticsVariableTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientConnectionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientConnectionTime)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteClientConnectionTime in interface SessionDiagnosticsVariableTypeclientConnectionTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readClientConnectionTimeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readClientConnectionTime().readClientConnectionTimeAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientConnectionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientConnectionTime)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeClientConnectionTime(DateTime).writeClientConnectionTimeAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getClientConnectionTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientConnectionTimeNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getClientConnectionTimeNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getClientConnectionTimeNode().getClientConnectionTimeNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getClientLastContactTime()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getClientLastContactTime in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientLastContactTime Node.public void setClientLastContactTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientLastContactTime)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setClientLastContactTime in interface SessionDiagnosticsVariableTypeclientLastContactTime - the local value to set for the ClientLastContactTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientLastContactTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readClientLastContactTime()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadClientLastContactTime in interface SessionDiagnosticsVariableTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientLastContactTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientLastContactTime)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteClientLastContactTime in interface SessionDiagnosticsVariableTypeclientLastContactTime - the DateTime value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readClientLastContactTimeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readClientLastContactTime().readClientLastContactTimeAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientLastContactTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime clientLastContactTime)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeClientLastContactTime(DateTime).writeClientLastContactTimeAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getClientLastContactTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientLastContactTimeNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getClientLastContactTimeNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getClientLastContactTimeNode().getClientLastContactTimeNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentSubscriptionsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getCurrentSubscriptionsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSubscriptionsCount Node.public void setCurrentSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setCurrentSubscriptionsCount in interface SessionDiagnosticsVariableTypecurrentSubscriptionsCount - the local value to set for the CurrentSubscriptionsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentSubscriptionsCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentSubscriptionsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadCurrentSubscriptionsCount in interface SessionDiagnosticsVariableTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCurrentSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteCurrentSubscriptionsCount in interface SessionDiagnosticsVariableTypecurrentSubscriptionsCount - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCurrentSubscriptionsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readCurrentSubscriptionsCount().readCurrentSubscriptionsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentSubscriptionsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentSubscriptionsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeCurrentSubscriptionsCount(UInteger).writeCurrentSubscriptionsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getCurrentSubscriptionsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentSubscriptionsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getCurrentSubscriptionsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getCurrentSubscriptionsCountNode().getCurrentSubscriptionsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentMonitoredItemsCount Node.public void setCurrentMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableTypecurrentMonitoredItemsCount - the local value to set for the CurrentMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentMonitoredItemsCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCurrentMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteCurrentMonitoredItemsCount in interface SessionDiagnosticsVariableTypecurrentMonitoredItemsCount - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCurrentMonitoredItemsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readCurrentMonitoredItemsCount().readCurrentMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentMonitoredItemsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeCurrentMonitoredItemsCount(UInteger).writeCurrentMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getCurrentMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentMonitoredItemsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getCurrentMonitoredItemsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getCurrentMonitoredItemsCountNode().getCurrentMonitoredItemsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getCurrentPublishRequestsInQueue()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentPublishRequestsInQueue Node.public void setCurrentPublishRequestsInQueue(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentPublishRequestsInQueue)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableTypecurrentPublishRequestsInQueue - the local value to set for the CurrentPublishRequestsInQueue Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentPublishRequestsInQueue Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readCurrentPublishRequestsInQueue()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCurrentPublishRequestsInQueue(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentPublishRequestsInQueue)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteCurrentPublishRequestsInQueue in interface SessionDiagnosticsVariableTypecurrentPublishRequestsInQueue - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readCurrentPublishRequestsInQueueAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readCurrentPublishRequestsInQueue().readCurrentPublishRequestsInQueueAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentPublishRequestsInQueueAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger currentPublishRequestsInQueue)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeCurrentPublishRequestsInQueue(UInteger).writeCurrentPublishRequestsInQueueAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getCurrentPublishRequestsInQueueNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentPublishRequestsInQueueNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getCurrentPublishRequestsInQueueNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getCurrentPublishRequestsInQueueNode().getCurrentPublishRequestsInQueueNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getTotalRequestCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getTotalRequestCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TotalRequestCount Node.public void setTotalRequestCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType totalRequestCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setTotalRequestCount in interface SessionDiagnosticsVariableTypetotalRequestCount - the local value to set for the TotalRequestCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TotalRequestCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readTotalRequestCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadTotalRequestCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTotalRequestCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType totalRequestCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteTotalRequestCount in interface SessionDiagnosticsVariableTypetotalRequestCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readTotalRequestCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readTotalRequestCount().readTotalRequestCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTotalRequestCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType totalRequestCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeTotalRequestCount(ServiceCounterDataType).writeTotalRequestCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getTotalRequestCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTotalRequestCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getTotalRequestCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getTotalRequestCountNode().getTotalRequestCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getUnauthorizedRequestCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getUnauthorizedRequestCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UnauthorizedRequestCount Node.public void setUnauthorizedRequestCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unauthorizedRequestCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setUnauthorizedRequestCount in interface SessionDiagnosticsVariableTypeunauthorizedRequestCount - the local value to set for the UnauthorizedRequestCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UnauthorizedRequestCount Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readUnauthorizedRequestCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadUnauthorizedRequestCount in interface SessionDiagnosticsVariableTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeUnauthorizedRequestCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unauthorizedRequestCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteUnauthorizedRequestCount in interface SessionDiagnosticsVariableTypeunauthorizedRequestCount - the UInteger value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readUnauthorizedRequestCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readUnauthorizedRequestCount().readUnauthorizedRequestCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnauthorizedRequestCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger unauthorizedRequestCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeUnauthorizedRequestCount(UInteger).writeUnauthorizedRequestCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getUnauthorizedRequestCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getUnauthorizedRequestCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getUnauthorizedRequestCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getUnauthorizedRequestCountNode().getUnauthorizedRequestCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getReadCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getReadCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReadCount Node.public void setReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setReadCount in interface SessionDiagnosticsVariableTypereadCount - the local value to set for the ReadCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ReadCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readReadCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadReadCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteReadCount in interface SessionDiagnosticsVariableTypereadCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readReadCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readReadCount().readReadCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReadCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeReadCount(ServiceCounterDataType).writeReadCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getReadCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getReadCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getReadCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getReadCountNode().getReadCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getHistoryReadCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getHistoryReadCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HistoryReadCount Node.public void setHistoryReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyReadCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setHistoryReadCount in interface SessionDiagnosticsVariableTypehistoryReadCount - the local value to set for the HistoryReadCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HistoryReadCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readHistoryReadCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadHistoryReadCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeHistoryReadCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyReadCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteHistoryReadCount in interface SessionDiagnosticsVariableTypehistoryReadCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readHistoryReadCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readHistoryReadCount().readHistoryReadCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHistoryReadCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyReadCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeHistoryReadCount(ServiceCounterDataType).writeHistoryReadCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getHistoryReadCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getHistoryReadCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getHistoryReadCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getHistoryReadCountNode().getHistoryReadCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getWriteCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getWriteCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the WriteCount Node.public void setWriteCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType writeCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setWriteCount in interface SessionDiagnosticsVariableTypewriteCount - the local value to set for the WriteCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the WriteCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readWriteCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadWriteCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeWriteCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType writeCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteWriteCount in interface SessionDiagnosticsVariableTypewriteCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readWriteCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readWriteCount().readWriteCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeWriteCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType writeCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeWriteCount(ServiceCounterDataType).writeWriteCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getWriteCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getWriteCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getWriteCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getWriteCountNode().getWriteCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getHistoryUpdateCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getHistoryUpdateCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HistoryUpdateCount Node.public void setHistoryUpdateCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyUpdateCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setHistoryUpdateCount in interface SessionDiagnosticsVariableTypehistoryUpdateCount - the local value to set for the HistoryUpdateCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the HistoryUpdateCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readHistoryUpdateCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadHistoryUpdateCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeHistoryUpdateCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyUpdateCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteHistoryUpdateCount in interface SessionDiagnosticsVariableTypehistoryUpdateCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readHistoryUpdateCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readHistoryUpdateCount().readHistoryUpdateCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHistoryUpdateCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType historyUpdateCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeHistoryUpdateCount(ServiceCounterDataType).writeHistoryUpdateCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getHistoryUpdateCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getHistoryUpdateCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getHistoryUpdateCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getHistoryUpdateCountNode().getHistoryUpdateCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getCallCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getCallCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CallCount Node.public void setCallCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType callCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setCallCount in interface SessionDiagnosticsVariableTypecallCount - the local value to set for the CallCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CallCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCallCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadCallCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCallCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType callCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteCallCount in interface SessionDiagnosticsVariableTypecallCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readCallCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readCallCount().readCallCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCallCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType callCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeCallCount(ServiceCounterDataType).writeCallCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getCallCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCallCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getCallCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getCallCountNode().getCallCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getCreateMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getCreateMonitoredItemsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateMonitoredItemsCount Node.public void setCreateMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setCreateMonitoredItemsCount in interface SessionDiagnosticsVariableTypecreateMonitoredItemsCount - the local value to set for the CreateMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateMonitoredItemsCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCreateMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadCreateMonitoredItemsCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCreateMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteCreateMonitoredItemsCount in interface SessionDiagnosticsVariableTypecreateMonitoredItemsCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readCreateMonitoredItemsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readCreateMonitoredItemsCount().readCreateMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createMonitoredItemsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeCreateMonitoredItemsCount(ServiceCounterDataType).writeCreateMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getCreateMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCreateMonitoredItemsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getCreateMonitoredItemsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getCreateMonitoredItemsCountNode().getCreateMonitoredItemsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getModifyMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getModifyMonitoredItemsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ModifyMonitoredItemsCount Node.public void setModifyMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifyMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setModifyMonitoredItemsCount in interface SessionDiagnosticsVariableTypemodifyMonitoredItemsCount - the local value to set for the ModifyMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ModifyMonitoredItemsCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readModifyMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadModifyMonitoredItemsCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeModifyMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifyMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteModifyMonitoredItemsCount in interface SessionDiagnosticsVariableTypemodifyMonitoredItemsCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readModifyMonitoredItemsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readModifyMonitoredItemsCount().readModifyMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeModifyMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifyMonitoredItemsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeModifyMonitoredItemsCount(ServiceCounterDataType).writeModifyMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getModifyMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getModifyMonitoredItemsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getModifyMonitoredItemsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getModifyMonitoredItemsCountNode().getModifyMonitoredItemsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getSetMonitoringModeCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getSetMonitoringModeCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetMonitoringModeCount Node.public void setSetMonitoringModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setMonitoringModeCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setSetMonitoringModeCount in interface SessionDiagnosticsVariableTypesetMonitoringModeCount - the local value to set for the SetMonitoringModeCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetMonitoringModeCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readSetMonitoringModeCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadSetMonitoringModeCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSetMonitoringModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setMonitoringModeCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteSetMonitoringModeCount in interface SessionDiagnosticsVariableTypesetMonitoringModeCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readSetMonitoringModeCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readSetMonitoringModeCount().readSetMonitoringModeCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSetMonitoringModeCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setMonitoringModeCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeSetMonitoringModeCount(ServiceCounterDataType).writeSetMonitoringModeCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getSetMonitoringModeCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSetMonitoringModeCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSetMonitoringModeCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getSetMonitoringModeCountNode().getSetMonitoringModeCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getSetTriggeringCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getSetTriggeringCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetTriggeringCount Node.public void setSetTriggeringCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setTriggeringCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setSetTriggeringCount in interface SessionDiagnosticsVariableTypesetTriggeringCount - the local value to set for the SetTriggeringCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetTriggeringCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readSetTriggeringCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadSetTriggeringCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSetTriggeringCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setTriggeringCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteSetTriggeringCount in interface SessionDiagnosticsVariableTypesetTriggeringCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readSetTriggeringCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readSetTriggeringCount().readSetTriggeringCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSetTriggeringCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setTriggeringCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeSetTriggeringCount(ServiceCounterDataType).writeSetTriggeringCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getSetTriggeringCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSetTriggeringCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSetTriggeringCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getSetTriggeringCountNode().getSetTriggeringCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getDeleteMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteMonitoredItemsCount Node.public void setDeleteMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableTypedeleteMonitoredItemsCount - the local value to set for the DeleteMonitoredItemsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteMonitoredItemsCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readDeleteMonitoredItemsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDeleteMonitoredItemsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteMonitoredItemsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteDeleteMonitoredItemsCount in interface SessionDiagnosticsVariableTypedeleteMonitoredItemsCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readDeleteMonitoredItemsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readDeleteMonitoredItemsCount().readDeleteMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteMonitoredItemsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteMonitoredItemsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeDeleteMonitoredItemsCount(ServiceCounterDataType).writeDeleteMonitoredItemsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getDeleteMonitoredItemsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDeleteMonitoredItemsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getDeleteMonitoredItemsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getDeleteMonitoredItemsCountNode().getDeleteMonitoredItemsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getCreateSubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getCreateSubscriptionCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateSubscriptionCount Node.public void setCreateSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setCreateSubscriptionCount in interface SessionDiagnosticsVariableTypecreateSubscriptionCount - the local value to set for the CreateSubscriptionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CreateSubscriptionCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readCreateSubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadCreateSubscriptionCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCreateSubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createSubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteCreateSubscriptionCount in interface SessionDiagnosticsVariableTypecreateSubscriptionCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readCreateSubscriptionCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readCreateSubscriptionCount().readCreateSubscriptionCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateSubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType createSubscriptionCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeCreateSubscriptionCount(ServiceCounterDataType).writeCreateSubscriptionCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getCreateSubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCreateSubscriptionCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getCreateSubscriptionCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getCreateSubscriptionCountNode().getCreateSubscriptionCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getModifySubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getModifySubscriptionCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ModifySubscriptionCount Node.public void setModifySubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifySubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setModifySubscriptionCount in interface SessionDiagnosticsVariableTypemodifySubscriptionCount - the local value to set for the ModifySubscriptionCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ModifySubscriptionCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readModifySubscriptionCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadModifySubscriptionCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeModifySubscriptionCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifySubscriptionCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteModifySubscriptionCount in interface SessionDiagnosticsVariableTypemodifySubscriptionCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readModifySubscriptionCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readModifySubscriptionCount().readModifySubscriptionCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeModifySubscriptionCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType modifySubscriptionCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeModifySubscriptionCount(ServiceCounterDataType).writeModifySubscriptionCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getModifySubscriptionCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getModifySubscriptionCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getModifySubscriptionCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getModifySubscriptionCountNode().getModifySubscriptionCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getSetPublishingModeCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getSetPublishingModeCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetPublishingModeCount Node.public void setSetPublishingModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setPublishingModeCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setSetPublishingModeCount in interface SessionDiagnosticsVariableTypesetPublishingModeCount - the local value to set for the SetPublishingModeCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SetPublishingModeCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readSetPublishingModeCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadSetPublishingModeCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSetPublishingModeCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setPublishingModeCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteSetPublishingModeCount in interface SessionDiagnosticsVariableTypesetPublishingModeCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readSetPublishingModeCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readSetPublishingModeCount().readSetPublishingModeCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSetPublishingModeCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType setPublishingModeCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeSetPublishingModeCount(ServiceCounterDataType).writeSetPublishingModeCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getSetPublishingModeCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSetPublishingModeCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getSetPublishingModeCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getSetPublishingModeCountNode().getSetPublishingModeCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getPublishCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getPublishCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PublishCount Node.public void setPublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType publishCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setPublishCount in interface SessionDiagnosticsVariableTypepublishCount - the local value to set for the PublishCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PublishCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readPublishCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadPublishCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writePublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType publishCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewritePublishCount in interface SessionDiagnosticsVariableTypepublishCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readPublishCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readPublishCount().readPublishCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType publishCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writePublishCount(ServiceCounterDataType).writePublishCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getPublishCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getPublishCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getPublishCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getPublishCountNode().getPublishCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getRepublishCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getRepublishCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RepublishCount Node.public void setRepublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType republishCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setRepublishCount in interface SessionDiagnosticsVariableTyperepublishCount - the local value to set for the RepublishCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RepublishCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readRepublishCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadRepublishCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRepublishCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType republishCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteRepublishCount in interface SessionDiagnosticsVariableTyperepublishCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readRepublishCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readRepublishCount().readRepublishCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRepublishCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType republishCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeRepublishCount(ServiceCounterDataType).writeRepublishCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getRepublishCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRepublishCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getRepublishCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getRepublishCountNode().getRepublishCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getTransferSubscriptionsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getTransferSubscriptionsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransferSubscriptionsCount Node.public void setTransferSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType transferSubscriptionsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setTransferSubscriptionsCount in interface SessionDiagnosticsVariableTypetransferSubscriptionsCount - the local value to set for the TransferSubscriptionsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TransferSubscriptionsCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readTransferSubscriptionsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadTransferSubscriptionsCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTransferSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType transferSubscriptionsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteTransferSubscriptionsCount in interface SessionDiagnosticsVariableTypetransferSubscriptionsCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readTransferSubscriptionsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readTransferSubscriptionsCount().readTransferSubscriptionsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransferSubscriptionsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType transferSubscriptionsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeTransferSubscriptionsCount(ServiceCounterDataType).writeTransferSubscriptionsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getTransferSubscriptionsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTransferSubscriptionsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getTransferSubscriptionsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getTransferSubscriptionsCountNode().getTransferSubscriptionsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getDeleteSubscriptionsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getDeleteSubscriptionsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteSubscriptionsCount Node.public void setDeleteSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteSubscriptionsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setDeleteSubscriptionsCount in interface SessionDiagnosticsVariableTypedeleteSubscriptionsCount - the local value to set for the DeleteSubscriptionsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteSubscriptionsCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readDeleteSubscriptionsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadDeleteSubscriptionsCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDeleteSubscriptionsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteSubscriptionsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteDeleteSubscriptionsCount in interface SessionDiagnosticsVariableTypedeleteSubscriptionsCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readDeleteSubscriptionsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readDeleteSubscriptionsCount().readDeleteSubscriptionsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteSubscriptionsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteSubscriptionsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeDeleteSubscriptionsCount(ServiceCounterDataType).writeDeleteSubscriptionsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getDeleteSubscriptionsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDeleteSubscriptionsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getDeleteSubscriptionsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getDeleteSubscriptionsCountNode().getDeleteSubscriptionsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getAddNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getAddNodesCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AddNodesCount Node.public void setAddNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setAddNodesCount in interface SessionDiagnosticsVariableTypeaddNodesCount - the local value to set for the AddNodesCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AddNodesCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readAddNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadAddNodesCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeAddNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteAddNodesCount in interface SessionDiagnosticsVariableTypeaddNodesCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readAddNodesCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readAddNodesCount().readAddNodesCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAddNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addNodesCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeAddNodesCount(ServiceCounterDataType).writeAddNodesCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getAddNodesCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAddNodesCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getAddNodesCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getAddNodesCountNode().getAddNodesCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getAddReferencesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getAddReferencesCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AddReferencesCount Node.public void setAddReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addReferencesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setAddReferencesCount in interface SessionDiagnosticsVariableTypeaddReferencesCount - the local value to set for the AddReferencesCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AddReferencesCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readAddReferencesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadAddReferencesCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeAddReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addReferencesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteAddReferencesCount in interface SessionDiagnosticsVariableTypeaddReferencesCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readAddReferencesCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readAddReferencesCount().readAddReferencesCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAddReferencesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType addReferencesCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeAddReferencesCount(ServiceCounterDataType).writeAddReferencesCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getAddReferencesCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getAddReferencesCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getAddReferencesCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getAddReferencesCountNode().getAddReferencesCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getDeleteNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getDeleteNodesCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteNodesCount Node.public void setDeleteNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setDeleteNodesCount in interface SessionDiagnosticsVariableTypedeleteNodesCount - the local value to set for the DeleteNodesCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteNodesCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readDeleteNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadDeleteNodesCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDeleteNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteDeleteNodesCount in interface SessionDiagnosticsVariableTypedeleteNodesCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readDeleteNodesCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readDeleteNodesCount().readDeleteNodesCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteNodesCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeDeleteNodesCount(ServiceCounterDataType).writeDeleteNodesCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getDeleteNodesCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDeleteNodesCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getDeleteNodesCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getDeleteNodesCountNode().getDeleteNodesCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getDeleteReferencesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getDeleteReferencesCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteReferencesCount Node.public void setDeleteReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteReferencesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setDeleteReferencesCount in interface SessionDiagnosticsVariableTypedeleteReferencesCount - the local value to set for the DeleteReferencesCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the DeleteReferencesCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readDeleteReferencesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadDeleteReferencesCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeDeleteReferencesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteReferencesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteDeleteReferencesCount in interface SessionDiagnosticsVariableTypedeleteReferencesCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readDeleteReferencesCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readDeleteReferencesCount().readDeleteReferencesCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeleteReferencesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType deleteReferencesCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeDeleteReferencesCount(ServiceCounterDataType).writeDeleteReferencesCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getDeleteReferencesCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getDeleteReferencesCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getDeleteReferencesCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getDeleteReferencesCountNode().getDeleteReferencesCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getBrowseCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getBrowseCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BrowseCount Node.public void setBrowseCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setBrowseCount in interface SessionDiagnosticsVariableTypebrowseCount - the local value to set for the BrowseCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BrowseCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readBrowseCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadBrowseCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeBrowseCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteBrowseCount in interface SessionDiagnosticsVariableTypebrowseCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readBrowseCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readBrowseCount().readBrowseCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBrowseCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeBrowseCount(ServiceCounterDataType).writeBrowseCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getBrowseCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getBrowseCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getBrowseCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getBrowseCountNode().getBrowseCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getBrowseNextCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getBrowseNextCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BrowseNextCount Node.public void setBrowseNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseNextCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setBrowseNextCount in interface SessionDiagnosticsVariableTypebrowseNextCount - the local value to set for the BrowseNextCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BrowseNextCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readBrowseNextCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadBrowseNextCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeBrowseNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseNextCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteBrowseNextCount in interface SessionDiagnosticsVariableTypebrowseNextCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readBrowseNextCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readBrowseNextCount().readBrowseNextCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBrowseNextCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType browseNextCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeBrowseNextCount(ServiceCounterDataType).writeBrowseNextCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getBrowseNextCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getBrowseNextCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getBrowseNextCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getBrowseNextCountNode().getBrowseNextCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TranslateBrowsePathsToNodeIdsCount Node.public void setTranslateBrowsePathsToNodeIdsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType translateBrowsePathsToNodeIdsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableTypetranslateBrowsePathsToNodeIdsCount - the local value to set for the TranslateBrowsePathsToNodeIdsCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the TranslateBrowsePathsToNodeIdsCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readTranslateBrowsePathsToNodeIdsCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeTranslateBrowsePathsToNodeIdsCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType translateBrowsePathsToNodeIdsCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteTranslateBrowsePathsToNodeIdsCount in interface SessionDiagnosticsVariableTypetranslateBrowsePathsToNodeIdsCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readTranslateBrowsePathsToNodeIdsCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readTranslateBrowsePathsToNodeIdsCount().readTranslateBrowsePathsToNodeIdsCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTranslateBrowsePathsToNodeIdsCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType translateBrowsePathsToNodeIdsCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeTranslateBrowsePathsToNodeIdsCount(ServiceCounterDataType).writeTranslateBrowsePathsToNodeIdsCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getTranslateBrowsePathsToNodeIdsCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getTranslateBrowsePathsToNodeIdsCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getTranslateBrowsePathsToNodeIdsCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getTranslateBrowsePathsToNodeIdsCountNode().getTranslateBrowsePathsToNodeIdsCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getQueryFirstCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getQueryFirstCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the QueryFirstCount Node.public void setQueryFirstCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryFirstCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setQueryFirstCount in interface SessionDiagnosticsVariableTypequeryFirstCount - the local value to set for the QueryFirstCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the QueryFirstCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readQueryFirstCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadQueryFirstCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeQueryFirstCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryFirstCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteQueryFirstCount in interface SessionDiagnosticsVariableTypequeryFirstCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readQueryFirstCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readQueryFirstCount().readQueryFirstCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeQueryFirstCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryFirstCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeQueryFirstCount(ServiceCounterDataType).writeQueryFirstCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getQueryFirstCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getQueryFirstCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getQueryFirstCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getQueryFirstCountNode().getQueryFirstCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getQueryNextCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getQueryNextCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the QueryNextCount Node.public void setQueryNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryNextCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setQueryNextCount in interface SessionDiagnosticsVariableTypequeryNextCount - the local value to set for the QueryNextCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the QueryNextCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readQueryNextCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadQueryNextCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeQueryNextCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryNextCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteQueryNextCount in interface SessionDiagnosticsVariableTypequeryNextCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readQueryNextCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readQueryNextCount().readQueryNextCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeQueryNextCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType queryNextCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeQueryNextCount(ServiceCounterDataType).writeQueryNextCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getQueryNextCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getQueryNextCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getQueryNextCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getQueryNextCountNode().getQueryNextCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getRegisterNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getRegisterNodesCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RegisterNodesCount Node.public void setRegisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType registerNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setRegisterNodesCount in interface SessionDiagnosticsVariableTyperegisterNodesCount - the local value to set for the RegisterNodesCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RegisterNodesCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readRegisterNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadRegisterNodesCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRegisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType registerNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteRegisterNodesCount in interface SessionDiagnosticsVariableTyperegisterNodesCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readRegisterNodesCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readRegisterNodesCount().readRegisterNodesCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRegisterNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType registerNodesCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeRegisterNodesCount(ServiceCounterDataType).writeRegisterNodesCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getRegisterNodesCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRegisterNodesCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getRegisterNodesCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getRegisterNodesCountNode().getRegisterNodesCountNodeAsync in interface SessionDiagnosticsVariableTypepublic org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType getUnregisterNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe returned value is the last seen; it is not read live from the server.
getUnregisterNodesCount in interface SessionDiagnosticsVariableTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UnregisterNodesCount Node.public void setUnregisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType unregisterNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeThe value is only updated locally; it is not written to the server.
setUnregisterNodesCount in interface SessionDiagnosticsVariableTypeunregisterNodesCount - the local value to set for the UnregisterNodesCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UnregisterNodesCount Node.public org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType readUnregisterNodesCount()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypereadUnregisterNodesCount in interface SessionDiagnosticsVariableTypeServiceCounterDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeUnregisterNodesCount(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType unregisterNodesCount)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypewriteUnregisterNodesCount in interface SessionDiagnosticsVariableTypeunregisterNodesCount - the ServiceCounterDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType> readUnregisterNodesCountAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.readUnregisterNodesCount().readUnregisterNodesCountAsync in interface SessionDiagnosticsVariableTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnregisterNodesCountAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServiceCounterDataType unregisterNodesCount)
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.writeUnregisterNodesCount(ServiceCounterDataType).writeUnregisterNodesCountAsync in interface SessionDiagnosticsVariableTypepublic BaseDataVariableTypeNode getUnregisterNodesCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getUnregisterNodesCountNode in interface SessionDiagnosticsVariableTypeBaseDataVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends BaseDataVariableTypeNode> getUnregisterNodesCountNodeAsync()
SessionDiagnosticsVariableTypeSessionDiagnosticsVariableType.getUnregisterNodesCountNode().getUnregisterNodesCountNodeAsync in interface SessionDiagnosticsVariableTypeCopyright © 2021. All rights reserved.