public class PublishAppServiceResponse extends RPCResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_APP_SERVICE_RECORD |
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 |
|---|
PublishAppServiceResponse()
Constructs a new PublishAppServiceResponse object
|
PublishAppServiceResponse(Boolean success,
Result resultCode)
Constructs a new PublishAppServiceResponse object
|
PublishAppServiceResponse(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
AppServiceRecord |
getServiceRecord()
If the request was successful, this object will be the current status of the service record
for the published service.
|
PublishAppServiceResponse |
setServiceRecord(AppServiceRecord appServiceRecord)
If the request was successful, this object will be the current status of the service record
for the published service.
|
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_APP_SERVICE_RECORD
public PublishAppServiceResponse()
public PublishAppServiceResponse setServiceRecord(AppServiceRecord appServiceRecord)
appServiceRecord - - the App Service Recordpublic AppServiceRecord getServiceRecord()