类 LifecycleConfiguration.NoncurrentVersionExpiration
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.LifecycleConfiguration.TimeEvent
cn.warpin.thirdPart.huawei.obs.obs.services.model.LifecycleConfiguration.NoncurrentVersionExpiration
public class LifecycleConfiguration.NoncurrentVersionExpiration
extends LifecycleConfiguration.TimeEvent
Expiration time of a noncurrent object version
-
字段概要
从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.LifecycleConfiguration.TimeEvent
date, days, storageClass -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.LifecycleConfiguration.TimeEvent
equals, hashCode
-
构造器详细资料
-
NoncurrentVersionExpiration
public NoncurrentVersionExpiration() -
NoncurrentVersionExpiration
Constructor- 参数:
days- Expiration time of the noncurrent object version, which indicates the number of days after which the object expires since it becomes a noncurrent version
-
-
方法详细资料
-
getDays
Obtain the expiration time of a noncurrent object version.- 返回:
- Expiration time of the noncurrent object version, which indicates the number of days after which the object expires since it becomes a noncurrent version
-
setDays
Set the expiration time of a noncurrent object version.- 参数:
days- Expiration time of the noncurrent object version, which indicates the number of days after which the object expires since it becomes a noncurrent version
-
toString
-