java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_CHANNEL_ID
public static final java.lang.String KEY_CHANNEL_NAME
public static final java.lang.String KEY_CHANNEL_SETTING
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated EqualizerSettings object
public EqualizerSettings()
Constructs a newly allocated EqualizerSettings object indicated by the Hashtable parameter
public EqualizerSettings(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated EqualizerSettings object
public EqualizerSettings(Integer channelId,Integer channelSetting)
Sets the channelId portion of the EqualizerSettings class
public com.smartdevicelink.proxy.rpc.EqualizerSettings setChannelId(Integer channelId)
Gets the channelId portion of the EqualizerSettings class
public java.lang.Integer getChannelId()
Sets the channelName portion of the EqualizerSettings class
public com.smartdevicelink.proxy.rpc.EqualizerSettings setChannelName(String channelName)
Gets the channelName portion of the EqualizerSettings class
public java.lang.String getChannelName()
Sets the channelSetting portion of the EqualizerSettings class
public com.smartdevicelink.proxy.rpc.EqualizerSettings setChannelSetting(Integer channelSetting)
Gets the channelSetting portion of the EqualizerSettings class
public java.lang.Integer getChannelSetting()
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 |