Interface AuditConditionCommentEventType

All Superinterfaces:
AuditConditionEventType, AuditEventType, AuditUpdateMethodEventType, BaseEventType, BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
AuditConditionCommentEventTypeNode

public interface AuditConditionCommentEventType extends AuditConditionEventType
See Also:
  • Field Details

    • CONDITION_EVENT_ID

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> CONDITION_EVENT_ID
    • COMMENT

      static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> COMMENT
  • Method Details

    • getConditionEventId

      org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getConditionEventId() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the ConditionEventId Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the ConditionEventId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionEventId Node.
    • setConditionEventId

      void setConditionEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the ConditionEventId Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the ConditionEventId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionEventId Node.
    • readConditionEventId

      org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readConditionEventId() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the ConditionEventId Node from the server and update the local value if the operation succeeds.
      Returns:
      the ByteString value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeConditionEventId

      void writeConditionEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the ConditionEventId Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the ByteString value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readConditionEventIdAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readConditionEventIdAsync()
      An asynchronous implementation of readConditionEventId().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeConditionEventIdAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getConditionEventIdNode

      PropertyType getConditionEventIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the ConditionEventId PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the ConditionEventId PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getConditionEventIdNodeAsync

      CompletableFuture<? extends PropertyType> getConditionEventIdNodeAsync()
      Asynchronous implementation of getConditionEventIdNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getComment

      org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getComment() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the Comment Node.

      The returned value is the last seen; it is not read live from the server.

      Returns:
      the local value of the Comment Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Comment Node.
    • setComment

      void setComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the Comment Node.

      The value is only updated locally; it is not written to the server.

      Parameters:
      value - the local value to set for the Comment Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Comment Node.
    • readComment

      org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readComment() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the Comment Node from the server and update the local value if the operation succeeds.
      Returns:
      the LocalizedText value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeComment

      void writeComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the Comment Node to the server and update the local value if the operation succeeds.
      Parameters:
      value - the LocalizedText value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readCommentAsync

      CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readCommentAsync()
      An asynchronous implementation of readComment().
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeCommentAsync

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCommentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getCommentNode

      PropertyType getCommentNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the Comment PropertyType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the Comment PropertyType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getCommentNodeAsync

      CompletableFuture<? extends PropertyType> getCommentNodeAsync()
      Asynchronous implementation of getCommentNode().
      Returns:
      a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.