类 ObsFSFolder

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
直接已知子类:
ObsFSFile

public class ObsFSFolder extends PutObjectResult
Folders in a bucket that supports the file interface
  • 字段详细资料

    • innerClient

      protected ObsClient innerClient
  • 构造器详细资料

  • 方法详细资料

    • setInnerClient

      protected void setInnerClient(ObsClient innerClient)
    • attribute

      public ObsFSAttribute attribute() throws ObsException
      Obtain folder properties.
      返回:
      Folder properties
      抛出:
      ObsException - OBS SDK self-defined exception, thrown when the interface fails to be called or access to OBS fails
    • rename

      public RenameResult rename(String newName) throws ObsException
      Rename a folder.
      参数:
      newName - New folder name
      返回:
      Response to the request for renaming a folder
      抛出:
      ObsException - OBS SDK self-defined exception, thrown when the interface fails to be called or access to OBS fails
    • dropFolder

      public TaskProgressStatus dropFolder() throws ObsException
      Delete a folder.
      抛出:
      ObsException - OBS SDK self-defined exception, thrown when the interface fails to be called or access to OBS fails
    • checkInternalClient

      protected void checkInternalClient()