Class ExtractArchiveResponse
- java.lang.Object
 - 
- org.jclouds.openstack.swift.v1.domain.ExtractArchiveResponse
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtractArchiveResponsecreate(int created, Map<String,String> errors)booleanequals(Object object)intgetCreated()Map<String,String>getErrors()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
create
public static ExtractArchiveResponse create(int created, Map<String,String> errors)
 
- 
getCreated
public int getCreated()
- Returns:
 - The number of files created.
 
 
- 
getErrors
public Map<String,String> getErrors()
- Returns:
 - a 
Map<String, String>containing each path that failed to be created and its corresponding error response. 
 
- 
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
 
 - 
 
 -