Modifier and Type | Method and 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.Objects.ToStringHelper |
string() |
String |
toString() |
public static ExtractArchiveResponse create(int created, Map<String,String> errors)
public int getCreated()
public Map<String,String> getErrors()
Map<String, String>
containing each path that failed
to be created and its corresponding error response.protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.