Class ComObjectTableRealisationType6
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
-
- org.apache.plc4x.java.knxnetip.readwrite.ComObjectTableRealisationType6
-
- All Implemented Interfaces:
Message,Serializable
public class ComObjectTableRealisationType6 extends ComObjectTable implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComObjectTableRealisationType6.ComObjectTableRealisationType6BuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
ComObjectTable.ComObjectTableBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected GroupObjectDescriptorRealisationType6comObjectDescriptors
-
Constructor Summary
Constructors Constructor Description ComObjectTableRealisationType6(GroupObjectDescriptorRealisationType6 comObjectDescriptors)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupObjectDescriptorRealisationType6getComObjectDescriptors()FirmwareTypegetFirmwareType()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeComObjectTableChild(WriteBuffer writeBuffer)static ComObjectTable.ComObjectTableBuilderstaticParseComObjectTableBuilder(ReadBuffer readBuffer, FirmwareType firmwareType)StringtoString()-
Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
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
-
comObjectDescriptors
protected final GroupObjectDescriptorRealisationType6 comObjectDescriptors
-
-
Constructor Detail
-
ComObjectTableRealisationType6
public ComObjectTableRealisationType6(GroupObjectDescriptorRealisationType6 comObjectDescriptors)
-
-
Method Detail
-
getFirmwareType
public FirmwareType getFirmwareType()
- Specified by:
getFirmwareTypein classComObjectTable
-
getComObjectDescriptors
public GroupObjectDescriptorRealisationType6 getComObjectDescriptors()
-
serializeComObjectTableChild
protected void serializeComObjectTableChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeComObjectTableChildin classComObjectTable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classComObjectTable
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classComObjectTable
-
staticParseComObjectTableBuilder
public static ComObjectTable.ComObjectTableBuilder staticParseComObjectTableBuilder(ReadBuffer readBuffer, FirmwareType firmwareType) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classComObjectTable
-
hashCode
public int hashCode()
- Overrides:
hashCodein classComObjectTable
-
toString
public String toString()
- Overrides:
toStringin classComObjectTable
-
-