java.lang.Object | |
↳ | com.commsignia.v2x.client.model.DENMActionID |
Represents a DENM Action ID. An Action ID consists of a station ID and a sequence number.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DENMActionID(long stationID, long sequenceNumber)
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
long |
getSequenceNumber()
Returns the sequence number.
| ||||||||||
long |
getStationID()
Returns the station ID.
| ||||||||||
int | hashCode() | ||||||||||
void |
setSequenceNumber(long sequenceNumber)
Sets the sequence number.
| ||||||||||
void |
setStationID(long stationID)
Sets the station ID.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
stationID | Station ID |
---|---|
sequenceNumber | DENM Sequence Number |
Returns the sequence number.
Returns the station ID.
Sets the sequence number.
sequenceNumber | sequence number |
---|
Sets the station ID.
stationID | station ID |
---|