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 ExtractArchiveResponse
create(int created, Map<String,String> errors)
boolean
equals(Object object)
int
getCreated()
Map<String,String>
getErrors()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
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()
-
-