public class

StationInfoSubscribeGroups

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.stationinfo.StationInfoSubscribeGroups

Class Overview

Represents the categories of interest in a station info subscribe request.

Summary

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
From class java.lang.Object

Public Constructors

public StationInfoSubscribeGroups ()

Public Methods

public static StationInfoSubscribeGroups all ()

public boolean equals (Object o)

public int hashCode ()

public boolean isDriving ()

Returns whether messages from the driving group should be received.

Returns
  • whether messages from the driving group should be received.

public boolean isEvents ()

Returns whether messages from the events group should be received.

Returns
  • whether messages from the events group should be received.

public boolean isMitigation ()

Returns whether messages from the mitigation group should be received.

Returns
  • whether messages from the mitigation group should be received.

public boolean isPeripherals ()

Returns whether messages from the peripherals group should be received.

Returns
  • whether messages from the peripherals group should be received.

public boolean isPosition ()

Returns whether messages from the position group should be received.

Returns
  • whether messages from the position group should be received.

public boolean isPublicTransport ()

Returns whether messages from the public transport group should be received.

Returns
  • whether messages from the public transport group should be received.

public boolean isRoad ()

Returns whether messages from the position road should be received.

Returns
  • whether messages from the position road should be received.

public boolean isRoadworks ()

Returns whether messages from the road works group should be received.

Returns
  • whether messages from the road works group should be received.

public boolean isSpecialTransport ()

Returns whether messages from the special transport group should be received.

Returns
  • whether messages from the special transport group should be received.

public boolean isStatus ()

Returns whether messages from the status group should be received.

Returns
  • whether messages from the status group should be received.

public String toString ()

public StationInfoSubscribeGroups withDriving (boolean val)

Sets whether messages from the driving group should be received.

Parameters
val whether messages from the driving group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withEvents (boolean val)

Sets whether messages from the events group should be received.

Parameters
val whether messages from the events group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withMitigation (boolean val)

Sets whether messages from the mitigation group should be received.

Parameters
val whether messages from the mitigation group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withPeripherals (boolean val)

Sets whether messages from the peripherals group should be received.

Parameters
val whether messages from the peripherals group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withPosition (boolean val)

Sets whether messages from the position group should be received.

Parameters
val whether messages from the position group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withPublicTransport (boolean val)

Sets whether messages from the public transport group should be received.

Parameters
val whether messages from the public transport group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withRoad (boolean val)

Sets whether messages from the road group should be received.

Parameters
val whether messages from the road group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withRoadworks (boolean val)

Sets whether messages from the roadworks group should be received.

Parameters
val whether messages from the roadworks group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withSpecialTransport (boolean val)

Sets whether messages from the special transport group should be received.

Parameters
val whether messages from the special transport group should be received
Returns
  • same instance this method was invoked on to support chaining

public StationInfoSubscribeGroups withStatus (boolean val)

Sets whether messages from the status group should be received.

Parameters
val whether messages from the status group should be received
Returns
  • same instance this method was invoked on to support chaining