public class PerformAppServiceInteractionResponse extends RPCResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SERVICE_SPECIFIC_RESULT |
KEY_INFO, KEY_RESULT_CODE, KEY_SUCCESSfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
PerformAppServiceInteractionResponse()
Constructs a new PerformAppServiceInteractionResponse object
|
PerformAppServiceInteractionResponse(Boolean success,
Result resultCode)
Constructs a new PerformAppServiceInteractionResponse object
|
PerformAppServiceInteractionResponse(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceSpecificResult()
The service can provide specific result strings to the consumer through this param.
|
PerformAppServiceInteractionResponse |
setServiceSpecificResult(String serviceSpecificResult)
The service can provide specific result strings to the consumer through this param.
|
getCorrelationID, getInfo, getResultCode, getSuccess, setCorrelationID, setInfo, setResultCode, setSuccessgetBoolean, 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_SPECIFIC_RESULT
public PerformAppServiceInteractionResponse()
public PerformAppServiceInteractionResponse(Hashtable<String,Object> hash)
public PerformAppServiceInteractionResponse(@NonNull
Boolean success,
@NonNull
Result resultCode)
success - whether the request is successfully processedresultCode - whether the request is successfully processedpublic PerformAppServiceInteractionResponse setServiceSpecificResult(String serviceSpecificResult)
serviceSpecificResult - -public String getServiceSpecificResult()