Class AlarmMessageAckType
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.AlarmMessageAckType
-
- All Implemented Interfaces:
Message,Serializable
public class AlarmMessageAckType extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected shortfunctionIdprotected List<AlarmMessageObjectAckType>messageObjectsprotected shortnumberOfObjects
-
Constructor Summary
Constructors Constructor Description AlarmMessageAckType(short functionId, short numberOfObjects, List<AlarmMessageObjectAckType> messageObjects)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)shortgetFunctionId()intgetLengthInBits()intgetLengthInBytes()List<AlarmMessageObjectAckType>getMessageObjects()shortgetNumberOfObjects()inthashCode()voidserialize(WriteBuffer writeBuffer)static AlarmMessageAckTypestaticParse(ReadBuffer readBuffer)static AlarmMessageAckTypestaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
functionId
protected final short functionId
-
numberOfObjects
protected final short numberOfObjects
-
messageObjects
protected final List<AlarmMessageObjectAckType> messageObjects
-
-
Constructor Detail
-
AlarmMessageAckType
public AlarmMessageAckType(short functionId, short numberOfObjects, List<AlarmMessageObjectAckType> messageObjects)
-
-
Method Detail
-
getFunctionId
public short getFunctionId()
-
getNumberOfObjects
public short getNumberOfObjects()
-
getMessageObjects
public List<AlarmMessageObjectAckType> getMessageObjects()
-
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 AlarmMessageAckType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static AlarmMessageAckType staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-