public class PerformAppServiceInteraction extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ORIGIN_APP |
static String |
KEY_REQUEST_SERVICE_ACTIVE |
static String |
KEY_SERVICE_ID |
static String |
KEY_SERVICE_URI |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
PerformAppServiceInteraction() |
PerformAppServiceInteraction(Hashtable<String,Object> hash) |
PerformAppServiceInteraction(String serviceUri,
String appServiceId,
String originApp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginApp()
This string is the appID of the app requesting the app service provider take the specific action.
|
Boolean |
getRequestServiceActive()
This string is the appID of the app requesting the app service provider take the specific action.
|
String |
getServiceID()
The service ID that the app consumer wishes to send this URI.
|
String |
getServiceUri()
Fully qualified URI based on a predetermined scheme provided by the app service.
|
PerformAppServiceInteraction |
setOriginApp(String originApp)
This string is the appID of the app requesting the app service provider take the specific action.
|
PerformAppServiceInteraction |
setRequestServiceActive(Boolean requestServiceActive)
This flag signals the requesting consumer would like this service to become the active primary
service of the destination's type.
|
PerformAppServiceInteraction |
setServiceID(String appServiceId)
The service ID that the app consumer wishes to send this URI.
|
PerformAppServiceInteraction |
setServiceUri(String serviceUri)
Fully qualified URI based on a predetermined scheme provided by the app service.
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_SERVICE_URI
public static final String KEY_SERVICE_ID
public static final String KEY_ORIGIN_APP
public static final String KEY_REQUEST_SERVICE_ACTIVE
public PerformAppServiceInteraction setServiceUri(@NonNull String serviceUri)
serviceUri - -public String getServiceUri()
public PerformAppServiceInteraction setServiceID(@NonNull String appServiceId)
appServiceId - -public String getServiceID()
public PerformAppServiceInteraction setOriginApp(@NonNull String originApp)
originApp - -public String getOriginApp()
public PerformAppServiceInteraction setRequestServiceActive(Boolean requestServiceActive)
requestServiceActive - -public Boolean getRequestServiceActive()