org.opcfoundation.ua.core
Class SessionDiagnosticsDataType
java.lang.Object
org.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.SessionDiagnosticsDataType
- All Implemented Interfaces:
- Cloneable, Structure, IEncodeable
public class SessionDiagnosticsDataType
- extends AbstractStructure
|
Constructor Summary |
SessionDiagnosticsDataType()
|
SessionDiagnosticsDataType(NodeId SessionId,
String SessionName,
ApplicationDescription ClientDescription,
String ServerUri,
String EndpointUrl,
String[] LocaleIds,
Double ActualSessionTimeout,
UnsignedInteger MaxResponseMessageSize,
DateTime ClientConnectionTime,
DateTime ClientLastContactTime,
UnsignedInteger CurrentSubscriptionsCount,
UnsignedInteger CurrentMonitoredItemsCount,
UnsignedInteger CurrentPublishRequestsInQueue,
ServiceCounterDataType TotalRequestCount,
UnsignedInteger 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)
|
ID
public static final ExpandedNodeId ID
BINARY
public static final ExpandedNodeId BINARY
XML
public static final ExpandedNodeId XML
SessionId
protected NodeId SessionId
SessionName
protected String SessionName
ClientDescription
protected ApplicationDescription ClientDescription
ServerUri
protected String ServerUri
EndpointUrl
protected String EndpointUrl
LocaleIds
protected String[] LocaleIds
ActualSessionTimeout
protected Double ActualSessionTimeout
MaxResponseMessageSize
protected UnsignedInteger MaxResponseMessageSize
ClientConnectionTime
protected DateTime ClientConnectionTime
ClientLastContactTime
protected DateTime ClientLastContactTime
CurrentSubscriptionsCount
protected UnsignedInteger CurrentSubscriptionsCount
CurrentMonitoredItemsCount
protected UnsignedInteger CurrentMonitoredItemsCount
CurrentPublishRequestsInQueue
protected UnsignedInteger CurrentPublishRequestsInQueue
TotalRequestCount
protected ServiceCounterDataType TotalRequestCount
UnauthorizedRequestCount
protected UnsignedInteger UnauthorizedRequestCount
ReadCount
protected ServiceCounterDataType ReadCount
HistoryReadCount
protected ServiceCounterDataType HistoryReadCount
WriteCount
protected ServiceCounterDataType WriteCount
HistoryUpdateCount
protected ServiceCounterDataType HistoryUpdateCount
CallCount
protected ServiceCounterDataType CallCount
CreateMonitoredItemsCount
protected ServiceCounterDataType CreateMonitoredItemsCount
ModifyMonitoredItemsCount
protected ServiceCounterDataType ModifyMonitoredItemsCount
SetMonitoringModeCount
protected ServiceCounterDataType SetMonitoringModeCount
SetTriggeringCount
protected ServiceCounterDataType SetTriggeringCount
DeleteMonitoredItemsCount
protected ServiceCounterDataType DeleteMonitoredItemsCount
CreateSubscriptionCount
protected ServiceCounterDataType CreateSubscriptionCount
ModifySubscriptionCount
protected ServiceCounterDataType ModifySubscriptionCount
SetPublishingModeCount
protected ServiceCounterDataType SetPublishingModeCount
PublishCount
protected ServiceCounterDataType PublishCount
RepublishCount
protected ServiceCounterDataType RepublishCount
TransferSubscriptionsCount
protected ServiceCounterDataType TransferSubscriptionsCount
DeleteSubscriptionsCount
protected ServiceCounterDataType DeleteSubscriptionsCount
AddNodesCount
protected ServiceCounterDataType AddNodesCount
AddReferencesCount
protected ServiceCounterDataType AddReferencesCount
DeleteNodesCount
protected ServiceCounterDataType DeleteNodesCount
DeleteReferencesCount
protected ServiceCounterDataType DeleteReferencesCount
BrowseCount
protected ServiceCounterDataType BrowseCount
BrowseNextCount
protected ServiceCounterDataType BrowseNextCount
TranslateBrowsePathsToNodeIdsCount
protected ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount
QueryFirstCount
protected ServiceCounterDataType QueryFirstCount
QueryNextCount
protected ServiceCounterDataType QueryNextCount
RegisterNodesCount
protected ServiceCounterDataType RegisterNodesCount
UnregisterNodesCount
protected ServiceCounterDataType UnregisterNodesCount
SessionDiagnosticsDataType
public SessionDiagnosticsDataType()
SessionDiagnosticsDataType
public SessionDiagnosticsDataType(NodeId SessionId,
String SessionName,
ApplicationDescription ClientDescription,
String ServerUri,
String EndpointUrl,
String[] LocaleIds,
Double ActualSessionTimeout,
UnsignedInteger MaxResponseMessageSize,
DateTime ClientConnectionTime,
DateTime ClientLastContactTime,
UnsignedInteger CurrentSubscriptionsCount,
UnsignedInteger CurrentMonitoredItemsCount,
UnsignedInteger CurrentPublishRequestsInQueue,
ServiceCounterDataType TotalRequestCount,
UnsignedInteger 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)
getSessionId
public NodeId getSessionId()
setSessionId
public void setSessionId(NodeId SessionId)
getSessionName
public String getSessionName()
setSessionName
public void setSessionName(String SessionName)
getClientDescription
public ApplicationDescription getClientDescription()
setClientDescription
public void setClientDescription(ApplicationDescription ClientDescription)
getServerUri
public String getServerUri()
setServerUri
public void setServerUri(String ServerUri)
getEndpointUrl
public String getEndpointUrl()
setEndpointUrl
public void setEndpointUrl(String EndpointUrl)
getLocaleIds
public String[] getLocaleIds()
setLocaleIds
public void setLocaleIds(String[] LocaleIds)
getActualSessionTimeout
public Double getActualSessionTimeout()
setActualSessionTimeout
public void setActualSessionTimeout(Double ActualSessionTimeout)
getMaxResponseMessageSize
public UnsignedInteger getMaxResponseMessageSize()
setMaxResponseMessageSize
public void setMaxResponseMessageSize(UnsignedInteger MaxResponseMessageSize)
getClientConnectionTime
public DateTime getClientConnectionTime()
setClientConnectionTime
public void setClientConnectionTime(DateTime ClientConnectionTime)
getClientLastContactTime
public DateTime getClientLastContactTime()
setClientLastContactTime
public void setClientLastContactTime(DateTime ClientLastContactTime)
getCurrentSubscriptionsCount
public UnsignedInteger getCurrentSubscriptionsCount()
setCurrentSubscriptionsCount
public void setCurrentSubscriptionsCount(UnsignedInteger CurrentSubscriptionsCount)
getCurrentMonitoredItemsCount
public UnsignedInteger getCurrentMonitoredItemsCount()
setCurrentMonitoredItemsCount
public void setCurrentMonitoredItemsCount(UnsignedInteger CurrentMonitoredItemsCount)
getCurrentPublishRequestsInQueue
public UnsignedInteger getCurrentPublishRequestsInQueue()
setCurrentPublishRequestsInQueue
public void setCurrentPublishRequestsInQueue(UnsignedInteger CurrentPublishRequestsInQueue)
getTotalRequestCount
public ServiceCounterDataType getTotalRequestCount()
setTotalRequestCount
public void setTotalRequestCount(ServiceCounterDataType TotalRequestCount)
getUnauthorizedRequestCount
public UnsignedInteger getUnauthorizedRequestCount()
setUnauthorizedRequestCount
public void setUnauthorizedRequestCount(UnsignedInteger UnauthorizedRequestCount)
getReadCount
public ServiceCounterDataType getReadCount()
setReadCount
public void setReadCount(ServiceCounterDataType ReadCount)
getHistoryReadCount
public ServiceCounterDataType getHistoryReadCount()
setHistoryReadCount
public void setHistoryReadCount(ServiceCounterDataType HistoryReadCount)
getWriteCount
public ServiceCounterDataType getWriteCount()
setWriteCount
public void setWriteCount(ServiceCounterDataType WriteCount)
getHistoryUpdateCount
public ServiceCounterDataType getHistoryUpdateCount()
setHistoryUpdateCount
public void setHistoryUpdateCount(ServiceCounterDataType HistoryUpdateCount)
getCallCount
public ServiceCounterDataType getCallCount()
setCallCount
public void setCallCount(ServiceCounterDataType CallCount)
getCreateMonitoredItemsCount
public ServiceCounterDataType getCreateMonitoredItemsCount()
setCreateMonitoredItemsCount
public void setCreateMonitoredItemsCount(ServiceCounterDataType CreateMonitoredItemsCount)
getModifyMonitoredItemsCount
public ServiceCounterDataType getModifyMonitoredItemsCount()
setModifyMonitoredItemsCount
public void setModifyMonitoredItemsCount(ServiceCounterDataType ModifyMonitoredItemsCount)
getSetMonitoringModeCount
public ServiceCounterDataType getSetMonitoringModeCount()
setSetMonitoringModeCount
public void setSetMonitoringModeCount(ServiceCounterDataType SetMonitoringModeCount)
getSetTriggeringCount
public ServiceCounterDataType getSetTriggeringCount()
setSetTriggeringCount
public void setSetTriggeringCount(ServiceCounterDataType SetTriggeringCount)
getDeleteMonitoredItemsCount
public ServiceCounterDataType getDeleteMonitoredItemsCount()
setDeleteMonitoredItemsCount
public void setDeleteMonitoredItemsCount(ServiceCounterDataType DeleteMonitoredItemsCount)
getCreateSubscriptionCount
public ServiceCounterDataType getCreateSubscriptionCount()
setCreateSubscriptionCount
public void setCreateSubscriptionCount(ServiceCounterDataType CreateSubscriptionCount)
getModifySubscriptionCount
public ServiceCounterDataType getModifySubscriptionCount()
setModifySubscriptionCount
public void setModifySubscriptionCount(ServiceCounterDataType ModifySubscriptionCount)
getSetPublishingModeCount
public ServiceCounterDataType getSetPublishingModeCount()
setSetPublishingModeCount
public void setSetPublishingModeCount(ServiceCounterDataType SetPublishingModeCount)
getPublishCount
public ServiceCounterDataType getPublishCount()
setPublishCount
public void setPublishCount(ServiceCounterDataType PublishCount)
getRepublishCount
public ServiceCounterDataType getRepublishCount()
setRepublishCount
public void setRepublishCount(ServiceCounterDataType RepublishCount)
getTransferSubscriptionsCount
public ServiceCounterDataType getTransferSubscriptionsCount()
setTransferSubscriptionsCount
public void setTransferSubscriptionsCount(ServiceCounterDataType TransferSubscriptionsCount)
getDeleteSubscriptionsCount
public ServiceCounterDataType getDeleteSubscriptionsCount()
setDeleteSubscriptionsCount
public void setDeleteSubscriptionsCount(ServiceCounterDataType DeleteSubscriptionsCount)
getAddNodesCount
public ServiceCounterDataType getAddNodesCount()
setAddNodesCount
public void setAddNodesCount(ServiceCounterDataType AddNodesCount)
getAddReferencesCount
public ServiceCounterDataType getAddReferencesCount()
setAddReferencesCount
public void setAddReferencesCount(ServiceCounterDataType AddReferencesCount)
getDeleteNodesCount
public ServiceCounterDataType getDeleteNodesCount()
setDeleteNodesCount
public void setDeleteNodesCount(ServiceCounterDataType DeleteNodesCount)
getDeleteReferencesCount
public ServiceCounterDataType getDeleteReferencesCount()
setDeleteReferencesCount
public void setDeleteReferencesCount(ServiceCounterDataType DeleteReferencesCount)
getBrowseCount
public ServiceCounterDataType getBrowseCount()
setBrowseCount
public void setBrowseCount(ServiceCounterDataType BrowseCount)
getBrowseNextCount
public ServiceCounterDataType getBrowseNextCount()
setBrowseNextCount
public void setBrowseNextCount(ServiceCounterDataType BrowseNextCount)
getTranslateBrowsePathsToNodeIdsCount
public ServiceCounterDataType getTranslateBrowsePathsToNodeIdsCount()
setTranslateBrowsePathsToNodeIdsCount
public void setTranslateBrowsePathsToNodeIdsCount(ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount)
getQueryFirstCount
public ServiceCounterDataType getQueryFirstCount()
setQueryFirstCount
public void setQueryFirstCount(ServiceCounterDataType QueryFirstCount)
getQueryNextCount
public ServiceCounterDataType getQueryNextCount()
setQueryNextCount
public void setQueryNextCount(ServiceCounterDataType QueryNextCount)
getRegisterNodesCount
public ServiceCounterDataType getRegisterNodesCount()
setRegisterNodesCount
public void setRegisterNodesCount(ServiceCounterDataType RegisterNodesCount)
getUnregisterNodesCount
public ServiceCounterDataType getUnregisterNodesCount()
setUnregisterNodesCount
public void setUnregisterNodesCount(ServiceCounterDataType UnregisterNodesCount)
clone
public SessionDiagnosticsDataType clone()
- Deep clone
- Specified by:
clone in interface Structure- Overrides:
clone in class AbstractStructure
- Returns:
- cloned SessionDiagnosticsDataType
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getTypeId
public ExpandedNodeId getTypeId()
- Description copied from interface:
Structure
getTypeId.
- Returns:
- a
ExpandedNodeId object.
getXmlEncodeId
public ExpandedNodeId getXmlEncodeId()
- Description copied from interface:
Structure
getXmlEncodeId.
- Returns:
- a
ExpandedNodeId object.
getBinaryEncodeId
public ExpandedNodeId getBinaryEncodeId()
- Description copied from interface:
Structure
getBinaryEncodeId.
- Returns:
- a
ExpandedNodeId object.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2018. All rights reserved.