java.lang.Object | |
↳ | com.commsignia.v2x.client.model.stationinfo.StationInfoSubscribeGroups |
Represents the categories of interest in a station info subscribe request.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StationInfoSubscribeGroups() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static StationInfoSubscribeGroups | all() | ||||||||||
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
boolean |
isDriving()
Returns whether messages from the driving group should be received.
| ||||||||||
boolean |
isEvents()
Returns whether messages from the events group should be received.
| ||||||||||
boolean |
isMitigation()
Returns whether messages from the mitigation group should be received.
| ||||||||||
boolean |
isPeripherals()
Returns whether messages from the peripherals group should be received.
| ||||||||||
boolean |
isPosition()
Returns whether messages from the position group should be received.
| ||||||||||
boolean |
isPublicTransport()
Returns whether messages from the public transport group should be received.
| ||||||||||
boolean |
isRoad()
Returns whether messages from the position road should be received.
| ||||||||||
boolean |
isRoadworks()
Returns whether messages from the road works group should be received.
| ||||||||||
boolean |
isSpecialTransport()
Returns whether messages from the special transport group should be received.
| ||||||||||
boolean |
isStatus()
Returns whether messages from the status group should be received.
| ||||||||||
String | toString() | ||||||||||
StationInfoSubscribeGroups |
withDriving(boolean val)
Sets whether messages from the driving group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withEvents(boolean val)
Sets whether messages from the events group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withMitigation(boolean val)
Sets whether messages from the mitigation group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withPeripherals(boolean val)
Sets whether messages from the peripherals group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withPosition(boolean val)
Sets whether messages from the position group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withPublicTransport(boolean val)
Sets whether messages from the public transport group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withRoad(boolean val)
Sets whether messages from the road group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withRoadworks(boolean val)
Sets whether messages from the roadworks group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withSpecialTransport(boolean val)
Sets whether messages from the special transport group should be received.
| ||||||||||
StationInfoSubscribeGroups |
withStatus(boolean val)
Sets whether messages from the status group should be received.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns whether messages from the driving group should be received.
Returns whether messages from the events group should be received.
Returns whether messages from the mitigation group should be received.
Returns whether messages from the peripherals group should be received.
Returns whether messages from the position group should be received.
Returns whether messages from the public transport group should be received.
Returns whether messages from the position road should be received.
Returns whether messages from the road works group should be received.
Returns whether messages from the special transport group should be received.
Returns whether messages from the status group should be received.
Sets whether messages from the driving group should be received.
val | whether messages from the driving group should be received |
---|
Sets whether messages from the events group should be received.
val | whether messages from the events group should be received |
---|
Sets whether messages from the mitigation group should be received.
val | whether messages from the mitigation group should be received |
---|
Sets whether messages from the peripherals group should be received.
val | whether messages from the peripherals group should be received |
---|
Sets whether messages from the position group should be received.
val | whether messages from the position group should be received |
---|
Sets whether messages from the public transport group should be received.
val | whether messages from the public transport group should be received |
---|
Sets whether messages from the road group should be received.
val | whether messages from the road group should be received |
---|
Sets whether messages from the roadworks group should be received.
val | whether messages from the roadworks group should be received |
---|
Sets whether messages from the special transport group should be received.
val | whether messages from the special transport group should be received |
---|
Sets whether messages from the status group should be received.
val | whether messages from the status group should be received |
---|