public interface AuditConditionConfirmEventType extends AuditConditionEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
COMMENT |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
CONDITION_EVENT_ID |
INPUT_ARGUMENTS, METHOD_IDACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getComment()
Get the local value of the Comment Node.
|
PropertyType |
getCommentNode()
Get the Comment
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCommentNodeAsync()
Asynchronous implementation of
getCommentNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getConditionEventId()
Get the local value of the ConditionEventId Node.
|
PropertyType |
getConditionEventIdNode()
Get the ConditionEventId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getConditionEventIdNodeAsync()
Asynchronous implementation of
getConditionEventIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readComment()
Read the value of the Comment Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readCommentAsync()
An asynchronous implementation of
readComment(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
readConditionEventId()
Read the value of the ConditionEventId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
readConditionEventIdAsync()
An asynchronous implementation of
readConditionEventId(). |
void |
setComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
Set the local value of the Comment Node.
|
void |
setConditionEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString conditionEventId)
Set the local value of the ConditionEventId Node.
|
void |
writeComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
Write a new value for the Comment Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCommentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
An asynchronous implementation of
writeComment(LocalizedText). |
void |
writeConditionEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString conditionEventId)
Write a new value for the ConditionEventId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString conditionEventId)
An asynchronous implementation of
writeConditionEventId(ByteString). |
getInputArguments, getInputArgumentsNode, getInputArgumentsNodeAsync, getMethodId, getMethodIdNode, getMethodIdNodeAsync, readInputArguments, readInputArgumentsAsync, readMethodId, readMethodIdAsync, setInputArguments, setMethodId, writeInputArguments, writeInputArgumentsAsync, writeMethodId, writeMethodIdAsyncgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> CONDITION_EVENT_ID
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> COMMENT
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getConditionEventId()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionEventId Node.void setConditionEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString conditionEventId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
conditionEventId - the local value to set for the ConditionEventId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionEventId Node.org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readConditionEventId()
throws org.eclipse.milo.opcua.stack.core.UaException
ByteString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeConditionEventId(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString conditionEventId)
throws org.eclipse.milo.opcua.stack.core.UaException
conditionEventId - the ByteString value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readConditionEventIdAsync()
readConditionEventId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionEventIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString conditionEventId)
writeConditionEventId(ByteString).PropertyType getConditionEventIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getConditionEventIdNodeAsync()
getConditionEventIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getComment()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Comment Node.void setComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
comment - the local value to set for the Comment Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Comment Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readComment()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
throws org.eclipse.milo.opcua.stack.core.UaException
comment - the LocalizedText value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> readCommentAsync()
readComment().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCommentAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
writeComment(LocalizedText).PropertyType getCommentNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getCommentNodeAsync()
getCommentNode().Copyright © 2021. All rights reserved.