java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MODULE_TYPE
public static final java.lang.String KEY_RADIO_CONTROL_DATA
public static final java.lang.String KEY_CLIMATE_CONTROL_DATA
public static final java.lang.String KEY_SEAT_CONTROL_DATA
public static final java.lang.String KEY_AUDIO_CONTROL_DATA
public static final java.lang.String KEY_LIGHT_CONTROL_DATA
public static final java.lang.String KEY_HMI_SETTINGS_CONTROL_DATA
public static final java.lang.String KEY_MODULE_ID
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public ModuleData()
public ModuleData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
public ModuleData(ModuleType moduleType)
Sets the moduleType portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setModuleType(ModuleType moduleType)
Gets the moduleType portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.enums.ModuleType getModuleType()
Sets the radioControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setRadioControlData(RadioControlData radioControlData)
Gets the radioControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.RadioControlData getRadioControlData()
Sets the climateControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setClimateControlData(ClimateControlData climateControlData)
Gets the climateControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ClimateControlData getClimateControlData()
Sets the seatControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setSeatControlData(SeatControlData seatControlData)
Gets the seatControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.SeatControlData getSeatControlData()
Sets the audioControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setAudioControlData(AudioControlData audioControlData)
Gets the audioControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.AudioControlData getAudioControlData()
Sets the lightControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setLightControlData(LightControlData lightControlData)
Gets the lightControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.LightControlData getLightControlData()
Sets the hmiSettingsControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setHmiSettingsControlData(HMISettingsControlData hmiSettingsControlData)
Gets the hmiSettingsControlData portion of the ModuleData class
public com.smartdevicelink.proxy.rpc.HMISettingsControlData getHmiSettingsControlData()
Sets the Module ID of the ModuleData class
public com.smartdevicelink.proxy.rpc.ModuleData setModuleId(String id)
Gets the Module ID of the ModuleData class
public java.lang.String getModuleId()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |