org.opcfoundation.ua.core
Class ServerDiagnosticsSummaryDataType
java.lang.Object
org.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType
- All Implemented Interfaces:
- Cloneable, Structure, IEncodeable
public class ServerDiagnosticsSummaryDataType
- extends AbstractStructure
|
Constructor Summary |
ServerDiagnosticsSummaryDataType()
|
ServerDiagnosticsSummaryDataType(UnsignedInteger ServerViewCount,
UnsignedInteger CurrentSessionCount,
UnsignedInteger CumulatedSessionCount,
UnsignedInteger SecurityRejectedSessionCount,
UnsignedInteger RejectedSessionCount,
UnsignedInteger SessionTimeoutCount,
UnsignedInteger SessionAbortCount,
UnsignedInteger CurrentSubscriptionCount,
UnsignedInteger CumulatedSubscriptionCount,
UnsignedInteger PublishingIntervalCount,
UnsignedInteger SecurityRejectedRequestsCount,
UnsignedInteger RejectedRequestsCount)
|
ID
public static final ExpandedNodeId ID
BINARY
public static final ExpandedNodeId BINARY
XML
public static final ExpandedNodeId XML
ServerViewCount
protected UnsignedInteger ServerViewCount
CurrentSessionCount
protected UnsignedInteger CurrentSessionCount
CumulatedSessionCount
protected UnsignedInteger CumulatedSessionCount
SecurityRejectedSessionCount
protected UnsignedInteger SecurityRejectedSessionCount
RejectedSessionCount
protected UnsignedInteger RejectedSessionCount
SessionTimeoutCount
protected UnsignedInteger SessionTimeoutCount
SessionAbortCount
protected UnsignedInteger SessionAbortCount
CurrentSubscriptionCount
protected UnsignedInteger CurrentSubscriptionCount
CumulatedSubscriptionCount
protected UnsignedInteger CumulatedSubscriptionCount
PublishingIntervalCount
protected UnsignedInteger PublishingIntervalCount
SecurityRejectedRequestsCount
protected UnsignedInteger SecurityRejectedRequestsCount
RejectedRequestsCount
protected UnsignedInteger RejectedRequestsCount
ServerDiagnosticsSummaryDataType
public ServerDiagnosticsSummaryDataType()
ServerDiagnosticsSummaryDataType
public ServerDiagnosticsSummaryDataType(UnsignedInteger ServerViewCount,
UnsignedInteger CurrentSessionCount,
UnsignedInteger CumulatedSessionCount,
UnsignedInteger SecurityRejectedSessionCount,
UnsignedInteger RejectedSessionCount,
UnsignedInteger SessionTimeoutCount,
UnsignedInteger SessionAbortCount,
UnsignedInteger CurrentSubscriptionCount,
UnsignedInteger CumulatedSubscriptionCount,
UnsignedInteger PublishingIntervalCount,
UnsignedInteger SecurityRejectedRequestsCount,
UnsignedInteger RejectedRequestsCount)
getServerViewCount
public UnsignedInteger getServerViewCount()
setServerViewCount
public void setServerViewCount(UnsignedInteger ServerViewCount)
getCurrentSessionCount
public UnsignedInteger getCurrentSessionCount()
setCurrentSessionCount
public void setCurrentSessionCount(UnsignedInteger CurrentSessionCount)
getCumulatedSessionCount
public UnsignedInteger getCumulatedSessionCount()
setCumulatedSessionCount
public void setCumulatedSessionCount(UnsignedInteger CumulatedSessionCount)
getSecurityRejectedSessionCount
public UnsignedInteger getSecurityRejectedSessionCount()
setSecurityRejectedSessionCount
public void setSecurityRejectedSessionCount(UnsignedInteger SecurityRejectedSessionCount)
getRejectedSessionCount
public UnsignedInteger getRejectedSessionCount()
setRejectedSessionCount
public void setRejectedSessionCount(UnsignedInteger RejectedSessionCount)
getSessionTimeoutCount
public UnsignedInteger getSessionTimeoutCount()
setSessionTimeoutCount
public void setSessionTimeoutCount(UnsignedInteger SessionTimeoutCount)
getSessionAbortCount
public UnsignedInteger getSessionAbortCount()
setSessionAbortCount
public void setSessionAbortCount(UnsignedInteger SessionAbortCount)
getCurrentSubscriptionCount
public UnsignedInteger getCurrentSubscriptionCount()
setCurrentSubscriptionCount
public void setCurrentSubscriptionCount(UnsignedInteger CurrentSubscriptionCount)
getCumulatedSubscriptionCount
public UnsignedInteger getCumulatedSubscriptionCount()
setCumulatedSubscriptionCount
public void setCumulatedSubscriptionCount(UnsignedInteger CumulatedSubscriptionCount)
getPublishingIntervalCount
public UnsignedInteger getPublishingIntervalCount()
setPublishingIntervalCount
public void setPublishingIntervalCount(UnsignedInteger PublishingIntervalCount)
getSecurityRejectedRequestsCount
public UnsignedInteger getSecurityRejectedRequestsCount()
setSecurityRejectedRequestsCount
public void setSecurityRejectedRequestsCount(UnsignedInteger SecurityRejectedRequestsCount)
getRejectedRequestsCount
public UnsignedInteger getRejectedRequestsCount()
setRejectedRequestsCount
public void setRejectedRequestsCount(UnsignedInteger RejectedRequestsCount)
clone
public ServerDiagnosticsSummaryDataType clone()
- Deep clone
- Specified by:
clone in interface Structure- Overrides:
clone in class AbstractStructure
- Returns:
- cloned ServerDiagnosticsSummaryDataType
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.