public final class

DoorStates

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

Class Overview

Represents the state of multiple doors.

Summary

Nested Classes
class DoorStates.Builder  
Public Methods
DoorState getBonnet()
Returns the bonnet state.
DoorState getBoot()
Returns the boot state.
DoorState getFrontLeft()
Returns the front left door state.
DoorState getFrontRight()
Returns the front right door state.
DoorState getRearLeft()
Returns the rear left door state.
DoorState getRearRight()
Returns the rear right door state.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public DoorState getBonnet ()

Returns the bonnet state.

Returns
  • bonnet state

public DoorState getBoot ()

Returns the boot state.

Returns
  • boot state

public DoorState getFrontLeft ()

Returns the front left door state.

Returns
  • front left door state

public DoorState getFrontRight ()

Returns the front right door state.

Returns
  • front right door state

public DoorState getRearLeft ()

Returns the rear left door state.

Returns
  • rear left door state

public DoorState getRearRight ()

Returns the rear right door state.

Returns
  • rear right door state

public String toString ()