java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_ID
public static final java.lang.String KEY_HEATING_ENABLED
public static final java.lang.String KEY_COOLING_ENABLED
public static final java.lang.String KEY_HEATING_LEVEL
public static final java.lang.String KEY_COOLING_LEVEL
public static final java.lang.String KEY_HORIZONTAL_POSITION
public static final java.lang.String KEY_VERTICAL_POSITION
public static final java.lang.String KEY_FRONT_VERTICAL_POSITION
public static final java.lang.String KEY_BACK_VERTICAL_POSITION
public static final java.lang.String KEY_BACK_TILT_ANGLE
public static final java.lang.String KEY_HEAD_SUPPORT_HORIZONTAL_POSITION
public static final java.lang.String KEY_HEAD_SUPPORT_VERTICAL_POSITION
public static final java.lang.String KEY_MASSAGE_ENABLED
public static final java.lang.String KEY_MASSAGE_MODE
public static final java.lang.String KEY_MASSAGE_CUSHION_FIRMNESS
public static final java.lang.String KEY_MEMORY
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new SeatControlData object
public SeatControlData()
Constructs a new SeatControlData object indicated by the Hashtable parameter
public SeatControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated SeatControlData object
public SeatControlData(SupportedSeat id)
Deprecated
Sets the id portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setId(SupportedSeat id)
Deprecated
Gets the id portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.enums.SupportedSeat getId()
Sets the heatingEnabled portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setHeatingEnabled(Boolean heatingEnabled)
Gets the heatingEnabled portion of the SeatControlData class
public java.lang.Boolean getHeatingEnabled()
Sets the coolingEnabled portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setCoolingEnabled(Boolean coolingEnabled)
Gets the coolingEnabled portion of the SeatControlData class
public java.lang.Boolean getCoolingEnabled()
Sets the heatingLevel portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setHeatingLevel(Integer heatingLevel)
Gets the heatingLevel portion of the SeatControlData class
public java.lang.Integer getHeatingLevel()
Sets the coolingLevel portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setCoolingLevel(Integer coolingLevel)
Gets the coolingLevel portion of the SeatControlData class
public java.lang.Integer getCoolingLevel()
Sets the horizontalPosition portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setHorizontalPosition(Integer horizontalPosition)
Gets the horizontalPosition portion of the SeatControlData class
public java.lang.Integer getHorizontalPosition()
Sets the verticalPosition portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setVerticalPosition(Integer verticalPosition)
Gets the verticalPosition portion of the SeatControlData class
public java.lang.Integer getVerticalPosition()
Sets the frontVerticalPosition portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setFrontVerticalPosition(Integer frontVerticalPosition)
Gets the frontVerticalPosition portion of the SeatControlData class
public java.lang.Integer getFrontVerticalPosition()
Sets the backVerticalPosition portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setBackVerticalPosition(Integer backVerticalPosition)
Gets the backVerticalPosition portion of the SeatControlData class
public java.lang.Integer getBackVerticalPosition()
Sets the backTiltAngle portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setBackTiltAngle(Integer backTiltAngle)
Gets the backTiltAngle portion of the SeatControlData class
public java.lang.Integer getBackTiltAngle()
Sets the headSupportHorizontalPosition portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setHeadSupportHorizontalPosition(Integer headSupportHorizontalPosition)
Gets the headSupportHorizontalPosition portion of the SeatControlData class
public java.lang.Integer getHeadSupportHorizontalPosition()
Sets the headSupportVerticalPosition portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setHeadSupportVerticalPosition(Integer headSupportVerticalPosition)
Gets the headSupportVerticalPosition portion of the SeatControlData class
public java.lang.Integer getHeadSupportVerticalPosition()
Sets the massageEnabled portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setMassageEnabled(Boolean massageEnabled)
Gets the massageEnabled portion of the SeatControlData class
public java.lang.Boolean getMassageEnabled()
Gets the List
public java.util.List getMassageMode()
Sets the massageMode portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setMassageMode(java.util.List<com.smartdevicelink.proxy.rpc.MassageModeData> massageMode)
Gets the List
public java.util.List getMassageCushionFirmness()
Sets the massageCushionFirmness portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setMassageCushionFirmness(java.util.List<com.smartdevicelink.proxy.rpc.MassageCushionFirmness> massageCushionFirmness)
Sets the memory portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatControlData setMemory(SeatMemoryAction memory)
Gets the memory portion of the SeatControlData class
public com.smartdevicelink.proxy.rpc.SeatMemoryAction getMemory()
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 |