public class DeleteDirectoryResponse extends BosResponse
BosResponse.Callbackmetadata| Constructor and Description |
|---|
DeleteDirectoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Gets the name of the Baidu Bos bucket containing the objects.
|
int |
getDeleteNumber()
Gets the number of this delete objects request have deleted.
|
String |
getNextDeleteMarker()
Gets the marker to use in the next
DeleteObject request in order to delete
the next objects of namespace directory. |
boolean |
isTruncated()
Gets whether or not this objects deleting is complete.
|
void |
setBucketName(String bucketName)
For internal use only.
|
void |
setDeleteNumber(int deleteNumber)
For internal use only.
|
void |
setNextDeleteMarker(String nextDeleteMarker)
For internal use only.
|
void |
setTruncated(boolean isTruncated)
For internal use only.
|
getCallback, getMetadata, setCallbackpublic String getNextDeleteMarker()
DeleteObject request in order to delete
the next objects of namespace directory.
DeleteObject request in order to see
the next objects of namespace directory if this directory deleting is truncated.
Returns null if this object listing isn't truncated.public void setNextDeleteMarker(String nextDeleteMarker)
nextDeleteMarker - The marker to use in the next listObjects request in order to
see the next objects of namespace directory for a truncated object deleting.public String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of the Baidu Bos bucket containing the objects deleted in this BosObjectDeleting.public boolean isTruncated()
true if the object deleting is not complete.
Returns the value false if otherwise.
When returning true, additional calls to Baidu Bos may be needed in order to
obtain more results.public void setTruncated(boolean isTruncated)
isTruncated - The value true if the object listing is not complete.
The value false if otherwise.public int getDeleteNumber()
public void setDeleteNumber(int deleteNumber)
deleteNumber - the number of this delete objects request have deleted.Copyright © 2024. All rights reserved.