java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Required | Notes | Version Available |
---|---|---|---|---|---|
type | SeekIndicatorType | Y | |||
seekTime | Integer | If the type is TIME, this number of seconds may be present alongside the skip indicator.It will indicate the number of seconds that the currently playing media will skip forward or backward. | N | {"num_min_value": 1, "num_max_value": 99} |
public static final java.lang.String KEY_TYPE
public static final java.lang.String KEY_SEEK_TIME
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new SeekStreamingIndicator object
public SeekStreamingIndicator()
Constructs a new SeekStreamingIndicator object indicated by the Hashtable parameter
public SeekStreamingIndicator(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new SeekStreamingIndicator object
public SeekStreamingIndicator(SeekIndicatorType type)
Sets the type.
public com.smartdevicelink.proxy.rpc.SeekStreamingIndicator setType(SeekIndicatorType type)
Gets the type.
public com.smartdevicelink.proxy.rpc.enums.SeekIndicatorType getType()
Sets the seekTime.
public com.smartdevicelink.proxy.rpc.SeekStreamingIndicator setSeekTime(Integer seekTime)
Gets the seekTime.
public java.lang.Integer getSeekTime()
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 |