java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MODULE_NAME
public static final java.lang.String KEY_RADIO_ENABLE_AVAILABLE
public static final java.lang.String KEY_RADIO_BAND_AVAILABLE
public static final java.lang.String KEY_RADIO_FREQUENCY_AVAILABLE
public static final java.lang.String KEY_HD_CHANNEL_AVAILABLE
public static final java.lang.String KEY_RDS_DATA_AVAILABLE
public static final java.lang.String KEY_AVAILABLE_HDS_AVAILABLE
public static final java.lang.String KEY_STATE_AVAILABLE
public static final java.lang.String KEY_SIGNAL_STRENGTH_AVAILABLE
public static final java.lang.String KEY_SIGNAL_CHANGE_THRESHOLD_AVAILABLE
public static final java.lang.String KEY_HD_RADIO_ENABLE_AVAILABLE
public static final java.lang.String KEY_SIRIUS_XM_RADIO_AVAILABLE
public static final java.lang.String KEY_SIS_DATA_AVAILABLE
public static final java.lang.String KEY_MODULE_INFO
public static final java.lang.String KEY_AVAILABLE_HD_CHANNELS_AVAILABLE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public RadioControlCapabilities()
public RadioControlCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new RadioControlCapabilities object
public RadioControlCapabilities(String moduleName)
Sets the moduleName portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setModuleName(String moduleName)
Gets the moduleName portion of the RadioControlCapabilities class
public java.lang.String getModuleName()
Sets the radioEnableAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setRadioEnableAvailable(Boolean radioEnableAvailable)
Gets the radioEnableAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getRadioEnableAvailable()
Sets the radioBandAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setRadioBandAvailable(Boolean radioBandAvailable)
Gets the radioBandAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getRadioBandAvailable()
Sets the radioFrequencyAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setRadioFrequencyAvailable(Boolean radioFrequencyAvailable)
Gets the radioFrequencyAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getRadioFrequencyAvailable()
Sets the hdChannelAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setHdChannelAvailable(Boolean hdChannelAvailable)
Gets the hdChannelAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getHdChannelAvailable()
Sets the rdsDataAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setRdsDataAvailable(Boolean rdsDataAvailable)
Gets the rdsDataAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getRdsDataAvailable()
Deprecated
Sets the availableHDsAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setAvailableHDsAvailable(Boolean availableHDsAvailable)
Deprecated
Gets the availableHDsAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getAvailableHDsAvailable()
Sets the availableHdChannelsAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setAvailableHdChannelsAvailable(Boolean availableHdChannelsAvailable)
Gets the availableHdChannelsAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getAvailableHdChannelsAvailable()
Sets the stateAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setStateAvailable(Boolean stateAvailable)
Gets the stateAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getStateAvailable()
Sets the signalStrengthAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setSignalStrengthAvailable(Boolean signalStrengthAvailable)
Gets the signalStrengthAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getSignalStrengthAvailable()
Sets the signalChangeThresholdAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setSignalChangeThresholdAvailable(Boolean signalChangeThresholdAvailable)
Gets the signalChangeThresholdAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getSignalChangeThresholdAvailable()
Sets the hdRadioEnableAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setHdRadioEnableAvailable(Boolean hdRadioEnableAvailable)
Gets the hdRadioEnableAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getHdRadioEnableAvailable()
Sets the siriusxmRadioAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setSiriusXMRadioAvailable(Boolean siriusxmRadioAvailable)
Gets the siriusxmRadioAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getSiriusXMRadioAvailable()
Sets the sisDataAvailable portion of the RadioControlCapabilities class
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setSisDataAvailable(Boolean sisDataAvailable)
Gets the sisDataAvailable portion of the RadioControlCapabilities class
public java.lang.Boolean getSisDataAvailable()
Sets ModuleInfo for this capability
public com.smartdevicelink.proxy.rpc.RadioControlCapabilities setModuleInfo(ModuleInfo info)
Gets a ModuleInfo of this capability
public com.smartdevicelink.proxy.rpc.ModuleInfo getModuleInfo()
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 |