public abstract class DeleteStaticLargeObjectResponse extends Object
StaticLargeObjectApi
DeleteStaticLargeObjectResponse()
static DeleteStaticLargeObjectResponse
create(String status, int deleted, int notFound, Map<String,String> errors)
abstract int
deleted()
abstract Map<String,String>
errors()
notFound()
abstract String
status()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeleteStaticLargeObjectResponse()
public static DeleteStaticLargeObjectResponse create(String status, int deleted, int notFound, Map<String,String> errors)
public abstract String status()
public abstract int deleted()
public abstract int notFound()
public abstract Map<String,String> errors()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.