public interface AuditCertificateDataMismatchEventType extends AuditCertificateEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String> |
INVALID_HOSTNAME |
static QualifiedProperty<String> |
INVALID_URI |
CERTIFICATEACTION_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 |
|---|---|
String |
getInvalidHostname()
Get the local value of the InvalidHostname Node.
|
PropertyType |
getInvalidHostnameNode()
Get the InvalidHostname
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInvalidHostnameNodeAsync()
Asynchronous implementation of
getInvalidHostnameNode(). |
String |
getInvalidUri()
Get the local value of the InvalidUri Node.
|
PropertyType |
getInvalidUriNode()
Get the InvalidUri
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInvalidUriNodeAsync()
Asynchronous implementation of
getInvalidUriNode(). |
String |
readInvalidHostname()
Read the value of the InvalidHostname Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readInvalidHostnameAsync()
An asynchronous implementation of
readInvalidHostname(). |
String |
readInvalidUri()
Read the value of the InvalidUri Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readInvalidUriAsync()
An asynchronous implementation of
readInvalidUri(). |
void |
setInvalidHostname(String invalidHostname)
Set the local value of the InvalidHostname Node.
|
void |
setInvalidUri(String invalidUri)
Set the local value of the InvalidUri Node.
|
void |
writeInvalidHostname(String invalidHostname)
Write a new value for the InvalidHostname Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInvalidHostnameAsync(String invalidHostname)
An asynchronous implementation of
writeInvalidHostname(String). |
void |
writeInvalidUri(String invalidUri)
Write a new value for the InvalidUri Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInvalidUriAsync(String invalidUri)
An asynchronous implementation of
writeInvalidUri(String). |
getCertificate, getCertificateNode, getCertificateNodeAsync, readCertificate, readCertificateAsync, setCertificate, writeCertificate, writeCertificateAsyncgetActionTimeStamp, 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<String> INVALID_HOSTNAME
static final QualifiedProperty<String> INVALID_URI
String getInvalidHostname() 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 InvalidHostname Node.void setInvalidHostname(String invalidHostname) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
invalidHostname - the local value to set for the InvalidHostname Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InvalidHostname Node.String readInvalidHostname() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInvalidHostname(String invalidHostname) throws org.eclipse.milo.opcua.stack.core.UaException
invalidHostname - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readInvalidHostnameAsync()
readInvalidHostname().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInvalidHostnameAsync(String invalidHostname)
writeInvalidHostname(String).PropertyType getInvalidHostnameNode() 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> getInvalidHostnameNodeAsync()
getInvalidHostnameNode().String getInvalidUri() 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 InvalidUri Node.void setInvalidUri(String invalidUri) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
invalidUri - the local value to set for the InvalidUri Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InvalidUri Node.String readInvalidUri() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInvalidUri(String invalidUri) throws org.eclipse.milo.opcua.stack.core.UaException
invalidUri - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readInvalidUriAsync()
readInvalidUri().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInvalidUriAsync(String invalidUri)
writeInvalidUri(String).PropertyType getInvalidUriNode() 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> getInvalidUriNodeAsync()
getInvalidUriNode().Copyright © 2021. All rights reserved.