| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_AUDIO_CONTROL_DATA |
static String |
KEY_CLIMATE_CONTROL_DATA |
static String |
KEY_HMI_SETTINGS_CONTROL_DATA |
static String |
KEY_LIGHT_CONTROL_DATA |
static String |
KEY_MODULE_ID |
static String |
KEY_MODULE_TYPE |
static String |
KEY_RADIO_CONTROL_DATA |
static String |
KEY_SEAT_CONTROL_DATA |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
ModuleData() |
ModuleData(Hashtable<String,Object> hash) |
ModuleData(ModuleType moduleType) |
| Modifier and Type | Method and Description |
|---|---|
AudioControlData |
getAudioControlData()
Gets the audioControlData portion of the ModuleData class
|
ClimateControlData |
getClimateControlData()
Gets the climateControlData portion of the ModuleData class
|
HMISettingsControlData |
getHmiSettingsControlData()
Gets the hmiSettingsControlData portion of the ModuleData class
|
LightControlData |
getLightControlData()
Gets the lightControlData portion of the ModuleData class
|
String |
getModuleId()
Gets the Module ID of the ModuleData class
|
ModuleType |
getModuleType()
Gets the moduleType portion of the ModuleData class
|
RadioControlData |
getRadioControlData()
Gets the radioControlData portion of the ModuleData class
|
SeatControlData |
getSeatControlData()
Gets the seatControlData portion of the ModuleData class
|
ModuleData |
setAudioControlData(AudioControlData audioControlData)
Sets the audioControlData portion of the ModuleData class
|
ModuleData |
setClimateControlData(ClimateControlData climateControlData)
Sets the climateControlData portion of the ModuleData class
|
ModuleData |
setHmiSettingsControlData(HMISettingsControlData hmiSettingsControlData)
Sets the hmiSettingsControlData portion of the ModuleData class
|
ModuleData |
setLightControlData(LightControlData lightControlData)
Sets the lightControlData portion of the ModuleData class
|
ModuleData |
setModuleId(String id)
Sets the Module ID of the ModuleData class
|
ModuleData |
setModuleType(ModuleType moduleType)
Sets the moduleType portion of the ModuleData class
|
ModuleData |
setRadioControlData(RadioControlData radioControlData)
Sets the radioControlData portion of the ModuleData class
|
ModuleData |
setSeatControlData(SeatControlData seatControlData)
Sets the seatControlData portion of the ModuleData class
|
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_MODULE_TYPE
public static final String KEY_RADIO_CONTROL_DATA
public static final String KEY_CLIMATE_CONTROL_DATA
public static final String KEY_SEAT_CONTROL_DATA
public static final String KEY_AUDIO_CONTROL_DATA
public static final String KEY_LIGHT_CONTROL_DATA
public static final String KEY_HMI_SETTINGS_CONTROL_DATA
public static final String KEY_MODULE_ID
public ModuleData()
public ModuleData(@NonNull
ModuleType moduleType)
public ModuleData setModuleType(@NonNull ModuleType moduleType)
moduleType - The moduleType indicates which type of data should be changed and identifies which data object exists in this struct.
For example, if the moduleType is CLIMATE then a "climateControlData" should existpublic ModuleType getModuleType()
public ModuleData setRadioControlData(RadioControlData radioControlData)
radioControlData - public RadioControlData getRadioControlData()
public ModuleData setClimateControlData(ClimateControlData climateControlData)
climateControlData - public ClimateControlData getClimateControlData()
public ModuleData setSeatControlData(SeatControlData seatControlData)
seatControlData - public SeatControlData getSeatControlData()
public ModuleData setAudioControlData(AudioControlData audioControlData)
audioControlData - public AudioControlData getAudioControlData()
public ModuleData setLightControlData(LightControlData lightControlData)
lightControlData - public LightControlData getLightControlData()
public ModuleData setHmiSettingsControlData(HMISettingsControlData hmiSettingsControlData)
hmiSettingsControlData - public HMISettingsControlData getHmiSettingsControlData()
public ModuleData setModuleId(String id)
id - the id to be setpublic String getModuleId()