public class GetInteriorVehicleDataConsent extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MODULE_ID |
static String |
KEY_MODULE_TYPE |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
GetInteriorVehicleDataConsent() |
GetInteriorVehicleDataConsent(Hashtable<String,Object> hash) |
GetInteriorVehicleDataConsent(ModuleType moduleType,
List<String> moduleIds) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getModuleIds()
Gets the Module Ids of this class
|
ModuleType |
getModuleType()
Gets the Module Type of this class
|
GetInteriorVehicleDataConsent |
setModuleIds(List<String> ids)
Sets the Module Ids for this class
|
GetInteriorVehicleDataConsent |
setModuleType(ModuleType type)
Sets the Module Type for this class
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, 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_TYPE
public static final String KEY_MODULE_ID
public GetInteriorVehicleDataConsent()
public GetInteriorVehicleDataConsent(@NonNull
ModuleType moduleType,
@NonNull
List<String> moduleIds)
moduleType - Sets the Module Type for this classmoduleIds - Sets the Module Ids for this classpublic GetInteriorVehicleDataConsent setModuleType(@NonNull ModuleType type)
type - the Module Type to be setpublic ModuleType getModuleType()
public GetInteriorVehicleDataConsent setModuleIds(@NonNull List<String> ids)
ids - the ids to be set