Class Alarm8MessageQueryType
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.Alarm8MessageQueryType
-
- All Implemented Interfaces:
Message,Serializable
public class Alarm8MessageQueryType extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected intbyteCountprotected shortfunctionIdprotected List<AlarmMessageObjectQueryType>messageObjectsprotected shortnumberOfObjectsprotected DataTransportErrorCodereturnCodeprotected DataTransportSizetransportSize
-
Constructor Summary
Constructors Constructor Description Alarm8MessageQueryType(short functionId, short numberOfObjects, DataTransportErrorCode returnCode, DataTransportSize transportSize, int byteCount, List<AlarmMessageObjectQueryType> messageObjects)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetByteCount()shortgetFunctionId()intgetLengthInBits()intgetLengthInBytes()List<AlarmMessageObjectQueryType>getMessageObjects()shortgetNumberOfObjects()DataTransportErrorCodegetReturnCode()DataTransportSizegetTransportSize()inthashCode()voidserialize(WriteBuffer writeBuffer)static Alarm8MessageQueryTypestaticParse(ReadBuffer readBuffer)static Alarm8MessageQueryTypestaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
functionId
protected final short functionId
-
numberOfObjects
protected final short numberOfObjects
-
returnCode
protected final DataTransportErrorCode returnCode
-
transportSize
protected final DataTransportSize transportSize
-
byteCount
protected final int byteCount
-
messageObjects
protected final List<AlarmMessageObjectQueryType> messageObjects
-
-
Constructor Detail
-
Alarm8MessageQueryType
public Alarm8MessageQueryType(short functionId, short numberOfObjects, DataTransportErrorCode returnCode, DataTransportSize transportSize, int byteCount, List<AlarmMessageObjectQueryType> messageObjects)
-
-
Method Detail
-
getFunctionId
public short getFunctionId()
-
getNumberOfObjects
public short getNumberOfObjects()
-
getReturnCode
public DataTransportErrorCode getReturnCode()
-
getTransportSize
public DataTransportSize getTransportSize()
-
getByteCount
public int getByteCount()
-
getMessageObjects
public List<AlarmMessageObjectQueryType> 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 Alarm8MessageQueryType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static Alarm8MessageQueryType staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-