类 SetBucketFSStatusRequest
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.BaseBucketRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.fs.SetBucketFSStatusRequest
Parameters in a request for setting status of the file gateway feature for a
bucket
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
bucketName, 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()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
addUserHeaders, getBucketName, getHttpMethod, getUserHeaders, isRequesterPays, setBucketName, setRequesterPays, setUserHeaders
-
字段详细资料
-
status
-
-
构造器详细资料
-
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
-