org.opcfoundation.ua.core
Class ServerDiagnosticsSummaryDataType

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType
All Implemented Interfaces:
Cloneable, Structure, IEncodeable

public class ServerDiagnosticsSummaryDataType
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  UnsignedInteger CumulatedSessionCount
           
protected  UnsignedInteger CumulatedSubscriptionCount
           
protected  UnsignedInteger CurrentSessionCount
           
protected  UnsignedInteger CurrentSubscriptionCount
           
static ExpandedNodeId ID
           
protected  UnsignedInteger PublishingIntervalCount
           
protected  UnsignedInteger RejectedRequestsCount
           
protected  UnsignedInteger RejectedSessionCount
           
protected  UnsignedInteger SecurityRejectedRequestsCount
           
protected  UnsignedInteger SecurityRejectedSessionCount
           
protected  UnsignedInteger ServerViewCount
           
protected  UnsignedInteger SessionAbortCount
           
protected  UnsignedInteger SessionTimeoutCount
           
static ExpandedNodeId XML
           
 
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)
           
 
Method Summary
 ServerDiagnosticsSummaryDataType clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedInteger getCumulatedSessionCount()
           
 UnsignedInteger getCumulatedSubscriptionCount()
           
 UnsignedInteger getCurrentSessionCount()
           
 UnsignedInteger getCurrentSubscriptionCount()
           
 UnsignedInteger getPublishingIntervalCount()
           
 UnsignedInteger getRejectedRequestsCount()
           
 UnsignedInteger getRejectedSessionCount()
           
 UnsignedInteger getSecurityRejectedRequestsCount()
           
 UnsignedInteger getSecurityRejectedSessionCount()
           
 UnsignedInteger getServerViewCount()
           
 UnsignedInteger getSessionAbortCount()
           
 UnsignedInteger getSessionTimeoutCount()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setCumulatedSessionCount(UnsignedInteger CumulatedSessionCount)
           
 void setCumulatedSubscriptionCount(UnsignedInteger CumulatedSubscriptionCount)
           
 void setCurrentSessionCount(UnsignedInteger CurrentSessionCount)
           
 void setCurrentSubscriptionCount(UnsignedInteger CurrentSubscriptionCount)
           
 void setPublishingIntervalCount(UnsignedInteger PublishingIntervalCount)
           
 void setRejectedRequestsCount(UnsignedInteger RejectedRequestsCount)
           
 void setRejectedSessionCount(UnsignedInteger RejectedSessionCount)
           
 void setSecurityRejectedRequestsCount(UnsignedInteger SecurityRejectedRequestsCount)
           
 void setSecurityRejectedSessionCount(UnsignedInteger SecurityRejectedSessionCount)
           
 void setServerViewCount(UnsignedInteger ServerViewCount)
           
 void setSessionAbortCount(UnsignedInteger SessionAbortCount)
           
 void setSessionTimeoutCount(UnsignedInteger SessionTimeoutCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.