Class BulkDeleteResponse
- java.lang.Object
-
- org.jclouds.openstack.swift.v1.domain.BulkDeleteResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BulkDeleteResponse
create(int deleted, int notFound, Map<String,String> errors)
boolean
equals(Object object)
int
getDeleted()
Map<String,String>
getErrors()
int
getNotFound()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
Method Detail
-
create
public static BulkDeleteResponse create(int deleted, int notFound, Map<String,String> errors)
-
getDeleted
public int getDeleted()
- Returns:
- The number of files deleted.
-
getNotFound
public int getNotFound()
- Returns:
- The number of files not found.
-
getErrors
public Map<String,String> getErrors()
- Returns:
- a
Map<String, String>
containing each path that failed to be deleted and its corresponding error response.
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-