Class ProgramDiagnostic2DataType
- java.lang.Object
-
- org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
-
- org.apache.plc4x.java.opcua.readwrite.ProgramDiagnostic2DataType
-
- All Implemented Interfaces:
Message,Serializable
public class ProgramDiagnostic2DataType extends ExtensionObjectDefinition implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProgramDiagnostic2DataType.ProgramDiagnostic2DataTypeBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
ExtensionObjectDefinition.ExtensionObjectDefinitionBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected PascalStringcreateClientNameprotected NodeIdcreateSessionIdprotected longinvocationCreationTimeprotected PascalStringlastMethodCallprotected longlastMethodCallTimeprotected List<ExtensionObjectDefinition>lastMethodInputArgumentsprotected List<Variant>lastMethodInputValuesprotected List<ExtensionObjectDefinition>lastMethodOutputArgumentsprotected List<Variant>lastMethodOutputValuesprotected StatusCodelastMethodReturnStatusprotected NodeIdlastMethodSessionIdprotected longlastTransitionTimeprotected intnoOfLastMethodInputArgumentsprotected intnoOfLastMethodInputValuesprotected intnoOfLastMethodOutputArgumentsprotected intnoOfLastMethodOutputValues
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
-
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
-
createSessionId
protected final NodeId createSessionId
-
createClientName
protected final PascalString createClientName
-
invocationCreationTime
protected final long invocationCreationTime
-
lastTransitionTime
protected final long lastTransitionTime
-
lastMethodCall
protected final PascalString lastMethodCall
-
lastMethodSessionId
protected final NodeId lastMethodSessionId
-
noOfLastMethodInputArguments
protected final int noOfLastMethodInputArguments
-
lastMethodInputArguments
protected final List<ExtensionObjectDefinition> lastMethodInputArguments
-
noOfLastMethodOutputArguments
protected final int noOfLastMethodOutputArguments
-
lastMethodOutputArguments
protected final List<ExtensionObjectDefinition> lastMethodOutputArguments
-
noOfLastMethodInputValues
protected final int noOfLastMethodInputValues
-
noOfLastMethodOutputValues
protected final int noOfLastMethodOutputValues
-
lastMethodCallTime
protected final long lastMethodCallTime
-
lastMethodReturnStatus
protected final StatusCode lastMethodReturnStatus
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getCreateSessionId
public NodeId getCreateSessionId()
-
getCreateClientName
public PascalString getCreateClientName()
-
getInvocationCreationTime
public long getInvocationCreationTime()
-
getLastTransitionTime
public long getLastTransitionTime()
-
getLastMethodCall
public PascalString getLastMethodCall()
-
getLastMethodSessionId
public NodeId getLastMethodSessionId()
-
getNoOfLastMethodInputArguments
public int getNoOfLastMethodInputArguments()
-
getLastMethodInputArguments
public List<ExtensionObjectDefinition> getLastMethodInputArguments()
-
getNoOfLastMethodOutputArguments
public int getNoOfLastMethodOutputArguments()
-
getLastMethodOutputArguments
public List<ExtensionObjectDefinition> getLastMethodOutputArguments()
-
getNoOfLastMethodInputValues
public int getNoOfLastMethodInputValues()
-
getNoOfLastMethodOutputValues
public int getNoOfLastMethodOutputValues()
-
getLastMethodCallTime
public long getLastMethodCallTime()
-
getLastMethodReturnStatus
public StatusCode getLastMethodReturnStatus()
-
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
-
-