public class DeleteInteractionChoiceSetResponse extends RPCResponse
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 |
|---|
DeleteInteractionChoiceSetResponse() |
DeleteInteractionChoiceSetResponse(Boolean success,
Result resultCode)
Constructs a new DeleteInteractionChoiceSetResponse object
|
DeleteInteractionChoiceSetResponse(Hashtable<String,Object> hash) |
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 DeleteInteractionChoiceSetResponse()
public DeleteInteractionChoiceSetResponse(Hashtable<String,Object> hash)
public DeleteInteractionChoiceSetResponse(@NonNull
Boolean success,
@NonNull
Result resultCode)
success - whether the request is successfully processedresultCode - whether the request is successfully processed