Class SzlId
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.SzlId
-
- All Implemented Interfaces:
Message,Serializable
public class SzlId extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected bytesublistExtractprotected SzlSublistsublistListprotected SzlModuleTypeClasstypeClass
-
Constructor Summary
Constructors Constructor Description SzlId(SzlModuleTypeClass typeClass, byte sublistExtract, SzlSublist sublistList)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetLengthInBits()intgetLengthInBytes()bytegetSublistExtract()SzlSublistgetSublistList()SzlModuleTypeClassgetTypeClass()inthashCode()voidserialize(WriteBuffer writeBuffer)static SzlIdstaticParse(ReadBuffer readBuffer)static SzlIdstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
typeClass
protected final SzlModuleTypeClass typeClass
-
sublistExtract
protected final byte sublistExtract
-
sublistList
protected final SzlSublist sublistList
-
-
Constructor Detail
-
SzlId
public SzlId(SzlModuleTypeClass typeClass, byte sublistExtract, SzlSublist sublistList)
-
-
Method Detail
-
getTypeClass
public SzlModuleTypeClass getTypeClass()
-
getSublistExtract
public byte getSublistExtract()
-
getSublistList
public SzlSublist getSublistList()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static SzlId staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static SzlId staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-