Class ComObjectTableRealisationType1
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
-
- org.apache.plc4x.java.knxnetip.readwrite.ComObjectTableRealisationType1
-
- All Implemented Interfaces:
Message,Serializable
public class ComObjectTableRealisationType1 extends ComObjectTable implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComObjectTableRealisationType1.ComObjectTableRealisationType1BuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ComObjectTable
ComObjectTable.ComObjectTableBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GroupObjectDescriptorRealisationType1>comObjectDescriptorsprotected shortnumEntriesprotected shortramFlagsTablePointer
-
Constructor Summary
Constructors Constructor Description ComObjectTableRealisationType1(short numEntries, short ramFlagsTablePointer, List<GroupObjectDescriptorRealisationType1> comObjectDescriptors)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<GroupObjectDescriptorRealisationType1>getComObjectDescriptors()FirmwareTypegetFirmwareType()intgetLengthInBits()intgetLengthInBytes()shortgetNumEntries()shortgetRamFlagsTablePointer()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
-
numEntries
protected final short numEntries
-
ramFlagsTablePointer
protected final short ramFlagsTablePointer
-
comObjectDescriptors
protected final List<GroupObjectDescriptorRealisationType1> comObjectDescriptors
-
-
Constructor Detail
-
ComObjectTableRealisationType1
public ComObjectTableRealisationType1(short numEntries, short ramFlagsTablePointer, List<GroupObjectDescriptorRealisationType1> comObjectDescriptors)
-
-
Method Detail
-
getFirmwareType
public FirmwareType getFirmwareType()
- Specified by:
getFirmwareTypein classComObjectTable
-
getNumEntries
public short getNumEntries()
-
getRamFlagsTablePointer
public short getRamFlagsTablePointer()
-
getComObjectDescriptors
public List<GroupObjectDescriptorRealisationType1> 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
-
-