public class ResetGlobalPropertiesResponse 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 |
|---|
ResetGlobalPropertiesResponse()
Constructs a new ResetGlobalPropertiesResponse object
|
ResetGlobalPropertiesResponse(Boolean success,
Result resultCode)
Constructs a new ResetGlobalPropertiesResponse object
|
ResetGlobalPropertiesResponse(Hashtable<String,Object> hash)
Constructs a new ResetGlobalPropertiesResponse object indicated by the Hashtable
parameter
|
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 ResetGlobalPropertiesResponse()
public ResetGlobalPropertiesResponse(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic ResetGlobalPropertiesResponse(@NonNull
Boolean success,
@NonNull
Result resultCode)
success - whether the request is successfully processedresultCode - whether the request is successfully processed