public class ListFilesResponse extends RPCResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_FILENAMES |
static String |
KEY_SPACE_AVAILABLE |
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 |
|---|
ListFilesResponse()
Constructs a new ListFilesResponse object
|
ListFilesResponse(Boolean success,
Result resultCode)
Constructs a new ListFilesResponse object
|
ListFilesResponse(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
void |
format(Version rpcVersion,
boolean formatParams)
SpaceAvailable became optional as of RPC Spec 5.0.
|
List<String> |
getFilenames() |
Integer |
getSpaceAvailable() |
ListFilesResponse |
setFilenames(List<String> filenames) |
ListFilesResponse |
setSpaceAvailable(Integer spaceAvailable) |
getCorrelationID, getInfo, getResultCode, getSuccess, setCorrelationID, setInfo, setResultCode, setSuccessgetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_FILENAMES
public static final String KEY_SPACE_AVAILABLE
public ListFilesResponse()
public void format(Version rpcVersion, boolean formatParams)
public ListFilesResponse setFilenames(List<String> filenames)
public ListFilesResponse setSpaceAvailable(Integer spaceAvailable)
public Integer getSpaceAvailable()