| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_BACK_TILT_ANGLE |
static String |
KEY_BACK_VERTICAL_POSITION |
static String |
KEY_COOLING_ENABLED |
static String |
KEY_COOLING_LEVEL |
static String |
KEY_FRONT_VERTICAL_POSITION |
static String |
KEY_HEAD_SUPPORT_HORIZONTAL_POSITION |
static String |
KEY_HEAD_SUPPORT_VERTICAL_POSITION |
static String |
KEY_HEATING_ENABLED |
static String |
KEY_HEATING_LEVEL |
static String |
KEY_HORIZONTAL_POSITION |
static String |
KEY_ID
Deprecated.
|
static String |
KEY_MASSAGE_CUSHION_FIRMNESS |
static String |
KEY_MASSAGE_ENABLED |
static String |
KEY_MASSAGE_MODE |
static String |
KEY_MEMORY |
static String |
KEY_VERTICAL_POSITION |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SeatControlData()
Constructs a new SeatControlData object
|
SeatControlData(Hashtable<String,Object> hash)
Constructs a new SeatControlData object indicated by the Hashtable parameter
|
SeatControlData(SupportedSeat id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBackTiltAngle()
Gets the backTiltAngle portion of the SeatControlData class
|
Integer |
getBackVerticalPosition()
Gets the backVerticalPosition portion of the SeatControlData class
|
Boolean |
getCoolingEnabled()
Gets the coolingEnabled portion of the SeatControlData class
|
Integer |
getCoolingLevel()
Gets the coolingLevel portion of the SeatControlData class
|
Integer |
getFrontVerticalPosition()
Gets the frontVerticalPosition portion of the SeatControlData class
|
Integer |
getHeadSupportHorizontalPosition()
Gets the headSupportHorizontalPosition portion of the SeatControlData class
|
Integer |
getHeadSupportVerticalPosition()
Gets the headSupportVerticalPosition portion of the SeatControlData class
|
Boolean |
getHeatingEnabled()
Gets the heatingEnabled portion of the SeatControlData class
|
Integer |
getHeatingLevel()
Gets the heatingLevel portion of the SeatControlData class
|
Integer |
getHorizontalPosition()
Gets the horizontalPosition portion of the SeatControlData class
|
SupportedSeat |
getId()
Deprecated.
|
List<MassageCushionFirmness> |
getMassageCushionFirmness()
Gets the List
|
Boolean |
getMassageEnabled()
Gets the massageEnabled portion of the SeatControlData class
|
List<MassageModeData> |
getMassageMode()
Gets the List
|
SeatMemoryAction |
getMemory()
Gets the memory portion of the SeatControlData class
|
Integer |
getVerticalPosition()
Gets the verticalPosition portion of the SeatControlData class
|
SeatControlData |
setBackTiltAngle(Integer backTiltAngle)
Sets the backTiltAngle portion of the SeatControlData class
|
SeatControlData |
setBackVerticalPosition(Integer backVerticalPosition)
Sets the backVerticalPosition portion of the SeatControlData class
|
SeatControlData |
setCoolingEnabled(Boolean coolingEnabled)
Sets the coolingEnabled portion of the SeatControlData class
|
SeatControlData |
setCoolingLevel(Integer coolingLevel)
Sets the coolingLevel portion of the SeatControlData class
|
SeatControlData |
setFrontVerticalPosition(Integer frontVerticalPosition)
Sets the frontVerticalPosition portion of the SeatControlData class
|
SeatControlData |
setHeadSupportHorizontalPosition(Integer headSupportHorizontalPosition)
Sets the headSupportHorizontalPosition portion of the SeatControlData class
|
SeatControlData |
setHeadSupportVerticalPosition(Integer headSupportVerticalPosition)
Sets the headSupportVerticalPosition portion of the SeatControlData class
|
SeatControlData |
setHeatingEnabled(Boolean heatingEnabled)
Sets the heatingEnabled portion of the SeatControlData class
|
SeatControlData |
setHeatingLevel(Integer heatingLevel)
Sets the heatingLevel portion of the SeatControlData class
|
SeatControlData |
setHorizontalPosition(Integer horizontalPosition)
Sets the horizontalPosition portion of the SeatControlData class
|
SeatControlData |
setId(SupportedSeat id)
Deprecated.
|
SeatControlData |
setMassageCushionFirmness(List<MassageCushionFirmness> massageCushionFirmness)
Sets the massageCushionFirmness portion of the SeatControlData class
|
SeatControlData |
setMassageEnabled(Boolean massageEnabled)
Sets the massageEnabled portion of the SeatControlData class
|
SeatControlData |
setMassageMode(List<MassageModeData> massageMode)
Sets the massageMode portion of the SeatControlData class
|
SeatControlData |
setMemory(SeatMemoryAction memory)
Sets the memory portion of the SeatControlData class
|
SeatControlData |
setVerticalPosition(Integer verticalPosition)
Sets the verticalPosition portion of the SeatControlData class
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValue@Deprecated public static final String KEY_ID
public static final String KEY_HEATING_ENABLED
public static final String KEY_COOLING_ENABLED
public static final String KEY_HEATING_LEVEL
public static final String KEY_COOLING_LEVEL
public static final String KEY_HORIZONTAL_POSITION
public static final String KEY_VERTICAL_POSITION
public static final String KEY_FRONT_VERTICAL_POSITION
public static final String KEY_BACK_VERTICAL_POSITION
public static final String KEY_BACK_TILT_ANGLE
public static final String KEY_HEAD_SUPPORT_HORIZONTAL_POSITION
public static final String KEY_HEAD_SUPPORT_VERTICAL_POSITION
public static final String KEY_MASSAGE_ENABLED
public static final String KEY_MASSAGE_MODE
public static final String KEY_MASSAGE_CUSHION_FIRMNESS
public static final String KEY_MEMORY
public SeatControlData()
public SeatControlData(Hashtable<String,Object> hash)
Constructs a new SeatControlData object indicated by the Hashtable parameter
hash - The Hashtable to use@Deprecated public SeatControlData(@NonNull SupportedSeat id)
id - type of SupportedSeat.@Deprecated public SeatControlData setId(@NonNull SupportedSeat id)
id - @Deprecated public SupportedSeat getId()
public SeatControlData setHeatingEnabled(Boolean heatingEnabled)
heatingEnabled - public Boolean getHeatingEnabled()
public SeatControlData setCoolingEnabled(Boolean coolingEnabled)
coolingEnabled - public Boolean getCoolingEnabled()
public SeatControlData setHeatingLevel(Integer heatingLevel)
heatingLevel - public Integer getHeatingLevel()
public SeatControlData setCoolingLevel(Integer coolingLevel)
coolingLevel - public Integer getCoolingLevel()
public SeatControlData setHorizontalPosition(Integer horizontalPosition)
horizontalPosition - public Integer getHorizontalPosition()
public SeatControlData setVerticalPosition(Integer verticalPosition)
verticalPosition - public Integer getVerticalPosition()
public SeatControlData setFrontVerticalPosition(Integer frontVerticalPosition)
frontVerticalPosition - public Integer getFrontVerticalPosition()
public SeatControlData setBackVerticalPosition(Integer backVerticalPosition)
backVerticalPosition - public Integer getBackVerticalPosition()
public SeatControlData setBackTiltAngle(Integer backTiltAngle)
backTiltAngle - public Integer getBackTiltAngle()
public SeatControlData setHeadSupportHorizontalPosition(Integer headSupportHorizontalPosition)
headSupportHorizontalPosition - public Integer getHeadSupportHorizontalPosition()
public SeatControlData setHeadSupportVerticalPosition(Integer headSupportVerticalPosition)
headSupportVerticalPosition - public Integer getHeadSupportVerticalPosition()
public SeatControlData setMassageEnabled(Boolean massageEnabled)
massageEnabled - public Boolean getMassageEnabled()
public List<MassageModeData> getMassageMode()
public SeatControlData setMassageMode(List<MassageModeData> massageMode)
massageMode - public List<MassageCushionFirmness> getMassageCushionFirmness()
public SeatControlData setMassageCushionFirmness(List<MassageCushionFirmness> massageCushionFirmness)
massageCushionFirmness - public SeatControlData setMemory(SeatMemoryAction memory)
memory - public SeatMemoryAction getMemory()