java.lang.Object
com.smartdevicelink.proxy.RPCStruct
com.smartdevicelink.proxy.RPCMessage
com.smartdevicelink.proxy.RPCRequest
public static final java.lang.String KEY_SERVICE_URI
public static final java.lang.String KEY_SERVICE_ID
public static final java.lang.String KEY_ORIGIN_APP
public static final java.lang.String KEY_REQUEST_SERVICE_ACTIVE
public PerformAppServiceInteraction()
public PerformAppServiceInteraction(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
public PerformAppServiceInteraction(String serviceUri,String appServiceId,String originApp)
Fully qualified URI based on a predetermined scheme provided by the app service. SDL makes no guarantee that this URI is correct.
public com.smartdevicelink.proxy.rpc.PerformAppServiceInteraction setServiceUri(String serviceUri)
Fully qualified URI based on a predetermined scheme provided by the app service. SDL makes no guarantee that this URI is correct.
public java.lang.String getServiceUri()
The service ID that the app consumer wishes to send this URI.
public com.smartdevicelink.proxy.rpc.PerformAppServiceInteraction setServiceID(String appServiceId)
The service ID that the app consumer wishes to send this URI.
public java.lang.String getServiceID()
This string is the appID of the app requesting the app service provider take the specific action.
public com.smartdevicelink.proxy.rpc.PerformAppServiceInteraction setOriginApp(String originApp)
This string is the appID of the app requesting the app service provider take the specific action.
public java.lang.String getOriginApp()
This flag signals the requesting consumer would like this service to become the active primary service of the destination's type.
public com.smartdevicelink.proxy.rpc.PerformAppServiceInteraction setRequestServiceActive(Boolean requestServiceActive)
This string is the appID of the app requesting the app service provider take the specific action.
public java.lang.Boolean getRequestServiceActive()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCRequest | getCorrelationID, setCorrelationID, setOnRPCResponseListener, getOnRPCResponseListener |
com.smartdevicelink.proxy.RPCMessage | getFunctionID, getFunctionName, setFunctionName, getMessageType, setParameters, getParameters, getObject, getString, getInteger, getFloat, getDouble, getBoolean, getLong |
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 |