public interface ConditionType extends BaseEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
BRANCH_ID |
static QualifiedProperty<String> |
CLIENT_USER_ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
CONDITION_CLASS_ID |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
CONDITION_CLASS_NAME |
static QualifiedProperty<String> |
CONDITION_NAME |
static QualifiedProperty<Boolean> |
RETAIN |
EVENT_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.NodeId |
getBranchId()
Get the local value of the BranchId Node.
|
PropertyType |
getBranchIdNode()
Get the BranchId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getBranchIdNodeAsync()
Asynchronous implementation of
getBranchIdNode(). |
String |
getClientUserId()
Get the local value of the ClientUserId Node.
|
PropertyType |
getClientUserIdNode()
Get the ClientUserId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getClientUserIdNodeAsync()
Asynchronous implementation of
getClientUserIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getComment()
Get the local value of the Comment Node.
|
ConditionVariableType |
getCommentNode()
Get the Comment
ConditionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends ConditionVariableType> |
getCommentNodeAsync()
Asynchronous implementation of
getCommentNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getConditionClassId()
Get the local value of the ConditionClassId Node.
|
PropertyType |
getConditionClassIdNode()
Get the ConditionClassId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getConditionClassIdNodeAsync()
Asynchronous implementation of
getConditionClassIdNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getConditionClassName()
Get the local value of the ConditionClassName Node.
|
PropertyType |
getConditionClassNameNode()
Get the ConditionClassName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getConditionClassNameNodeAsync()
Asynchronous implementation of
getConditionClassNameNode(). |
String |
getConditionName()
Get the local value of the ConditionName Node.
|
PropertyType |
getConditionNameNode()
Get the ConditionName
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getConditionNameNodeAsync()
Asynchronous implementation of
getConditionNameNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getEnabledState()
Get the local value of the EnabledState Node.
|
TwoStateVariableType |
getEnabledStateNode()
Get the EnabledState
TwoStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends TwoStateVariableType> |
getEnabledStateNodeAsync()
Asynchronous implementation of
getEnabledStateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getLastSeverity()
Get the local value of the LastSeverity Node.
|
ConditionVariableType |
getLastSeverityNode()
Get the LastSeverity
ConditionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends ConditionVariableType> |
getLastSeverityNodeAsync()
Asynchronous implementation of
getLastSeverityNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode |
getQuality()
Get the local value of the Quality Node.
|
ConditionVariableType |
getQualityNode()
Get the Quality
ConditionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends ConditionVariableType> |
getQualityNodeAsync()
Asynchronous implementation of
getQualityNode(). |
Boolean |
getRetain()
Get the local value of the Retain Node.
|
PropertyType |
getRetainNode()
Get the Retain
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getRetainNodeAsync()
Asynchronous implementation of
getRetainNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readBranchId()
Read the value of the BranchId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readBranchIdAsync()
An asynchronous implementation of
readBranchId(). |
String |
readClientUserId()
Read the value of the ClientUserId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientUserIdAsync()
An asynchronous implementation of
readClientUserId(). |
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.NodeId |
readConditionClassId()
Read the value of the ConditionClassId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readConditionClassIdAsync()
An asynchronous implementation of
readConditionClassId(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readConditionClassName()
Read the value of the ConditionClassName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readConditionClassNameAsync()
An asynchronous implementation of
readConditionClassName(). |
String |
readConditionName()
Read the value of the ConditionName Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readConditionNameAsync()
An asynchronous implementation of
readConditionName(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readEnabledState()
Read the value of the EnabledState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readEnabledStateAsync()
An asynchronous implementation of
readEnabledState(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
readLastSeverity()
Read the value of the LastSeverity Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
readLastSeverityAsync()
An asynchronous implementation of
readLastSeverity(). |
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode |
readQuality()
Read the value of the Quality Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
readQualityAsync()
An asynchronous implementation of
readQuality(). |
Boolean |
readRetain()
Read the value of the Retain Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readRetainAsync()
An asynchronous implementation of
readRetain(). |
void |
setBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
Set the local value of the BranchId Node.
|
void |
setClientUserId(String clientUserId)
Set the local value of the ClientUserId Node.
|
void |
setComment(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText comment)
Set the local value of the Comment Node.
|
void |
setConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
Set the local value of the ConditionClassId Node.
|
void |
setConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
Set the local value of the ConditionClassName Node.
|
void |
setConditionName(String conditionName)
Set the local value of the ConditionName Node.
|
void |
setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Set the local value of the EnabledState Node.
|
void |
setLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
Set the local value of the LastSeverity Node.
|
void |
setQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
Set the local value of the Quality Node.
|
void |
setRetain(Boolean retain)
Set the local value of the Retain Node.
|
void |
writeBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
Write a new value for the BranchId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBranchIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
An asynchronous implementation of
writeBranchId(NodeId). |
void |
writeClientUserId(String clientUserId)
Write a new value for the ClientUserId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientUserIdAsync(String clientUserId)
An asynchronous implementation of
writeClientUserId(String). |
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 |
writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
Write a new value for the ConditionClassId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
An asynchronous implementation of
writeConditionClassId(NodeId). |
void |
writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
Write a new value for the ConditionClassName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
An asynchronous implementation of
writeConditionClassName(LocalizedText). |
void |
writeConditionName(String conditionName)
Write a new value for the ConditionName Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeConditionNameAsync(String conditionName)
An asynchronous implementation of
writeConditionName(String). |
void |
writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
Write a new value for the EnabledState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
An asynchronous implementation of
writeEnabledState(LocalizedText). |
void |
writeLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
Write a new value for the LastSeverity Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
An asynchronous implementation of
writeLastSeverity(UShort). |
void |
writeQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
Write a new value for the Quality Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeQualityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
An asynchronous implementation of
writeQuality(StatusCode). |
void |
writeRetain(Boolean retain)
Write a new value for the Retain Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRetainAsync(Boolean retain)
An asynchronous implementation of
writeRetain(Boolean). |
getEventId, 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.NodeId> CONDITION_CLASS_ID
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> CONDITION_CLASS_NAME
static final QualifiedProperty<String> CONDITION_NAME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> BRANCH_ID
static final QualifiedProperty<Boolean> RETAIN
static final QualifiedProperty<String> CLIENT_USER_ID
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getConditionClassId()
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 ConditionClassId Node.void setConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
conditionClassId - the local value to set for the ConditionClassId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionClassId Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readConditionClassId()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeConditionClassId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
throws org.eclipse.milo.opcua.stack.core.UaException
conditionClassId - the NodeId 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.NodeId> readConditionClassIdAsync()
readConditionClassId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionClassIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId conditionClassId)
writeConditionClassId(NodeId).PropertyType getConditionClassIdNode() 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> getConditionClassIdNodeAsync()
getConditionClassIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getConditionClassName()
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 ConditionClassName Node.void setConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
conditionClassName - the local value to set for the ConditionClassName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionClassName Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readConditionClassName()
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 writeConditionClassName(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
throws org.eclipse.milo.opcua.stack.core.UaException
conditionClassName - 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> readConditionClassNameAsync()
readConditionClassName().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionClassNameAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText conditionClassName)
writeConditionClassName(LocalizedText).PropertyType getConditionClassNameNode() 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> getConditionClassNameNodeAsync()
getConditionClassNameNode().String getConditionName() 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 ConditionName Node.void setConditionName(String conditionName) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
conditionName - the local value to set for the ConditionName Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ConditionName Node.String readConditionName() 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 writeConditionName(String conditionName) throws org.eclipse.milo.opcua.stack.core.UaException
conditionName - 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> readConditionNameAsync()
readConditionName().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConditionNameAsync(String conditionName)
writeConditionName(String).PropertyType getConditionNameNode() 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> getConditionNameNodeAsync()
getConditionNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getBranchId()
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 BranchId Node.void setBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
branchId - the local value to set for the BranchId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BranchId Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readBranchId()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeBranchId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
throws org.eclipse.milo.opcua.stack.core.UaException
branchId - the NodeId 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.NodeId> readBranchIdAsync()
readBranchId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBranchIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId branchId)
writeBranchId(NodeId).PropertyType getBranchIdNode() 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> getBranchIdNodeAsync()
getBranchIdNode().Boolean getRetain() 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 Retain Node.void setRetain(Boolean retain) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
retain - the local value to set for the Retain Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Retain Node.Boolean readRetain() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeRetain(Boolean retain) throws org.eclipse.milo.opcua.stack.core.UaException
retain - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readRetainAsync()
readRetain().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRetainAsync(Boolean retain)
writeRetain(Boolean).PropertyType getRetainNode() 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> getRetainNodeAsync()
getRetainNode().String getClientUserId() 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 ClientUserId Node.void setClientUserId(String clientUserId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientUserId - the local value to set for the ClientUserId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserId Node.String readClientUserId() 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 writeClientUserId(String clientUserId) throws org.eclipse.milo.opcua.stack.core.UaException
clientUserId - 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> readClientUserIdAsync()
readClientUserId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdAsync(String clientUserId)
writeClientUserId(String).PropertyType getClientUserIdNode() 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> getClientUserIdNodeAsync()
getClientUserIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getEnabledState()
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 EnabledState Node.void setEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
enabledState - the local value to set for the EnabledState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readEnabledState()
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 writeEnabledState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
throws org.eclipse.milo.opcua.stack.core.UaException
enabledState - 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> readEnabledStateAsync()
readEnabledState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText enabledState)
writeEnabledState(LocalizedText).TwoStateVariableType getEnabledStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
TwoStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TwoStateVariableType 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 TwoStateVariableType> getEnabledStateNodeAsync()
getEnabledStateNode().org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode getQuality()
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 Quality Node.void setQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
quality - the local value to set for the Quality Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Quality Node.org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode readQuality()
throws org.eclipse.milo.opcua.stack.core.UaException
StatusCode value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeQuality(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
throws org.eclipse.milo.opcua.stack.core.UaException
quality - the StatusCode 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.StatusCode> readQualityAsync()
readQuality().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeQualityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode quality)
writeQuality(StatusCode).ConditionVariableType getQualityNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ConditionVariableType 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 ConditionVariableType> getQualityNodeAsync()
getQualityNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getLastSeverity()
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 LastSeverity Node.void setLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
lastSeverity - the local value to set for the LastSeverity Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastSeverity Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readLastSeverity()
throws org.eclipse.milo.opcua.stack.core.UaException
UShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastSeverity(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
throws org.eclipse.milo.opcua.stack.core.UaException
lastSeverity - the UShort 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.unsigned.UShort> readLastSeverityAsync()
readLastSeverity().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastSeverityAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort lastSeverity)
writeLastSeverity(UShort).ConditionVariableType getLastSeverityNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ConditionVariableType 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 ConditionVariableType> getLastSeverityNodeAsync()
getLastSeverityNode().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).ConditionVariableType getCommentNode() throws org.eclipse.milo.opcua.stack.core.UaException
ConditionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ConditionVariableType 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 ConditionVariableType> getCommentNodeAsync()
getCommentNode().Copyright © 2021. All rights reserved.