public class DeleteResult extends ServiceResult
| Constructor and Description |
|---|
DeleteResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvailableByteCount()
Gets the available byte count left
|
int |
getDeletedItemNumber()
Gets the number of deleted items
|
boolean |
getMoreItemsToDelete()
Gets the flag which indicates there are still more items to delete
|
int |
getTotalKeyValuePairCount()
Gets the current total key-value pair count
|
void |
setAvailableByteCount(long availableByteCount)
Sets the available byte count left
|
void |
setDeletedItemNumber(int deletedItemNumber)
Sets the number of deleted items
|
void |
setMoreItemsToDelete(java.lang.Boolean moreItemsToDelete)
Sets the flag which indicates there are still more items to delete
|
void |
setTotalKeyValuePairCount(int totalKeyValuePairCount)
Sets the current total key-value pair count
|
getException, getStateObject, getStatus, setException, setStateObject, setStatus, toStringpublic int getDeletedItemNumber()
public void setDeletedItemNumber(int deletedItemNumber)
deletedItemNumber - the deletedItemNumber to setpublic boolean getMoreItemsToDelete()
public void setMoreItemsToDelete(java.lang.Boolean moreItemsToDelete)
moreItemsToDelete - the moreItemsToDelete to setpublic long getAvailableByteCount()
public void setAvailableByteCount(long availableByteCount)
availableByteCount - the availableByteCount to setpublic int getTotalKeyValuePairCount()
public void setTotalKeyValuePairCount(int totalKeyValuePairCount)
totalKeyValuePairCount - the totalKeyValuePairCount to set