Class AlarmMessageObjectQueryType
java.lang.Object
org.apache.plc4x.java.s7.readwrite.AlarmMessageObjectQueryType
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stateprotected final Stateprotected final Stateprotected final shortprotected final DateAndTimeprotected final DateAndTimeprotected final AssociatedValueTypeprotected final AssociatedValueTypestatic final Short -
Constructor Summary
ConstructorsConstructorDescriptionAlarmMessageObjectQueryType(short lengthDataset, State eventState, State ackStateGoing, State ackStateComing, DateAndTime timeComing, AssociatedValueType valueComing, DateAndTime timeGoing, AssociatedValueType valueGoing) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintshortinthashCode()voidserialize(WriteBuffer writeBuffer) static AlarmMessageObjectQueryTypestaticParse(ReadBuffer readBuffer) static AlarmMessageObjectQueryTypestaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
VARIABLESPEC
-
lengthDataset
protected final short lengthDataset -
eventState
-
ackStateGoing
-
ackStateComing
-
timeComing
-
valueComing
-
timeGoing
-
valueGoing
-
-
Constructor Details
-
AlarmMessageObjectQueryType
public AlarmMessageObjectQueryType(short lengthDataset, State eventState, State ackStateGoing, State ackStateComing, DateAndTime timeComing, AssociatedValueType valueComing, DateAndTime timeGoing, AssociatedValueType valueGoing)
-
-
Method Details
-
getLengthDataset
public short getLengthDataset() -
getEventState
-
getAckStateGoing
-
getAckStateComing
-
getTimeComing
-
getValueComing
-
getTimeGoing
-
getValueGoing
-
getVariableSpec
public short getVariableSpec() -
serialize
- 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
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-