Class ServerDiagnosticsSummaryDataType
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
-
- org.apache.plc4x.java.opcua.readwrite.ServerDiagnosticsSummaryDataType
-
- All Implemented Interfaces:
Message,Serializable
public class ServerDiagnosticsSummaryDataType extends ExtensionObjectDefinition implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerDiagnosticsSummaryDataType.ServerDiagnosticsSummaryDataTypeBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected longcumulatedSessionCountprotected longcumulatedSubscriptionCountprotected longcurrentSessionCountprotected longcurrentSubscriptionCountprotected longpublishingIntervalCountprotected longrejectedRequestsCountprotected longrejectedSessionCountprotected longsecurityRejectedRequestsCountprotected longsecurityRejectedSessionCountprotected longserverViewCountprotected longsessionAbortCountprotected longsessionTimeoutCount
-
Constructor Summary
Constructors Constructor Description ServerDiagnosticsSummaryDataType(long serverViewCount, long currentSessionCount, long cumulatedSessionCount, long securityRejectedSessionCount, long rejectedSessionCount, long sessionTimeoutCount, long sessionAbortCount, long currentSubscriptionCount, long cumulatedSubscriptionCount, long publishingIntervalCount, long securityRejectedRequestsCount, long rejectedRequestsCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetCumulatedSessionCount()longgetCumulatedSubscriptionCount()longgetCurrentSessionCount()longgetCurrentSubscriptionCount()StringgetIdentifier()intgetLengthInBits()intgetLengthInBytes()longgetPublishingIntervalCount()longgetRejectedRequestsCount()longgetRejectedSessionCount()longgetSecurityRejectedRequestsCount()longgetSecurityRejectedSessionCount()longgetServerViewCount()longgetSessionAbortCount()longgetSessionTimeoutCount()inthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer)static ExtensionObjectDefinition.ExtensionObjectDefinitionBuilderstaticParseExtensionObjectDefinitionBuilder(ReadBuffer readBuffer, String identifier)StringtoString()-
Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Field Detail
-
serverViewCount
protected final long serverViewCount
-
currentSessionCount
protected final long currentSessionCount
-
cumulatedSessionCount
protected final long cumulatedSessionCount
-
securityRejectedSessionCount
protected final long securityRejectedSessionCount
-
rejectedSessionCount
protected final long rejectedSessionCount
-
sessionTimeoutCount
protected final long sessionTimeoutCount
-
sessionAbortCount
protected final long sessionAbortCount
-
currentSubscriptionCount
protected final long currentSubscriptionCount
-
cumulatedSubscriptionCount
protected final long cumulatedSubscriptionCount
-
publishingIntervalCount
protected final long publishingIntervalCount
-
securityRejectedRequestsCount
protected final long securityRejectedRequestsCount
-
rejectedRequestsCount
protected final long rejectedRequestsCount
-
-
Constructor Detail
-
ServerDiagnosticsSummaryDataType
public ServerDiagnosticsSummaryDataType(long serverViewCount, long currentSessionCount, long cumulatedSessionCount, long securityRejectedSessionCount, long rejectedSessionCount, long sessionTimeoutCount, long sessionAbortCount, long currentSubscriptionCount, long cumulatedSubscriptionCount, long publishingIntervalCount, long securityRejectedRequestsCount, long rejectedRequestsCount)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getServerViewCount
public long getServerViewCount()
-
getCurrentSessionCount
public long getCurrentSessionCount()
-
getCumulatedSessionCount
public long getCumulatedSessionCount()
-
getSecurityRejectedSessionCount
public long getSecurityRejectedSessionCount()
-
getRejectedSessionCount
public long getRejectedSessionCount()
-
getSessionTimeoutCount
public long getSessionTimeoutCount()
-
getSessionAbortCount
public long getSessionAbortCount()
-
getCurrentSubscriptionCount
public long getCurrentSubscriptionCount()
-
getCumulatedSubscriptionCount
public long getCumulatedSubscriptionCount()
-
getPublishingIntervalCount
public long getPublishingIntervalCount()
-
getSecurityRejectedRequestsCount
public long getSecurityRejectedRequestsCount()
-
getRejectedRequestsCount
public long getRejectedRequestsCount()
-
serializeExtensionObjectDefinitionChild
protected void serializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeExtensionObjectDefinitionChildin classExtensionObjectDefinition- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classExtensionObjectDefinition
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classExtensionObjectDefinition
-
staticParseExtensionObjectDefinitionBuilder
public static ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder staticParseExtensionObjectDefinitionBuilder(ReadBuffer readBuffer, String identifier) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
public String toString()
- Overrides:
toStringin classExtensionObjectDefinition
-
-