Class AssociatedQueryValueType
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.AssociatedQueryValueType
-
- All Implemented Interfaces:
Message,Serializable
public class AssociatedQueryValueType extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Short>dataprotected DataTransportErrorCodereturnCodeprotected DataTransportSizetransportSizeprotected intvalueLength
-
Constructor Summary
Constructors Constructor Description AssociatedQueryValueType(DataTransportErrorCode returnCode, DataTransportSize transportSize, int valueLength, List<Short> data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Short>getData()intgetLengthInBits()intgetLengthInBytes()DataTransportErrorCodegetReturnCode()DataTransportSizegetTransportSize()intgetValueLength()inthashCode()voidserialize(WriteBuffer writeBuffer)static AssociatedQueryValueTypestaticParse(ReadBuffer readBuffer)static AssociatedQueryValueTypestaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
returnCode
protected final DataTransportErrorCode returnCode
-
transportSize
protected final DataTransportSize transportSize
-
valueLength
protected final int valueLength
-
-
Constructor Detail
-
AssociatedQueryValueType
public AssociatedQueryValueType(DataTransportErrorCode returnCode, DataTransportSize transportSize, int valueLength, List<Short> data)
-
-
Method Detail
-
getReturnCode
public DataTransportErrorCode getReturnCode()
-
getTransportSize
public DataTransportSize getTransportSize()
-
getValueLength
public int getValueLength()
-
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 AssociatedQueryValueType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static AssociatedQueryValueType staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-