public class OnInteriorVehicleData extends RPCNotification
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MODULE_DATA |
function, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
OnInteriorVehicleData()
Constructs a new OnInteriorVehicleData object
|
OnInteriorVehicleData(Hashtable<String,Object> hash)
Constructs a new OnInteriorVehicleData object indicated by the
Hashtable parameter
|
OnInteriorVehicleData(ModuleData moduleData)
Constructs a new OnInteriorVehicleData object
|
| Modifier and Type | Method and Description |
|---|---|
ModuleData |
getModuleData()
Gets the moduleData
|
OnInteriorVehicleData |
setModuleData(ModuleData moduleData)
Sets the moduleData
|
getBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_MODULE_DATA
public OnInteriorVehicleData()
public OnInteriorVehicleData(Hashtable<String,Object> hash)
Constructs a new OnInteriorVehicleData object indicated by the Hashtable parameter
hash - The Hashtable to usepublic OnInteriorVehicleData(@NonNull
ModuleData moduleData)
moduleData - public ModuleData getModuleData()
public OnInteriorVehicleData setModuleData(@NonNull ModuleData moduleData)
moduleData -