v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.PrioritizationResponse |
Represents a prioritization response.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
PrioritizationResponse()
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| PrioritizationResponseStatus |
getPriorState()
Returns the prioritization response status
| ||||||||||
| long |
getSignalGroupId()
Returns the signal group id
| ||||||||||
| long |
getStationID()
Returns the station id.
| ||||||||||
| int | hashCode() | ||||||||||
| void |
setPriorState(PrioritizationResponseStatus priorState)
Sets the prioritization response status
| ||||||||||
| void |
setSignalGroupId(long signalGroupId)
Sets the signal group id
| ||||||||||
| void |
setStationID(long stationID)
Sets the station id.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new instance.
Returns the prioritization response status
Returns the signal group id
Returns the station id.
Sets the prioritization response status
| priorState | prioritization response status |
|---|
Sets the signal group id
| signalGroupId | signal group id |
|---|
Sets the station id.
| stationID | station id |
|---|