Klasse ProgramDiagnostic2DataType
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.ProgramDiagnostic2DataType
- 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 PascalStringprotected final NodeIdprotected final longprotected final PascalStringprotected final longprotected final List<ExtensionObjectDefinition>protected final List<ExtensionObjectDefinition>protected final StatusCodeprotected final NodeIdprotected final longprotected final intprotected final intprotected final intprotected final int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungProgramDiagnostic2DataType(NodeId createSessionId, PascalString createClientName, long invocationCreationTime, long lastTransitionTime, PascalString lastMethodCall, NodeId lastMethodSessionId, int noOfLastMethodInputArguments, List<ExtensionObjectDefinition> lastMethodInputArguments, int noOfLastMethodOutputArguments, List<ExtensionObjectDefinition> lastMethodOutputArguments, int noOfLastMethodInputValues, List<Variant> lastMethodInputValues, int noOfLastMethodOutputValues, List<Variant> lastMethodOutputValues, long lastMethodCallTime, StatusCode lastMethodReturnStatus) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanlonglonglongintintintintintintinthashCode()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
-
createSessionId
-
createClientName
-
invocationCreationTime
protected final long invocationCreationTime -
lastTransitionTime
protected final long lastTransitionTime -
lastMethodCall
-
lastMethodSessionId
-
noOfLastMethodInputArguments
protected final int noOfLastMethodInputArguments -
lastMethodInputArguments
-
noOfLastMethodOutputArguments
protected final int noOfLastMethodOutputArguments -
lastMethodOutputArguments
-
noOfLastMethodInputValues
protected final int noOfLastMethodInputValues -
lastMethodInputValues
-
noOfLastMethodOutputValues
protected final int noOfLastMethodOutputValues -
lastMethodOutputValues
-
lastMethodCallTime
protected final long lastMethodCallTime -
lastMethodReturnStatus
-
-
Konstruktordetails
-
ProgramDiagnostic2DataType
public ProgramDiagnostic2DataType(NodeId createSessionId, PascalString createClientName, long invocationCreationTime, long lastTransitionTime, PascalString lastMethodCall, NodeId lastMethodSessionId, int noOfLastMethodInputArguments, List<ExtensionObjectDefinition> lastMethodInputArguments, int noOfLastMethodOutputArguments, List<ExtensionObjectDefinition> lastMethodOutputArguments, int noOfLastMethodInputValues, List<Variant> lastMethodInputValues, int noOfLastMethodOutputValues, List<Variant> lastMethodOutputValues, long lastMethodCallTime, StatusCode lastMethodReturnStatus)
-
-
Methodendetails
-
getIdentifier
- Angegeben von:
getIdentifierin KlasseExtensionObjectDefinition
-
getCreateSessionId
-
getCreateClientName
-
getInvocationCreationTime
public long getInvocationCreationTime() -
getLastTransitionTime
public long getLastTransitionTime() -
getLastMethodCall
-
getLastMethodSessionId
-
getNoOfLastMethodInputArguments
public int getNoOfLastMethodInputArguments() -
getLastMethodInputArguments
-
getNoOfLastMethodOutputArguments
public int getNoOfLastMethodOutputArguments() -
getLastMethodOutputArguments
-
getNoOfLastMethodInputValues
public int getNoOfLastMethodInputValues() -
getLastMethodInputValues
-
getNoOfLastMethodOutputValues
public int getNoOfLastMethodOutputValues() -
getLastMethodOutputValues
-
getLastMethodCallTime
public long getLastMethodCallTime() -
getLastMethodReturnStatus
-
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
-