Class ConnectionRequestInformationDeviceManagement
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformation
-
- org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformationDeviceManagement
-
- All Implemented Interfaces:
Message,Serializable
public class ConnectionRequestInformationDeviceManagement extends ConnectionRequestInformation implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionRequestInformationDeviceManagement.ConnectionRequestInformationDeviceManagementBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformation
ConnectionRequestInformation.ConnectionRequestInformationBuilder
-
-
Constructor Summary
Constructors Constructor Description ConnectionRequestInformationDeviceManagement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ShortgetConnectionType()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeConnectionRequestInformationChild(WriteBuffer writeBuffer)static ConnectionRequestInformation.ConnectionRequestInformationBuilderstaticParseConnectionRequestInformationBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ConnectionRequestInformation
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
-
getConnectionType
public Short getConnectionType()
- Specified by:
getConnectionTypein classConnectionRequestInformation
-
serializeConnectionRequestInformationChild
protected void serializeConnectionRequestInformationChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeConnectionRequestInformationChildin classConnectionRequestInformation- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classConnectionRequestInformation
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classConnectionRequestInformation
-
staticParseConnectionRequestInformationBuilder
public static ConnectionRequestInformation.ConnectionRequestInformationBuilder staticParseConnectionRequestInformationBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classConnectionRequestInformation
-
hashCode
public int hashCode()
- Overrides:
hashCodein classConnectionRequestInformation
-
toString
public String toString()
- Overrides:
toStringin classConnectionRequestInformation
-
-