java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
make | String | Make of the vehicle
|
SmartDeviceLink 2.0 |
Model | String | Model of the vehicle, e.g. Fiesta
|
SmartDeviceLink 2.0 |
modelYear | String | Model Year of the vehicle, e.g. 2013
|
SmartDeviceLink 2.0 |
trim | String | Trim of the vehicle, e.g. SE
|
SmartDeviceLink 2.0 |
public static final java.lang.String KEY_MAKE
public static final java.lang.String KEY_MODEL
public static final java.lang.String KEY_MODEL_YEAR
public static final java.lang.String KEY_TRIM
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated VehicleType object
public VehicleType()
Constructs a newly allocated VehicleType object indicated by the Hashtable parameter
public VehicleType(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new VehicleType object indicated by the Hashtable parameter
public VehicleType(java.util.HashMap<java.lang.String, java.lang.Object> hash)
get the make of the vehicle
public java.lang.String getMake()
set the make of the vehicle
public com.smartdevicelink.proxy.rpc.VehicleType setMake(String make)
get the model of the vehicle
public java.lang.String getModel()
set the model of the vehicle
public com.smartdevicelink.proxy.rpc.VehicleType setModel(String model)
get the model year of the vehicle
public java.lang.String getModelYear()
set the model year of the vehicle
public com.smartdevicelink.proxy.rpc.VehicleType setModelYear(String modelYear)
get the trim of the vehicle
public java.lang.String getTrim()
set the trim of the vehicle
public com.smartdevicelink.proxy.rpc.VehicleType setTrim(String trim)
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 |