public class

ClosedLanes

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.ClosedLanes

Class Overview

Contains information about closed lanes.

Summary

Public Constructors
ClosedLanes()
Public Methods
boolean equals(Object o)
DrivingLaneStatus getDrivingLaneStatus()
Returns the status information of the driving lanes.
HardShoulderStatus getHardShoulderStatus()
Returns the status information of the hard shoulder.
int hashCode()
ClosedLanes setDrivingLaneStatus(DrivingLaneStatus drivingLaneStatus)
Set the status information of the driving lanes.
ClosedLanes setHardShoulderStatus(HardShoulderStatus hardShoulderStatus)
Set status information of the hard shoulder.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ClosedLanes ()

Public Methods

public boolean equals (Object o)

public DrivingLaneStatus getDrivingLaneStatus ()

Returns the status information of the driving lanes.

Returns
  • the status of the driving lane

public HardShoulderStatus getHardShoulderStatus ()

Returns the status information of the hard shoulder.

Returns
  • the status of the hard shoulder

public int hashCode ()

public ClosedLanes setDrivingLaneStatus (DrivingLaneStatus drivingLaneStatus)

Set the status information of the driving lanes.

Parameters
drivingLaneStatus status of the driving lane
Returns
  • the same ClosedLanes object this method was invoked on

public ClosedLanes setHardShoulderStatus (HardShoulderStatus hardShoulderStatus)

Set status information of the hard shoulder.

Parameters
hardShoulderStatus status of the hard shoulder
Returns
  • the same ClosedLanes object this method was invoked on

public String toString ()