Klasse ServerDiagnosticsSummaryDataType
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.ServerDiagnosticsSummaryDataType
- Alle implementierten Schnittstellen:
Message,Serializable
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classVon Klasse geerbte verschachtelte Klassen/Schnittstellen org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final longprotected final long -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungServerDiagnosticsSummaryDataType(long serverViewCount, long currentSessionCount, long cumulatedSessionCount, long securityRejectedSessionCount, long rejectedSessionCount, long sessionTimeoutCount, long sessionAbortCount, long currentSubscriptionCount, long cumulatedSubscriptionCount, long publishingIntervalCount, long securityRejectedRequestsCount, long rejectedRequestsCount) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanlonglonglonglongintintlonglonglonglonglonglonglonglonginthashCode()protected voidserializeExtensionObjectDefinitionChild(WriteBuffer writeBuffer) staticParseExtensionObjectDefinitionBuilder(ReadBuffer readBuffer, String identifier) toString()Von Klasse geerbte Methoden org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
serialize, staticParse, staticParseVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Felddetails
-
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
-
-
Konstruktordetails
-
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)
-
-
Methodendetails
-
getIdentifier
- Angegeben von:
getIdentifierin KlasseExtensionObjectDefinition
-
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 - Angegeben von:
serializeExtensionObjectDefinitionChildin KlasseExtensionObjectDefinition- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage- Setzt außer Kraft:
getLengthInBytesin KlasseExtensionObjectDefinition
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage- Setzt außer Kraft:
getLengthInBitsin KlasseExtensionObjectDefinition
-
staticParseExtensionObjectDefinitionBuilder
public static ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder staticParseExtensionObjectDefinitionBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Löst aus:
ParseException
-
equals
- Setzt außer Kraft:
equalsin KlasseExtensionObjectDefinition
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCodein KlasseExtensionObjectDefinition
-
toString
- Setzt außer Kraft:
toStringin KlasseExtensionObjectDefinition
-