类 BucketVersioningConfiguration
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.BucketVersioningConfiguration
Bucket versioning status
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明Constructor If versioning is enabled for a bucket, it cannot be disabled or changed to suspended.BucketVersioningConfiguration(String status) 已过时。 -
方法概要
修饰符和类型方法说明已过时。Obtain the versioning status.void已过时。voidSet the versioning status.toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
SUSPENDED
已过时。Versioning is suspended.- 另请参阅:
-
ENABLED
已过时。Versioning is enabled.- 另请参阅:
-
status
-
-
构造器详细资料
-
BucketVersioningConfiguration
已过时。Constructor If versioning is enabled for a bucket, it cannot be disabled or changed toSUSPENDED.- 参数:
status- Versioning status- 另请参阅:
-
BucketVersioningConfiguration
Constructor If versioning is enabled for a bucket, it cannot be disabled or changed to suspended.- 参数:
status- Versioning status
-
BucketVersioningConfiguration
public BucketVersioningConfiguration()
-
-
方法详细资料
-
getStatus
已过时。Obtain the versioning status of a bucket.- 返回:
- status Versioning status
- 另请参阅:
-
setStatus
已过时。Set the versioning status.- 参数:
status- Versioning status- 另请参阅:
-
getVersioningStatus
Obtain the versioning status.- 返回:
- status Versioning status
-
setVersioningStatus
Set the versioning status.- 参数:
status- Versioning status
-
toString
- 覆盖:
toString在类中HeaderResponse
-