Class AlarmMessageObjectQueryType
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.AlarmMessageObjectQueryType
-
- All Implemented Interfaces:
Message,Serializable
public class AlarmMessageObjectQueryType extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected StateackStateComingprotected StateackStateGoingprotected StateeventStateprotected shortlengthDatasetprotected DateAndTimetimeComingprotected DateAndTimetimeGoingprotected AssociatedValueTypevalueComingprotected AssociatedValueTypevalueGoingstatic ShortVARIABLESPEC
-
Constructor Summary
Constructors Constructor Description AlarmMessageObjectQueryType(short lengthDataset, State eventState, State ackStateGoing, State ackStateComing, DateAndTime timeComing, AssociatedValueType valueComing, DateAndTime timeGoing, AssociatedValueType valueGoing)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StategetAckStateComing()StategetAckStateGoing()StategetEventState()shortgetLengthDataset()intgetLengthInBits()intgetLengthInBytes()DateAndTimegetTimeComing()DateAndTimegetTimeGoing()AssociatedValueTypegetValueComing()AssociatedValueTypegetValueGoing()shortgetVariableSpec()inthashCode()voidserialize(WriteBuffer writeBuffer)static AlarmMessageObjectQueryTypestaticParse(ReadBuffer readBuffer)static AlarmMessageObjectQueryTypestaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
VARIABLESPEC
public static final Short VARIABLESPEC
-
lengthDataset
protected final short lengthDataset
-
eventState
protected final State eventState
-
ackStateGoing
protected final State ackStateGoing
-
ackStateComing
protected final State ackStateComing
-
timeComing
protected final DateAndTime timeComing
-
valueComing
protected final AssociatedValueType valueComing
-
timeGoing
protected final DateAndTime timeGoing
-
valueGoing
protected final AssociatedValueType valueGoing
-
-
Constructor Detail
-
AlarmMessageObjectQueryType
public AlarmMessageObjectQueryType(short lengthDataset, State eventState, State ackStateGoing, State ackStateComing, DateAndTime timeComing, AssociatedValueType valueComing, DateAndTime timeGoing, AssociatedValueType valueGoing)
-
-
Method Detail
-
getLengthDataset
public short getLengthDataset()
-
getEventState
public State getEventState()
-
getAckStateGoing
public State getAckStateGoing()
-
getAckStateComing
public State getAckStateComing()
-
getTimeComing
public DateAndTime getTimeComing()
-
getValueComing
public AssociatedValueType getValueComing()
-
getTimeGoing
public DateAndTime getTimeGoing()
-
getValueGoing
public AssociatedValueType getValueGoing()
-
getVariableSpec
public short getVariableSpec()
-
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 AlarmMessageObjectQueryType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static AlarmMessageObjectQueryType staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-