Class AlarmMessageObjectPushType
- java.lang.Object
-
- org.apache.plc4x.java.s7.readwrite.AlarmMessageObjectPushType
-
- All Implemented Interfaces:
Message,Serializable
public class AlarmMessageObjectPushType extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected StateackStateComingprotected StateackStateGoingprotected List<AssociatedValueType>AssociatedValuesprotected longeventIdprotected StateeventStateprotected shortlengthSpecprotected StatelocalStateprotected shortnumberOfValuesprotected SyntaxIdTypesyntaxIdstatic ShortVARIABLESPEC
-
Constructor Summary
Constructors Constructor Description AlarmMessageObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State eventState, State localState, State ackStateGoing, State ackStateComing, List<AssociatedValueType> AssociatedValues)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StategetAckStateComing()StategetAckStateGoing()List<AssociatedValueType>getAssociatedValues()longgetEventId()StategetEventState()intgetLengthInBits()intgetLengthInBytes()shortgetLengthSpec()StategetLocalState()shortgetNumberOfValues()SyntaxIdTypegetSyntaxId()shortgetVariableSpec()inthashCode()voidserialize(WriteBuffer writeBuffer)static AlarmMessageObjectPushTypestaticParse(ReadBuffer readBuffer)static AlarmMessageObjectPushTypestaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
VARIABLESPEC
public static final Short VARIABLESPEC
-
lengthSpec
protected final short lengthSpec
-
syntaxId
protected final SyntaxIdType syntaxId
-
numberOfValues
protected final short numberOfValues
-
eventId
protected final long eventId
-
eventState
protected final State eventState
-
localState
protected final State localState
-
ackStateGoing
protected final State ackStateGoing
-
ackStateComing
protected final State ackStateComing
-
AssociatedValues
protected final List<AssociatedValueType> AssociatedValues
-
-
Constructor Detail
-
AlarmMessageObjectPushType
public AlarmMessageObjectPushType(short lengthSpec, SyntaxIdType syntaxId, short numberOfValues, long eventId, State eventState, State localState, State ackStateGoing, State ackStateComing, List<AssociatedValueType> AssociatedValues)
-
-
Method Detail
-
getLengthSpec
public short getLengthSpec()
-
getSyntaxId
public SyntaxIdType getSyntaxId()
-
getNumberOfValues
public short getNumberOfValues()
-
getEventId
public long getEventId()
-
getEventState
public State getEventState()
-
getLocalState
public State getLocalState()
-
getAckStateGoing
public State getAckStateGoing()
-
getAckStateComing
public State getAckStateComing()
-
getAssociatedValues
public List<AssociatedValueType> getAssociatedValues()
-
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 AlarmMessageObjectPushType staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static AlarmMessageObjectPushType staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-