类 DeleteDirectoryResponse

    • 构造器详细资料

      • DeleteDirectoryResponse

        public DeleteDirectoryResponse()
    • 方法详细资料

      • getNextDeleteMarker

        public String getNextDeleteMarker()
        Gets the marker to use in the next DeleteObject request in order to delete the next objects of namespace directory.

        返回:
        The marker to use in the next 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.
      • setNextDeleteMarker

        public void setNextDeleteMarker​(String nextDeleteMarker)
        For internal use only. Sets the marker to use in the next delete objects request in order to see the next objects of namespace directory for a truncated object deleting.
        参数:
        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.
      • getBucketName

        public String getBucketName()
        Gets the name of the Baidu Bos bucket containing the objects.
        返回:
        The name of the Baidu Bos bucket containing the objects.
      • setBucketName

        public void setBucketName​(String bucketName)
        For internal use only. Sets the name of the Baidu Bos bucket containing the objects listed in this BosObjectListing.
        参数:
        bucketName - The name of the Baidu Bos bucket containing the objects deleted in this BosObjectDeleting.
      • isTruncated

        public boolean isTruncated()
        Gets whether or not this objects deleting is complete.
        返回:
        The value 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.
      • setTruncated

        public void setTruncated​(boolean isTruncated)
        For internal use only. Sets the truncated property for this object listing, indicating if this is a complete listing or not and whether the caller needs to make additional calls to Bos to get more object summaries.
        参数:
        isTruncated - The value true if the object listing is not complete. The value false if otherwise.
      • getDeleteNumber

        public int getDeleteNumber()
        Gets the number of this delete objects request have deleted.
        返回:
        The number of this delete objects request have deleted.
      • setDeleteNumber

        public void setDeleteNumber​(int deleteNumber)
        For internal use only. Sets the number of this delete objects request have deleted.
        参数:
        deleteNumber - the number of this delete objects request have deleted.