类 SetBucketFSStatusRequest
java.lang.Object
com.obs.services.model.GenericRequest
com.obs.services.model.BaseBucketRequest
com.obs.services.model.fs.SetBucketFSStatusRequest
Parameters in a request for setting status of the file gateway feature for a
bucket
-
字段概要
从类继承的字段 com.obs.services.model.GenericRequest
bucketName, cancelHandler, httpMethod, userHeaders -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the status of the file gateway feature of a bucket.voidsetStatus(FSStatusEnum status) Set status of the file gateway feature for a bucket.toString()从类继承的方法 com.obs.services.model.GenericRequest
addUserHeaders, getBucketName, getCancelHandler, getHttpMethod, getUserHeaders, isRequesterPays, setBucketName, setCancelHandler, setRequesterPays, setUserHeaders
-
构造器详细资料
-
SetBucketFSStatusRequest
public SetBucketFSStatusRequest() -
SetBucketFSStatusRequest
Constructor- 参数:
bucketName- Bucket namestatus- Status of the file gateway feature
-
-
方法详细资料
-
getStatus
Obtain the status of the file gateway feature of a bucket.- 返回:
- Status of the file gateway feature
-
setStatus
Set status of the file gateway feature for a bucket.- 参数:
status- Status of the file gateway feature
-
toString
- 覆盖:
toString在类中BaseBucketRequest
-