Class ApduDataExtPropertyValueRead
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduDataExtPropertyValueRead
-
- All Implemented Interfaces:
Message,Serializable
public class ApduDataExtPropertyValueRead extends ApduDataExt implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApduDataExtPropertyValueRead.ApduDataExtPropertyValueReadBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
ApduDataExt.ApduDataExtBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected bytecountprotected shortindexprotected shortobjectIndexprotected shortpropertyId
-
Constructor Summary
Constructors Constructor Description ApduDataExtPropertyValueRead(short objectIndex, short propertyId, byte count, short index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)bytegetCount()BytegetExtApciType()shortgetIndex()intgetLengthInBits()intgetLengthInBytes()shortgetObjectIndex()shortgetPropertyId()inthashCode()protected voidserializeApduDataExtChild(WriteBuffer writeBuffer)static ApduDataExt.ApduDataExtBuilderstaticParseApduDataExtBuilder(ReadBuffer readBuffer, Short length)StringtoString()-
Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
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
-
-
-
-
Method Detail
-
getExtApciType
public Byte getExtApciType()
- Specified by:
getExtApciTypein classApduDataExt
-
getObjectIndex
public short getObjectIndex()
-
getPropertyId
public short getPropertyId()
-
getCount
public byte getCount()
-
getIndex
public short getIndex()
-
serializeApduDataExtChild
protected void serializeApduDataExtChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeApduDataExtChildin classApduDataExt- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classApduDataExt
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classApduDataExt
-
staticParseApduDataExtBuilder
public static ApduDataExt.ApduDataExtBuilder staticParseApduDataExtBuilder(ReadBuffer readBuffer, Short length) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classApduDataExt
-
hashCode
public int hashCode()
- Overrides:
hashCodein classApduDataExt
-
toString
public String toString()
- Overrides:
toStringin classApduDataExt
-
-