public interface LogObjectType extends BaseObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogObjectType.GetRecordsMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
GET_RECORDS |
static String |
MAX_RECORDS |
static String |
MAX_STORAGE_DURATION |
static String |
MINIMUM_SEVERITY |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
getGetRecordsNode() |
UnsignedInteger |
getMaxRecords() |
UaProperty |
getMaxRecordsNode() |
Double |
getMaxStorageDuration() |
UaProperty |
getMaxStorageDurationNode() |
UnsignedShort |
getMinimumSeverity() |
UaProperty |
getMinimumSeverityNode() |
LogObjectType.GetRecordsMethodOutputs |
getRecords(DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
void |
setMaxRecords(UnsignedInteger value) |
void |
setMaxStorageDuration(Double value) |
void |
setMinimumSeverity(UnsignedShort value) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String MAX_STORAGE_DURATION
static final String MAX_RECORDS
static final String MINIMUM_SEVERITY
static final String GET_RECORDS
UaProperty getMaxStorageDurationNode()
Double getMaxStorageDuration()
void setMaxStorageDuration(Double value) throws StatusException
StatusExceptionUaProperty getMaxRecordsNode()
UnsignedInteger getMaxRecords()
void setMaxRecords(UnsignedInteger value) throws StatusException
StatusExceptionUaProperty getMinimumSeverityNode()
UnsignedShort getMinimumSeverity()
void setMinimumSeverity(UnsignedShort value) throws StatusException
StatusExceptionUaMethod getGetRecordsNode()
LogObjectType.GetRecordsMethodOutputs getRecords(DateTime f_startTime, DateTime f_endTime, UnsignedInteger f_maxReturnRecords, UnsignedShort f_minimumSeverity, LogRecordMask f_requestMask, ByteString f_continuationPointIn) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.