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