public class VrHelpItem extends RPCStruct
Parameter List
| Param Name | Type | Description | Req. | Notes | Version Available |
|---|---|---|---|---|---|
| text | String | Text to display for VR Help item | Y | maxlength: 500 | SmartDeviceLink 2.3.2 |
| image | Image | Image struct for VR Help item | N | SmartDeviceLink 2.3.2 | |
| position | Integer | Position to display item in VR Help list | N | minvalue=1; maxvalue=100 | SmartDeviceLink 2.3.2 |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_IMAGE |
static String |
KEY_POSITION |
static String |
KEY_TEXT |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
VrHelpItem() |
VrHelpItem(Hashtable<String,Object> hash)
Constructs a new VrHelpItem object indicated by the Hashtable
parameter
|
VrHelpItem(String text,
Integer position)
VR help items i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
getImage() |
Integer |
getPosition() |
String |
getText() |
VrHelpItem |
setImage(Image image) |
VrHelpItem |
setPosition(Integer position) |
VrHelpItem |
setText(String text) |
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, setValuepublic static final String KEY_POSITION
public static final String KEY_TEXT
public static final String KEY_IMAGE
public VrHelpItem()
public VrHelpItem(Hashtable<String,Object> hash)
Constructs a new VrHelpItem object indicated by the Hashtable parameter
hash - -The Hashtable to usepublic VrHelpItem(@NonNull
String text,
@NonNull
Integer position)
text - Text to display for VR Help itemposition - Position to display item in VR Help listpublic VrHelpItem setText(@NonNull String text)
public String getText()
public VrHelpItem setImage(Image image)
public Image getImage()
public VrHelpItem setPosition(@NonNull Integer position)
public Integer getPosition()