java.lang.Object
com.smartdevicelink.proxy.RPCStruct
The name that identifies the field.For example AppIcon,SoftButton, LocationImage, etc.
Parameter List
Name | Type | Description | Reg. | Notes | Version |
---|---|---|---|---|---|
name | ImageFieldName | The name that identifies the field.ImageFieldName | SmartDeviceLink 3.0 | ||
imageTypeSupported | FileType | The image types that are supported in this field. FileType | maxlength: 100 | SmartDeviceLink 3.0 | |
imageResolution | ImageResolution | The image resolution of this field. | Y | SmartDeviceLink 3.0 |
public static final java.lang.String KEY_IMAGE_TYPE_SUPPORTED
public static final java.lang.String KEY_IMAGE_RESOLUTION
public static final java.lang.String KEY_NAME
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public ImageField()
public ImageField(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
public ImageField(ImageFieldName name,java.util.List<com.smartdevicelink.proxy.rpc.enums.FileType> imageTypeSupported)
public com.smartdevicelink.proxy.rpc.enums.ImageFieldName getName()
public com.smartdevicelink.proxy.rpc.ImageField setName(ImageFieldName name)
public java.util.List getImageTypeSupported()
public com.smartdevicelink.proxy.rpc.ImageField setImageTypeSupported(java.util.List<com.smartdevicelink.proxy.rpc.enums.FileType> imageTypeSupported)
public com.smartdevicelink.proxy.rpc.ImageResolution getImageResolution()
public com.smartdevicelink.proxy.rpc.ImageField setImageResolution(ImageResolution imageResolution)
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 |