Class BulkDeleteResponse
java.lang.Object
org.jclouds.openstack.swift.v1.domain.BulkDeleteResponse
Represents a response from a Bulk Delete request.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BulkDeleteResponse
boolean
int
int
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Method Details
-
create
-
getDeleted
public int getDeleted()- Returns:
- The number of files deleted.
-
getNotFound
public int getNotFound()- Returns:
- The number of files not found.
-
getErrors
- Returns:
- a
Map<String, String>
containing each path that failed to be deleted and its corresponding error response.
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-