java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Required | Notes | Version Available |
---|---|---|---|---|---|
appCapabilityType | AppCapabilityType | Used as a descriptor of what data to expect in this struct. The corresponding param to this enum should be included and the only other param included. | Y | ||
videoStreamingCapability | VideoStreamingCapability | Describes supported capabilities for video streaming | N |
public static final java.lang.String KEY_APP_CAPABILITY_TYPE
public static final java.lang.String KEY_VIDEO_STREAMING_CAPABILITY
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new AppCapability object
public AppCapability()
Constructs a new AppCapability object indicated by the Hashtable parameter
public AppCapability(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new AppCapability object
public AppCapability(AppCapabilityType appCapabilityType)
Sets the appCapabilityType.
public com.smartdevicelink.proxy.rpc.AppCapability setAppCapabilityType(AppCapabilityType appCapabilityType)
Gets the appCapabilityType.
public com.smartdevicelink.proxy.rpc.enums.AppCapabilityType getAppCapabilityType()
Sets the videoStreamingCapability.
public com.smartdevicelink.proxy.rpc.AppCapability setVideoStreamingCapability(VideoStreamingCapability videoStreamingCapability)
Gets the videoStreamingCapability.
public com.smartdevicelink.proxy.rpc.VideoStreamingCapability getVideoStreamingCapability()
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 |