public class BeltStatus extends RPCStruct
Parameter List
| Param Name | Type | Mandatory | Description |
|---|---|---|---|
| driverBeltDeployed | VehicleDataEventStatus | false | The driver seat belt is deployed. |
| passengerBeltDeployed | VehicleDataEventStatus | false | The passenger seat belt is deployed. |
| passengerBuckleBelted | VehicleDataEventStatus | false | The passenger seat belt is buckled. |
| driverBuckleBelted | VehicleDataEventStatus | false | The driver seat belt is buckled. |
| leftRow2BuckleBelted | VehicleDataEventStatus | false | The left seat belt of the 2nd row is buckled. |
| passengerChildDetected | VehicleDataEventStatus | false | The child passenger is detected. |
| rightRow2BuckleBelted | VehicleDataEventStatus | false | The right seat belt of the 2nd row is buckled. |
| middleRow2BuckleBelted | VehicleDataEventStatus | false | The middle seat belt of the 2nd row is buckled. |
| middleRow3BuckleBelted | VehicleDataEventStatus | false | The middle seat belt of the 3rd row is buckled. |
| leftRow3BuckleBelted | VehicleDataEventStatus | false | The left seat belt of the 3rd row is buckled. |
| rightRow3BuckleBelted | VehicleDataEventStatus | false | The right seat belt of the 3rd row is buckled. |
| leftRearInflatableBelted | VehicleDataEventStatus | false | The left rear inflatable is belted. |
| rightRearInflatableBelted | VehicleDataEventStatus | false | The right rear inflatable is belted. |
| middleRow1BeltDeployed | VehicleDataEventStatus | false | The seat belt of the middle row is deployed. |
| middleRow1BuckleBelted | VehicleDataEventStatus | false | The seat belt of the middle row is buckled. |
VehicleDataEventStatus,
GetVehicleData,
OnVehicleData,
SubscribeVehicleData| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_DRIVER_BELT_DEPLOYED |
static String |
KEY_DRIVER_BUCKLE_BELTED |
static String |
KEY_LEFT_REAR_INFLATABLE_BELTED |
static String |
KEY_LEFT_ROW_2_BUCKLE_BELTED |
static String |
KEY_LEFT_ROW_3_BUCKLE_BELTED |
static String |
KEY_MIDDLE_ROW_1_BELT_DEPLOYED |
static String |
KEY_MIDDLE_ROW_1_BUCKLE_BELTED |
static String |
KEY_MIDDLE_ROW_2_BUCKLE_BELTED |
static String |
KEY_MIDDLE_ROW_3_BUCKLE_BELTED |
static String |
KEY_PASSENGER_BELT_DEPLOYED |
static String |
KEY_PASSENGER_BUCKLE_BELTED |
static String |
KEY_PASSENGER_CHILD_DETECTED |
static String |
KEY_RIGHT_REAR_INFLATABLE_BELTED |
static String |
KEY_RIGHT_ROW_2_BUCKLE_BELTED |
static String |
KEY_RIGHT_ROW_3_BUCKLE_BELTED |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
BeltStatus() |
BeltStatus(Hashtable<String,Object> hash)
Constructs a new BeltStatus object indicated by the Hashtable
parameter
|
BeltStatus(VehicleDataEventStatus driverBeltDeployed,
VehicleDataEventStatus passengerBeltDeployed,
VehicleDataEventStatus passengerBuckleBelted,
VehicleDataEventStatus driverBuckleBelted,
VehicleDataEventStatus leftRow2BuckleBelted,
VehicleDataEventStatus passengerChildDetected,
VehicleDataEventStatus rightRow2BuckleBelted,
VehicleDataEventStatus middleRow2BuckleBelted,
VehicleDataEventStatus middleRow3BuckleBelted,
VehicleDataEventStatus leftRow3BuckleBelted,
VehicleDataEventStatus rightRow3BuckleBelted,
VehicleDataEventStatus leftRearInflatableBelted,
VehicleDataEventStatus rightRearInflatableBelted,
VehicleDataEventStatus middleRow1BeltDeployed,
VehicleDataEventStatus middleRow1BuckleBelted) |
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_DRIVER_BELT_DEPLOYED
public static final String KEY_PASSENGER_BELT_DEPLOYED
public static final String KEY_PASSENGER_BUCKLE_BELTED
public static final String KEY_DRIVER_BUCKLE_BELTED
public static final String KEY_LEFT_ROW_2_BUCKLE_BELTED
public static final String KEY_PASSENGER_CHILD_DETECTED
public static final String KEY_RIGHT_ROW_2_BUCKLE_BELTED
public static final String KEY_MIDDLE_ROW_2_BUCKLE_BELTED
public static final String KEY_MIDDLE_ROW_3_BUCKLE_BELTED
public static final String KEY_LEFT_ROW_3_BUCKLE_BELTED
public static final String KEY_RIGHT_ROW_3_BUCKLE_BELTED
public static final String KEY_LEFT_REAR_INFLATABLE_BELTED
public static final String KEY_RIGHT_REAR_INFLATABLE_BELTED
public static final String KEY_MIDDLE_ROW_1_BELT_DEPLOYED
public static final String KEY_MIDDLE_ROW_1_BUCKLE_BELTED
public BeltStatus()
public BeltStatus(Hashtable<String,Object> hash)
hash - hashtable filled with params to create an instance of this RPC
The hash table to usepublic BeltStatus(@NonNull
VehicleDataEventStatus driverBeltDeployed,
@NonNull
VehicleDataEventStatus passengerBeltDeployed,
@NonNull
VehicleDataEventStatus passengerBuckleBelted,
@NonNull
VehicleDataEventStatus driverBuckleBelted,
@NonNull
VehicleDataEventStatus leftRow2BuckleBelted,
@NonNull
VehicleDataEventStatus passengerChildDetected,
@NonNull
VehicleDataEventStatus rightRow2BuckleBelted,
@NonNull
VehicleDataEventStatus middleRow2BuckleBelted,
@NonNull
VehicleDataEventStatus middleRow3BuckleBelted,
@NonNull
VehicleDataEventStatus leftRow3BuckleBelted,
@NonNull
VehicleDataEventStatus rightRow3BuckleBelted,
@NonNull
VehicleDataEventStatus leftRearInflatableBelted,
@NonNull
VehicleDataEventStatus rightRearInflatableBelted,
@NonNull
VehicleDataEventStatus middleRow1BeltDeployed,
@NonNull
VehicleDataEventStatus middleRow1BuckleBelted)
public BeltStatus setDriverBeltDeployed(@NonNull VehicleDataEventStatus driverBeltDeployed)
public VehicleDataEventStatus getDriverBeltDeployed()
public BeltStatus setPassengerBeltDeployed(@NonNull VehicleDataEventStatus passengerBeltDeployed)
public VehicleDataEventStatus getPassengerBeltDeployed()
public BeltStatus setPassengerBuckleBelted(@NonNull VehicleDataEventStatus passengerBuckleBelted)
public VehicleDataEventStatus getPassengerBuckleBelted()
public BeltStatus setDriverBuckleBelted(VehicleDataEventStatus driverBuckleBelted)
public VehicleDataEventStatus getDriverBuckleBelted()
public BeltStatus setLeftRow2BuckleBelted(VehicleDataEventStatus leftRow2BuckleBelted)
public VehicleDataEventStatus getLeftRow2BuckleBelted()
public BeltStatus setPassengerChildDetected(@NonNull VehicleDataEventStatus passengerChildDetected)
public VehicleDataEventStatus getPassengerChildDetected()
public BeltStatus setRightRow2BuckleBelted(@NonNull VehicleDataEventStatus rightRow2BuckleBelted)
public VehicleDataEventStatus getRightRow2BuckleBelted()
public BeltStatus setMiddleRow2BuckleBelted(@NonNull VehicleDataEventStatus middleRow2BuckleBelted)
public VehicleDataEventStatus getMiddleRow2BuckleBelted()
public BeltStatus setMiddleRow3BuckleBelted(@NonNull VehicleDataEventStatus middleRow3BuckleBelted)
public VehicleDataEventStatus getMiddleRow3BuckleBelted()
public BeltStatus setLeftRow3BuckleBelted(@NonNull VehicleDataEventStatus leftRow3BuckleBelted)
public VehicleDataEventStatus getLeftRow3BuckleBelted()
public BeltStatus setRightRow3BuckleBelted(@NonNull VehicleDataEventStatus rightRow3BuckleBelted)
public VehicleDataEventStatus getRightRow3BuckleBelted()
public BeltStatus setLeftRearInflatableBelted(@NonNull VehicleDataEventStatus rearInflatableBelted)
public VehicleDataEventStatus getLeftRearInflatableBelted()
public BeltStatus setRightRearInflatableBelted(@NonNull VehicleDataEventStatus rightRearInflatableBelted)
public VehicleDataEventStatus getRightRearInflatableBelted()
public BeltStatus setMiddleRow1BeltDeployed(@NonNull VehicleDataEventStatus middleRow1BeltDeployed)
public VehicleDataEventStatus getMiddleRow1BeltDeployed()
public BeltStatus setMiddleRow1BuckleBelted(@NonNull VehicleDataEventStatus middleRow1BuckleBelted)
public VehicleDataEventStatus getMiddleRow1BuckleBelted()