java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_FREQUENCY_INTEGER
public static final java.lang.String KEY_FREQUENCY_FRACTION
public static final java.lang.String KEY_BAND
public static final java.lang.String KEY_RDS_DATA
public static final java.lang.String KEY_AVAILABLE_HDS
public static final java.lang.String KEY_HD_CHANNEL
public static final java.lang.String KEY_SIGNAL_STRENGTH
public static final java.lang.String KEY_SIGNAL_CHANGE_THRESHOLD
public static final java.lang.String KEY_RADIO_ENABLE
public static final java.lang.String KEY_STATE
public static final java.lang.String KEY_HD_RADIO_ENABLE
public static final java.lang.String KEY_SIS_DATA
public static final java.lang.String KEY_AVAILABLE_HD_CHANNELS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public RadioControlData()
public RadioControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the frequencyInteger portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setFrequencyInteger(Integer frequencyInteger)
Gets the frequencyInteger portion of the RadioControlData class
public java.lang.Integer getFrequencyInteger()
Sets the frequencyFraction portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setFrequencyFraction(Integer frequencyFraction)
Gets the frequencyFraction portion of the RadioControlData class
public java.lang.Integer getFrequencyFraction()
Sets the band portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setBand(RadioBand band)
Gets the band portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.enums.RadioBand getBand()
Sets the rdsData portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setRdsData(RdsData rdsData)
Gets the rdsData portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RdsData getRdsData()
Deprecated
Sets the availableHDs portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setAvailableHDs(Integer availableHDs)
Deprecated
Gets the availableHDs portion of the RadioControlData class
public java.lang.Integer getAvailableHDs()
Sets the hdChannel portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setHdChannel(Integer hdChannel)
Gets the hdChannel portion of the RadioControlData class
public java.lang.Integer getHdChannel()
Sets the signalStrength portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setSignalStrength(Integer signalStrength)
Gets the signalStrength portion of the RadioControlData class
public java.lang.Integer getSignalStrength()
Sets the signalChangeThreshold portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setSignalChangeThreshold(Integer signalChangeThreshold)
Gets the signalChangeThreshold portion of the RadioControlData class
public java.lang.Integer getSignalChangeThreshold()
Sets the radioEnable portion of the RadioControlData class
Note: If this is set to false, no other data will be included.
Note: This setting is normally a READ-ONLY setting.
public com.smartdevicelink.proxy.rpc.RadioControlData setRadioEnable(Boolean radioEnable)
Gets the radioEnable portion of the RadioControlData class
Note: If this is set to false, no other data will be included.
public java.lang.Boolean getRadioEnable()
Sets the state portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setState(RadioState state)
Gets the state portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.enums.RadioState getState()
Sets the hdRadioEnable portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setHdRadioEnable(Boolean hdRadioEnable)
Gets the hdRadioEnable portion of the RadioControlData class
public java.lang.Boolean getHdRadioEnable()
Sets the sisData portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setSisData(SisData sisData)
Gets the sisData portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.SisData getSisData()
Sets the availableHdChannels portion of the RadioControlData class
public com.smartdevicelink.proxy.rpc.RadioControlData setAvailableHdChannels(java.util.List<java.lang.Integer> availableHdChannels)
Gets the availableHdChannels portion of the RadioControlData class
public java.util.List getAvailableHdChannels()
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 |