public class PropStat extends Object
Constructor and Description |
---|
PropStat(Property[] property,
WebDavStatus status,
String description)
Initializes new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description for the response.
|
List<Property> |
getProperties()
Retrieves list of properties with the same status.
|
WebDavStatus |
getStatus()
Retrieves status.
|
public PropStat(Property[] property, WebDavStatus status, String description)
property
- List of properties with the same status.status
- Status for these properties.description
- Description.public WebDavStatus getStatus()
public List<Property> getProperties()
public String getDescription()
Copyright © ITHit. All Rights Reserved.