public class AuditCreateSessionEventTypeNode extends AuditSessionEventTypeNode implements AuditCreateSessionEventType
CLIENT_CERTIFICATE, CLIENT_CERTIFICATE_THUMBPRINT, REVISED_SESSION_TIMEOUT, SECURE_CHANNEL_IDSESSION_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| Constructor and Description |
|---|
AuditCreateSessionEventTypeNode(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.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
getClientCertificate()
Get the local value of the ClientCertificate Node.
|
PropertyTypeNode |
getClientCertificateNode()
Get the ClientCertificate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getClientCertificateNodeAsync()
Asynchronous implementation of
AuditCreateSessionEventType.getClientCertificateNode(). |
String |
getClientCertificateThumbprint()
Get the local value of the ClientCertificateThumbprint Node.
|
PropertyTypeNode |
getClientCertificateThumbprintNode()
Get the ClientCertificateThumbprint
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getClientCertificateThumbprintNodeAsync()
Asynchronous implementation of
AuditCreateSessionEventType.getClientCertificateThumbprintNode(). |
Double |
getRevisedSessionTimeout()
Get the local value of the RevisedSessionTimeout Node.
|
PropertyTypeNode |
getRevisedSessionTimeoutNode()
Get the RevisedSessionTimeout
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getRevisedSessionTimeoutNodeAsync()
Asynchronous implementation of
AuditCreateSessionEventType.getRevisedSessionTimeoutNode(). |
String |
getSecureChannelId()
Get the local value of the SecureChannelId Node.
|
PropertyTypeNode |
getSecureChannelIdNode()
Get the SecureChannelId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSecureChannelIdNodeAsync()
Asynchronous implementation of
AuditCreateSessionEventType.getSecureChannelIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
readClientCertificate()
Read the value of the ClientCertificate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
readClientCertificateAsync()
An asynchronous implementation of
AuditCreateSessionEventType.readClientCertificate(). |
String |
readClientCertificateThumbprint()
Read the value of the ClientCertificateThumbprint Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientCertificateThumbprintAsync()
An asynchronous implementation of
AuditCreateSessionEventType.readClientCertificateThumbprint(). |
Double |
readRevisedSessionTimeout()
Read the value of the RevisedSessionTimeout Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readRevisedSessionTimeoutAsync()
An asynchronous implementation of
AuditCreateSessionEventType.readRevisedSessionTimeout(). |
String |
readSecureChannelId()
Read the value of the SecureChannelId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readSecureChannelIdAsync()
An asynchronous implementation of
AuditCreateSessionEventType.readSecureChannelId(). |
void |
setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
Set the local value of the ClientCertificate Node.
|
void |
setClientCertificateThumbprint(String clientCertificateThumbprint)
Set the local value of the ClientCertificateThumbprint Node.
|
void |
setRevisedSessionTimeout(Double revisedSessionTimeout)
Set the local value of the RevisedSessionTimeout Node.
|
void |
setSecureChannelId(String secureChannelId)
Set the local value of the SecureChannelId Node.
|
void |
writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
Write a new value for the ClientCertificate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
An asynchronous implementation of
AuditCreateSessionEventType.writeClientCertificate(ByteString). |
void |
writeClientCertificateThumbprint(String clientCertificateThumbprint)
Write a new value for the ClientCertificateThumbprint Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientCertificateThumbprintAsync(String clientCertificateThumbprint)
An asynchronous implementation of
AuditCreateSessionEventType.writeClientCertificateThumbprint(String). |
void |
writeRevisedSessionTimeout(Double revisedSessionTimeout)
Write a new value for the RevisedSessionTimeout Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRevisedSessionTimeoutAsync(Double revisedSessionTimeout)
An asynchronous implementation of
AuditCreateSessionEventType.writeRevisedSessionTimeout(Double). |
void |
writeSecureChannelId(String secureChannelId)
Write a new value for the SecureChannelId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecureChannelIdAsync(String secureChannelId)
An asynchronous implementation of
AuditCreateSessionEventType.writeSecureChannelId(String). |
getSessionId, getSessionIdNode, getSessionIdNodeAsync, readSessionId, readSessionIdAsync, setSessionId, writeSessionId, writeSessionIdAsyncgetActionTimeStamp, 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, writeTimeAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, 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, waitgetSessionId, getSessionIdNode, getSessionIdNodeAsync, readSessionId, readSessionIdAsync, setSessionId, writeSessionId, writeSessionIdAsyncgetActionTimeStamp, 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, setWriteMaskpublic AuditCreateSessionEventTypeNode(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.unsigned.UByte eventNotifier)
public String getSecureChannelId() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getSecureChannelId in interface AuditCreateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecureChannelId Node.public void setSecureChannelId(String secureChannelId) throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe value is only updated locally; it is not written to the server.
setSecureChannelId in interface AuditCreateSessionEventTypesecureChannelId - the local value to set for the SecureChannelId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecureChannelId Node.public String readSecureChannelId() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypereadSecureChannelId in interface AuditCreateSessionEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecureChannelId(String secureChannelId) throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypewriteSecureChannelId in interface AuditCreateSessionEventTypesecureChannelId - 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> readSecureChannelIdAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.readSecureChannelId().readSecureChannelIdAsync in interface AuditCreateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecureChannelIdAsync(String secureChannelId)
AuditCreateSessionEventTypeAuditCreateSessionEventType.writeSecureChannelId(String).writeSecureChannelIdAsync in interface AuditCreateSessionEventTypepublic PropertyTypeNode getSecureChannelIdNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecureChannelIdNode in interface AuditCreateSessionEventTypePropertyType 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 PropertyTypeNode> getSecureChannelIdNodeAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.getSecureChannelIdNode().getSecureChannelIdNodeAsync in interface AuditCreateSessionEventTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getClientCertificate in interface AuditCreateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificate Node.public void setClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe value is only updated locally; it is not written to the server.
setClientCertificate in interface AuditCreateSessionEventTypeclientCertificate - the local value to set for the ClientCertificate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificate Node.public org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readClientCertificate()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypereadClientCertificate in interface AuditCreateSessionEventTypeByteString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypewriteClientCertificate in interface AuditCreateSessionEventTypeclientCertificate - the ByteString 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.ByteString> readClientCertificateAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.readClientCertificate().readClientCertificateAsync in interface AuditCreateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString clientCertificate)
AuditCreateSessionEventTypeAuditCreateSessionEventType.writeClientCertificate(ByteString).writeClientCertificateAsync in interface AuditCreateSessionEventTypepublic PropertyTypeNode getClientCertificateNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientCertificateNode in interface AuditCreateSessionEventTypePropertyType 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 PropertyTypeNode> getClientCertificateNodeAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.getClientCertificateNode().getClientCertificateNodeAsync in interface AuditCreateSessionEventTypepublic String getClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getClientCertificateThumbprint in interface AuditCreateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificateThumbprint Node.public void setClientCertificateThumbprint(String clientCertificateThumbprint) throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe value is only updated locally; it is not written to the server.
setClientCertificateThumbprint in interface AuditCreateSessionEventTypeclientCertificateThumbprint - the local value to set for the ClientCertificateThumbprint Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientCertificateThumbprint Node.public String readClientCertificateThumbprint() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypereadClientCertificateThumbprint in interface AuditCreateSessionEventTypeString value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeClientCertificateThumbprint(String clientCertificateThumbprint) throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypewriteClientCertificateThumbprint in interface AuditCreateSessionEventTypeclientCertificateThumbprint - 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> readClientCertificateThumbprintAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.readClientCertificateThumbprint().readClientCertificateThumbprintAsync in interface AuditCreateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientCertificateThumbprintAsync(String clientCertificateThumbprint)
AuditCreateSessionEventTypeAuditCreateSessionEventType.writeClientCertificateThumbprint(String).writeClientCertificateThumbprintAsync in interface AuditCreateSessionEventTypepublic PropertyTypeNode getClientCertificateThumbprintNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getClientCertificateThumbprintNode in interface AuditCreateSessionEventTypePropertyType 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 PropertyTypeNode> getClientCertificateThumbprintNodeAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.getClientCertificateThumbprintNode().getClientCertificateThumbprintNodeAsync in interface AuditCreateSessionEventTypepublic Double getRevisedSessionTimeout() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe returned value is the last seen; it is not read live from the server.
getRevisedSessionTimeout in interface AuditCreateSessionEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RevisedSessionTimeout Node.public void setRevisedSessionTimeout(Double revisedSessionTimeout) throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypeThe value is only updated locally; it is not written to the server.
setRevisedSessionTimeout in interface AuditCreateSessionEventTyperevisedSessionTimeout - the local value to set for the RevisedSessionTimeout Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RevisedSessionTimeout Node.public Double readRevisedSessionTimeout() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypereadRevisedSessionTimeout in interface AuditCreateSessionEventTypeDouble value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRevisedSessionTimeout(Double revisedSessionTimeout) throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypewriteRevisedSessionTimeout in interface AuditCreateSessionEventTyperevisedSessionTimeout - 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> readRevisedSessionTimeoutAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.readRevisedSessionTimeout().readRevisedSessionTimeoutAsync in interface AuditCreateSessionEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRevisedSessionTimeoutAsync(Double revisedSessionTimeout)
AuditCreateSessionEventTypeAuditCreateSessionEventType.writeRevisedSessionTimeout(Double).writeRevisedSessionTimeoutAsync in interface AuditCreateSessionEventTypepublic PropertyTypeNode getRevisedSessionTimeoutNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditCreateSessionEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRevisedSessionTimeoutNode in interface AuditCreateSessionEventTypePropertyType 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 PropertyTypeNode> getRevisedSessionTimeoutNodeAsync()
AuditCreateSessionEventTypeAuditCreateSessionEventType.getRevisedSessionTimeoutNode().getRevisedSessionTimeoutNodeAsync in interface AuditCreateSessionEventTypeCopyright © 2021. All rights reserved.