Class ExtractArchiveResponse
java.lang.Object
org.jclouds.openstack.swift.v1.domain.ExtractArchiveResponse
Represents a response from an Extract Archive request.
- See Also:
-
Method Summary
-
Method Details
-
create
-
getCreated
public int getCreated()- Returns:
- The number of files created.
-
getErrors
- Returns:
- a
Map<String, String>
containing each path that failed to be created and its corresponding error response.
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-