Class PubSubConnectionDataType
java.lang.Object
org.apache.plc4x.java.opcua.readwrite.ExtensionObjectDefinition
org.apache.plc4x.java.opcua.readwrite.PubSubConnectionDataType
- 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 ExtensionObjectprotected final List<ExtensionObjectDefinition>protected final booleanprotected final PascalStringprotected final intprotected final intprotected final intprotected final Variantprotected final List<PubSubGroupDataType>protected final PascalStringprotected final ExtensionObjectprotected final List<PubSubGroupDataType> -
Constructor Summary
ConstructorsConstructorDescriptionPubSubConnectionDataType(PascalString name, boolean enabled, Variant publisherId, PascalString transportProfileUri, ExtensionObject address, int noOfConnectionProperties, List<ExtensionObjectDefinition> connectionProperties, ExtensionObject transportSettings, int noOfWriterGroups, List<PubSubGroupDataType> writerGroups, int noOfReaderGroups, List<PubSubGroupDataType> readerGroups) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintgetName()intintintinthashCode()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
-
name
-
enabled
protected final boolean enabled -
publisherId
-
transportProfileUri
-
address
-
noOfConnectionProperties
protected final int noOfConnectionProperties -
connectionProperties
-
transportSettings
-
noOfWriterGroups
protected final int noOfWriterGroups -
writerGroups
-
noOfReaderGroups
protected final int noOfReaderGroups -
readerGroups
-
-
Constructor Details
-
PubSubConnectionDataType
public PubSubConnectionDataType(PascalString name, boolean enabled, Variant publisherId, PascalString transportProfileUri, ExtensionObject address, int noOfConnectionProperties, List<ExtensionObjectDefinition> connectionProperties, ExtensionObject transportSettings, int noOfWriterGroups, List<PubSubGroupDataType> writerGroups, int noOfReaderGroups, List<PubSubGroupDataType> readerGroups)
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin classExtensionObjectDefinition
-
getName
-
getEnabled
public boolean getEnabled() -
getPublisherId
-
getTransportProfileUri
-
getAddress
-
getNoOfConnectionProperties
public int getNoOfConnectionProperties() -
getConnectionProperties
-
getTransportSettings
-
getNoOfWriterGroups
public int getNoOfWriterGroups() -
getWriterGroups
-
getNoOfReaderGroups
public int getNoOfReaderGroups() -
getReaderGroups
-
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 PubSubConnectionDataType.PubSubConnectionDataTypeBuilder staticParseBuilder(ReadBuffer readBuffer, String identifier) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classExtensionObjectDefinition
-
hashCode
public int hashCode()- Overrides:
hashCodein classExtensionObjectDefinition
-
toString
- Overrides:
toStringin classExtensionObjectDefinition
-