public interface CertificateExpirationAlarmType extends SystemOffNormalAlarmType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
CERTIFICATE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
CERTIFICATE_TYPE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
EXPIRATION_DATE |
static QualifiedProperty<Double> |
EXPIRATION_LIMIT |
NORMAL_STATEINPUT_NODE, MAX_TIME_SHELVED, SUPPRESSED_OR_SHELVEDBRANCH_ID, CLIENT_USER_ID, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, RETAINEVENT_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.ByteString |
getCertificate()
Get the local value of the Certificate Node.
|
PropertyType |
getCertificateNode()
Get the Certificate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCertificateNodeAsync()
Asynchronous implementation of
getCertificateNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getCertificateType()
Get the local value of the CertificateType Node.
|
PropertyType |
getCertificateTypeNode()
Get the CertificateType
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCertificateTypeNodeAsync()
Asynchronous implementation of
getCertificateTypeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getExpirationDate()
Get the local value of the ExpirationDate Node.
|
PropertyType |
getExpirationDateNode()
Get the ExpirationDate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getExpirationDateNodeAsync()
Asynchronous implementation of
getExpirationDateNode(). |
Double |
getExpirationLimit()
Get the local value of the ExpirationLimit Node.
|
PropertyType |
getExpirationLimitNode()
Get the ExpirationLimit
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getExpirationLimitNodeAsync()
Asynchronous implementation of
getExpirationLimitNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString |
readCertificate()
Read the value of the Certificate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> |
readCertificateAsync()
An asynchronous implementation of
readCertificate(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readCertificateType()
Read the value of the CertificateType Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readCertificateTypeAsync()
An asynchronous implementation of
readCertificateType(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readExpirationDate()
Read the value of the ExpirationDate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readExpirationDateAsync()
An asynchronous implementation of
readExpirationDate(). |
Double |
readExpirationLimit()
Read the value of the ExpirationLimit Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readExpirationLimitAsync()
An asynchronous implementation of
readExpirationLimit(). |
void |
setCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificate)
Set the local value of the Certificate Node.
|
void |
setCertificateType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId certificateType)
Set the local value of the CertificateType Node.
|
void |
setExpirationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime expirationDate)
Set the local value of the ExpirationDate Node.
|
void |
setExpirationLimit(Double expirationLimit)
Set the local value of the ExpirationLimit Node.
|
void |
writeCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificate)
Write a new value for the Certificate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificate)
An asynchronous implementation of
writeCertificate(ByteString). |
void |
writeCertificateType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId certificateType)
Write a new value for the CertificateType Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCertificateTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId certificateType)
An asynchronous implementation of
writeCertificateType(NodeId). |
void |
writeExpirationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime expirationDate)
Write a new value for the ExpirationDate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeExpirationDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime expirationDate)
An asynchronous implementation of
writeExpirationDate(DateTime). |
void |
writeExpirationLimit(Double expirationLimit)
Write a new value for the ExpirationLimit Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeExpirationLimitAsync(Double expirationLimit)
An asynchronous implementation of
writeExpirationLimit(Double). |
getNormalState, getNormalStateNode, getNormalStateNodeAsync, readNormalState, readNormalStateAsync, setNormalState, writeNormalState, writeNormalStateAsyncgetActiveState, getActiveStateNode, getActiveStateNodeAsync, getEnabledState, getEnabledStateNode, getEnabledStateNodeAsync, getInputNode, getInputNodeNode, getInputNodeNodeAsync, getMaxTimeShelved, getMaxTimeShelvedNode, getMaxTimeShelvedNodeAsync, getShelvingStateNode, getShelvingStateNodeAsync, getSuppressedOrShelved, getSuppressedOrShelvedNode, getSuppressedOrShelvedNodeAsync, getSuppressedState, getSuppressedStateNode, getSuppressedStateNodeAsync, readActiveState, readActiveStateAsync, readEnabledState, readEnabledStateAsync, readInputNode, readInputNodeAsync, readMaxTimeShelved, readMaxTimeShelvedAsync, readSuppressedOrShelved, readSuppressedOrShelvedAsync, readSuppressedState, readSuppressedStateAsync, setActiveState, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState, writeActiveState, writeActiveStateAsync, writeEnabledState, writeEnabledStateAsync, writeInputNode, writeInputNodeAsync, writeMaxTimeShelved, writeMaxTimeShelvedAsync, writeSuppressedOrShelved, writeSuppressedOrShelvedAsync, writeSuppressedState, writeSuppressedStateAsyncgetAckedState, getAckedStateNode, getAckedStateNodeAsync, getConfirmedState, getConfirmedStateNode, getConfirmedStateNodeAsync, readAckedState, readAckedStateAsync, readConfirmedState, readConfirmedStateAsync, setAckedState, setConfirmedState, writeAckedState, writeAckedStateAsync, writeConfirmedState, writeConfirmedStateAsyncgetBranchId, getBranchIdNode, getBranchIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getComment, getCommentNode, getCommentNodeAsync, getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionName, getConditionNameNode, getConditionNameNodeAsync, getLastSeverity, getLastSeverityNode, getLastSeverityNodeAsync, getQuality, getQualityNode, getQualityNodeAsync, getRetain, getRetainNode, getRetainNodeAsync, readBranchId, readBranchIdAsync, readClientUserId, readClientUserIdAsync, readComment, readCommentAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionName, readConditionNameAsync, readLastSeverity, readLastSeverityAsync, readQuality, readQualityAsync, readRetain, readRetainAsync, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain, writeBranchId, writeBranchIdAsync, writeClientUserId, writeClientUserIdAsync, writeComment, writeCommentAsync, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionName, writeConditionNameAsync, writeLastSeverity, writeLastSeverityAsync, writeQuality, writeQualityAsync, writeRetain, writeRetainAsyncgetEventId, 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.DateTime> EXPIRATION_DATE
static final QualifiedProperty<Double> EXPIRATION_LIMIT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> CERTIFICATE_TYPE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> CERTIFICATE
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getExpirationDate()
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 ExpirationDate Node.void setExpirationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime expirationDate)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
expirationDate - the local value to set for the ExpirationDate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExpirationDate Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readExpirationDate()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeExpirationDate(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime expirationDate)
throws org.eclipse.milo.opcua.stack.core.UaException
expirationDate - the DateTime 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.DateTime> readExpirationDateAsync()
readExpirationDate().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeExpirationDateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime expirationDate)
writeExpirationDate(DateTime).PropertyType getExpirationDateNode() 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> getExpirationDateNodeAsync()
getExpirationDateNode().Double getExpirationLimit() 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 ExpirationLimit Node.void setExpirationLimit(Double expirationLimit) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
expirationLimit - the local value to set for the ExpirationLimit Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ExpirationLimit Node.Double readExpirationLimit() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeExpirationLimit(Double expirationLimit) throws org.eclipse.milo.opcua.stack.core.UaException
expirationLimit - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readExpirationLimitAsync()
readExpirationLimit().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeExpirationLimitAsync(Double expirationLimit)
writeExpirationLimit(Double).PropertyType getExpirationLimitNode() 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> getExpirationLimitNodeAsync()
getExpirationLimitNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getCertificateType()
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 CertificateType Node.void setCertificateType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId certificateType)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
certificateType - the local value to set for the CertificateType Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CertificateType Node.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readCertificateType()
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 writeCertificateType(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId certificateType)
throws org.eclipse.milo.opcua.stack.core.UaException
certificateType - 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> readCertificateTypeAsync()
readCertificateType().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateTypeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId certificateType)
writeCertificateType(NodeId).PropertyType getCertificateTypeNode() 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> getCertificateTypeNodeAsync()
getCertificateTypeNode().org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getCertificate()
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 Certificate Node.void setCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificate)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
certificate - the local value to set for the Certificate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Certificate Node.org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readCertificate()
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 writeCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificate)
throws org.eclipse.milo.opcua.stack.core.UaException
certificate - 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> readCertificateAsync()
readCertificate().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString certificate)
writeCertificate(ByteString).PropertyType getCertificateNode() 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> getCertificateNodeAsync()
getCertificateNode().Copyright © 2021. All rights reserved.