public class SetInteriorVehicleDataResponse extends RPCResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MODULE_DATA |
KEY_INFO, KEY_RESULT_CODE, KEY_SUCCESSfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SetInteriorVehicleDataResponse()
Constructs a new SetInteriorVehicleDataResponse object
|
SetInteriorVehicleDataResponse(Hashtable<String,Object> hash)
Constructs a new SetInteriorVehicleDataResponse object indicated by the
Hashtable parameter
|
SetInteriorVehicleDataResponse(Result resultCode,
Boolean success)
Constructs a new SetInteriorVehicleDataResponse object
|
| Modifier and Type | Method and Description |
|---|---|
ModuleData |
getModuleData()
Gets the moduleData
|
SetInteriorVehicleDataResponse |
setModuleData(ModuleData moduleData)
Sets the moduleData
|
getCorrelationID, getInfo, getResultCode, getSuccess, setCorrelationID, setInfo, setResultCode, setSuccessgetBoolean, 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 SetInteriorVehicleDataResponse()
public SetInteriorVehicleDataResponse(Hashtable<String,Object> hash)
Constructs a new SetInteriorVehicleDataResponse object indicated by the Hashtable parameter
hash - The Hashtable to usepublic SetInteriorVehicleDataResponse(@NonNull
Result resultCode,
@NonNull
Boolean success)
success - whether the request is successfully processedresultCode - whether the request is successfully processedpublic ModuleData getModuleData()
public SetInteriorVehicleDataResponse setModuleData(ModuleData moduleData)
moduleData -