public class SessionDiagnosticsDataType extends Structure implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionDiagnosticsDataType.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
SessionDiagnosticsDataType(NodeId sessionId,
String sessionName,
ApplicationDescription clientDescription,
String serverUri,
String endpointUrl,
String[] localeIds,
Double actualSessionTimeout,
UInteger maxResponseMessageSize,
DateTime clientConnectionTime,
DateTime clientLastContactTime,
UInteger currentSubscriptionsCount,
UInteger currentMonitoredItemsCount,
UInteger currentPublishRequestsInQueue,
ServiceCounterDataType totalRequestCount,
UInteger unauthorizedRequestCount,
ServiceCounterDataType readCount,
ServiceCounterDataType historyReadCount,
ServiceCounterDataType writeCount,
ServiceCounterDataType historyUpdateCount,
ServiceCounterDataType callCount,
ServiceCounterDataType createMonitoredItemsCount,
ServiceCounterDataType modifyMonitoredItemsCount,
ServiceCounterDataType setMonitoringModeCount,
ServiceCounterDataType setTriggeringCount,
ServiceCounterDataType deleteMonitoredItemsCount,
ServiceCounterDataType createSubscriptionCount,
ServiceCounterDataType modifySubscriptionCount,
ServiceCounterDataType setPublishingModeCount,
ServiceCounterDataType publishCount,
ServiceCounterDataType republishCount,
ServiceCounterDataType transferSubscriptionsCount,
ServiceCounterDataType deleteSubscriptionsCount,
ServiceCounterDataType addNodesCount,
ServiceCounterDataType addReferencesCount,
ServiceCounterDataType deleteNodesCount,
ServiceCounterDataType deleteReferencesCount,
ServiceCounterDataType browseCount,
ServiceCounterDataType browseNextCount,
ServiceCounterDataType translateBrowsePathsToNodeIdsCount,
ServiceCounterDataType queryFirstCount,
ServiceCounterDataType queryNextCount,
ServiceCounterDataType registerNodesCount,
ServiceCounterDataType unregisterNodesCount) |
public static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId XML_ENCODING_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public SessionDiagnosticsDataType(NodeId sessionId, String sessionName, ApplicationDescription clientDescription, String serverUri, String endpointUrl, String[] localeIds, Double actualSessionTimeout, UInteger maxResponseMessageSize, DateTime clientConnectionTime, DateTime clientLastContactTime, UInteger currentSubscriptionsCount, UInteger currentMonitoredItemsCount, UInteger currentPublishRequestsInQueue, ServiceCounterDataType totalRequestCount, UInteger unauthorizedRequestCount, ServiceCounterDataType readCount, ServiceCounterDataType historyReadCount, ServiceCounterDataType writeCount, ServiceCounterDataType historyUpdateCount, ServiceCounterDataType callCount, ServiceCounterDataType createMonitoredItemsCount, ServiceCounterDataType modifyMonitoredItemsCount, ServiceCounterDataType setMonitoringModeCount, ServiceCounterDataType setTriggeringCount, ServiceCounterDataType deleteMonitoredItemsCount, ServiceCounterDataType createSubscriptionCount, ServiceCounterDataType modifySubscriptionCount, ServiceCounterDataType setPublishingModeCount, ServiceCounterDataType publishCount, ServiceCounterDataType republishCount, ServiceCounterDataType transferSubscriptionsCount, ServiceCounterDataType deleteSubscriptionsCount, ServiceCounterDataType addNodesCount, ServiceCounterDataType addReferencesCount, ServiceCounterDataType deleteNodesCount, ServiceCounterDataType deleteReferencesCount, ServiceCounterDataType browseCount, ServiceCounterDataType browseNextCount, ServiceCounterDataType translateBrowsePathsToNodeIdsCount, ServiceCounterDataType queryFirstCount, ServiceCounterDataType queryNextCount, ServiceCounterDataType registerNodesCount, ServiceCounterDataType unregisterNodesCount)
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class Structurepublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructurepublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructurepublic NodeId getSessionId()
public String getSessionName()
public ApplicationDescription getClientDescription()
public String getServerUri()
public String getEndpointUrl()
public String[] getLocaleIds()
public Double getActualSessionTimeout()
public UInteger getMaxResponseMessageSize()
public DateTime getClientConnectionTime()
public DateTime getClientLastContactTime()
public UInteger getCurrentSubscriptionsCount()
public UInteger getCurrentMonitoredItemsCount()
public UInteger getCurrentPublishRequestsInQueue()
public ServiceCounterDataType getTotalRequestCount()
public UInteger getUnauthorizedRequestCount()
public ServiceCounterDataType getReadCount()
public ServiceCounterDataType getHistoryReadCount()
public ServiceCounterDataType getWriteCount()
public ServiceCounterDataType getHistoryUpdateCount()
public ServiceCounterDataType getCallCount()
public ServiceCounterDataType getCreateMonitoredItemsCount()
public ServiceCounterDataType getModifyMonitoredItemsCount()
public ServiceCounterDataType getSetMonitoringModeCount()
public ServiceCounterDataType getSetTriggeringCount()
public ServiceCounterDataType getDeleteMonitoredItemsCount()
public ServiceCounterDataType getCreateSubscriptionCount()
public ServiceCounterDataType getModifySubscriptionCount()
public ServiceCounterDataType getSetPublishingModeCount()
public ServiceCounterDataType getPublishCount()
public ServiceCounterDataType getRepublishCount()
public ServiceCounterDataType getTransferSubscriptionsCount()
public ServiceCounterDataType getDeleteSubscriptionsCount()
public ServiceCounterDataType getAddNodesCount()
public ServiceCounterDataType getAddReferencesCount()
public ServiceCounterDataType getDeleteNodesCount()
public ServiceCounterDataType getDeleteReferencesCount()
public ServiceCounterDataType getBrowseCount()
public ServiceCounterDataType getBrowseNextCount()
public ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
public ServiceCounterDataType getQueryFirstCount()
public ServiceCounterDataType getQueryNextCount()
public ServiceCounterDataType getRegisterNodesCount()
public ServiceCounterDataType getUnregisterNodesCount()
Copyright © 2025. All rights reserved.