java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.VehicleBreakdownSubCauseCode |
Sub cause code values for vehicle breakdown
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final VehicleBreakdownSubCauseCode | BRAKING_SYSTEM_PROBLEM | Constant for braking system problem | |||||||||
public static final VehicleBreakdownSubCauseCode | ENGINE_COOLING_PROBLEM | Constant for engine cooling problem | |||||||||
public static final VehicleBreakdownSubCauseCode | ENGINE_PROBLEM | Constant for engine problem | |||||||||
public static final VehicleBreakdownSubCauseCode | LACK_OF_BATTERY_POWER | Constant for lack of battery power | |||||||||
public static final VehicleBreakdownSubCauseCode | LACK_OF_FUEL | Constant for lack of fuel | |||||||||
public static final VehicleBreakdownSubCauseCode | STEERING_PROBLEM | Constant for steering problem | |||||||||
public static final VehicleBreakdownSubCauseCode | TRANSMISSION_PROBLEM | Constant for transmission problem | |||||||||
public static final VehicleBreakdownSubCauseCode | TYRE_PUNCTURE | Constant for tyre puncture | |||||||||
public static final VehicleBreakdownSubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VehicleBreakdownSubCauseCode(String name) | |||||||||||
VehicleBreakdownSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static VehicleBreakdownSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for braking system problem
Constant for engine cooling problem
Constant for lack of battery power
Constant for transmission problem
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|