java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MASSAGE_ZONE
public static final java.lang.String KEY_MASSAGE_MODE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new MassageModeData object
public MassageModeData()
Constructs a new MassageModeData object indicated by the Hashtable parameter
public MassageModeData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated MassageModeData object
public MassageModeData(MassageZone massageZone,MassageMode massageMode)
Sets the massageZone that will be associated with the supplied massage mode
public com.smartdevicelink.proxy.rpc.MassageModeData setMassageZone(MassageZone massageZone)
Gets the massageZone that will be associated with the supplied massage mode
public com.smartdevicelink.proxy.rpc.enums.MassageZone getMassageZone()
Gets the massageMode that will be associated with the supplied massage zone
public com.smartdevicelink.proxy.rpc.enums.MassageMode getMassageMode()
Sets the massageMode that will be associated with the supplied massage zone
public com.smartdevicelink.proxy.rpc.MassageModeData setMassageMode(MassageMode massageMode)
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 |