public static class EntityBatchHandler.ResponseResult extends EntityBatchHandler.ResponseBase
| Modifier and Type | Field and Description |
|---|---|
String |
content
The raw content from the request
|
String |
data |
Map<String,String[]> |
headers |
entityURL, failure, reference, status| Constructor and Description |
|---|
ResponseResult(String reference,
String entityURL,
int status,
Map<String,String[]> headers) |
ResponseResult(String reference,
String entityURL,
int status,
Map<String,String[]> headers,
String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDataKey(String dataKey)
Set the data key (clears the raw content) if the key is non-null
|
getEntityURL, getReference, getStatus, isFailurepublic ResponseResult(String reference, String entityURL, int status, Map<String,String[]> headers)
public void setDataKey(String dataKey)
data - processed dataCopyright © 2003–2021 Sakai Project. All rights reserved.