java.lang.Object | |
↳ | com.commsignia.v2x.client.model.ClosedLanes |
Contains information about closed lanes.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the status information of the driving lanes.
Returns the status information of the hard shoulder.
Set the status information of the driving lanes.
drivingLaneStatus | status of the driving lane |
---|
Set status information of the hard shoulder.
hardShoulderStatus | status of the hard shoulder |
---|