Class ServerDiagnosticsSummaryDataType
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.ServerDiagnosticsSummaryDataType
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionServerDiagnosticsSummaryDataType(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
Modifier and TypeMethodDescriptionbooleanlonglonglonglongintintlonglonglonglonglonglonglonglonginthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, String identifier) toString()Methods inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
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 Details
-
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 Details
-
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
-
staticParseBuilder
public static ServerDiagnosticsSummaryDataType.ServerDiagnosticsSummaryDataTypeBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-