类 SetBucketFSStatusRequest


public class SetBucketFSStatusRequest extends BaseBucketRequest
Parameters in a request for setting status of the file gateway feature for a bucket
  • 构造器详细资料

    • SetBucketFSStatusRequest

      public SetBucketFSStatusRequest()
    • SetBucketFSStatusRequest

      public SetBucketFSStatusRequest(String bucketName, FSStatusEnum status)
      Constructor
      参数:
      bucketName - Bucket name
      status - Status of the file gateway feature
  • 方法详细资料

    • getStatus

      public FSStatusEnum getStatus()
      Obtain the status of the file gateway feature of a bucket.
      返回:
      Status of the file gateway feature
    • setStatus

      public void setStatus(FSStatusEnum status)
      Set status of the file gateway feature for a bucket.
      参数:
      status - Status of the file gateway feature
    • toString

      public String toString()
      覆盖:
      toString 在类中 BaseBucketRequest