Class ConnectedAddressItem
- java.lang.Object
-
- org.apache.plc4x.java.eip.readwrite.TypeId
-
- org.apache.plc4x.java.eip.readwrite.ConnectedAddressItem
-
- All Implemented Interfaces:
Message,Serializable
public class ConnectedAddressItem extends TypeId implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectedAddressItem.ConnectedAddressItemBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.eip.readwrite.TypeId
TypeId.TypeIdBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected longconnectionId
-
Constructor Summary
Constructors Constructor Description ConnectedAddressItem(long connectionId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetConnectionId()IntegergetId()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeTypeIdChild(WriteBuffer writeBuffer)static TypeId.TypeIdBuilderstaticParseTypeIdBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.eip.readwrite.TypeId
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
-
getConnectionId
public long getConnectionId()
-
serializeTypeIdChild
protected void serializeTypeIdChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeTypeIdChildin classTypeId- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classTypeId
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classTypeId
-
staticParseTypeIdBuilder
public static TypeId.TypeIdBuilder staticParseTypeIdBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-