Class ApduDataExtPropertyDescriptionResponse
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduDataExtPropertyDescriptionResponse
-
- All Implemented Interfaces:
Message,Serializable
public class ApduDataExtPropertyDescriptionResponse extends ApduDataExt implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApduDataExtPropertyDescriptionResponse.ApduDataExtPropertyDescriptionResponseBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduDataExt
ApduDataExt.ApduDataExtBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected shortindexprotected shortmaxNrOfElementsprotected shortobjectIndexprotected KnxPropertyDataTypepropertyDataTypeprotected shortpropertyIdprotected AccessLevelreadLevelprotected booleanwriteEnabledprotected AccessLevelwriteLevel
-
Constructor Summary
Constructors Constructor Description ApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BytegetExtApciType()shortgetIndex()intgetLengthInBits()intgetLengthInBytes()shortgetMaxNrOfElements()shortgetObjectIndex()KnxPropertyDataTypegetPropertyDataType()shortgetPropertyId()AccessLevelgetReadLevel()booleangetWriteEnabled()AccessLevelgetWriteLevel()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
-
-
-
-
Field Detail
-
objectIndex
protected final short objectIndex
-
propertyId
protected final short propertyId
-
index
protected final short index
-
writeEnabled
protected final boolean writeEnabled
-
propertyDataType
protected final KnxPropertyDataType propertyDataType
-
maxNrOfElements
protected final short maxNrOfElements
-
readLevel
protected final AccessLevel readLevel
-
writeLevel
protected final AccessLevel writeLevel
-
-
Constructor Detail
-
ApduDataExtPropertyDescriptionResponse
public ApduDataExtPropertyDescriptionResponse(short objectIndex, short propertyId, short index, boolean writeEnabled, KnxPropertyDataType propertyDataType, short maxNrOfElements, AccessLevel readLevel, AccessLevel writeLevel)
-
-
Method Detail
-
getExtApciType
public Byte getExtApciType()
- Specified by:
getExtApciTypein classApduDataExt
-
getObjectIndex
public short getObjectIndex()
-
getPropertyId
public short getPropertyId()
-
getIndex
public short getIndex()
-
getWriteEnabled
public boolean getWriteEnabled()
-
getPropertyDataType
public KnxPropertyDataType getPropertyDataType()
-
getMaxNrOfElements
public short getMaxNrOfElements()
-
getReadLevel
public AccessLevel getReadLevel()
-
getWriteLevel
public AccessLevel getWriteLevel()
-
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
-
-