public class DavMultiStatus extends Object
| Constructor and Description |
|---|
DavMultiStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the overall description of the responses.
|
List<DavResponse> |
getResponses()
Get the list of responses.
|
void |
setDescription(String description)
Set the overarching response description.
|
void |
setResponses(List<DavResponse> responses)
Set the list of responses.
|
public List<DavResponse> getResponses()
public void setResponses(List<DavResponse> responses)
responses - the response elementspublic String getDescription()
public void setDescription(String description)
description - the response description