public class LifeCycleRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LifeCycleRule() | 
| LifeCycleRule(LifeCycleRule source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreateTime()Get 创建时间 | 
| Long | getLifeCycleRuleId()Get 生命周期规则ID | 
| String | getLifeCycleRuleName()Get 生命周期规则名称 | 
| String | getPath()Get 生命周期规则路径(目录或文件) | 
| Long | getStatus()Get 生命周期规则状态(1:打开;2:关闭) | 
| Transition[] | getTransitions()Get 生命周期规则转换列表 | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setLifeCycleRuleId(Long LifeCycleRuleId)Set 生命周期规则ID | 
| void | setLifeCycleRuleName(String LifeCycleRuleName)Set 生命周期规则名称 | 
| void | setPath(String Path)Set 生命周期规则路径(目录或文件) | 
| void | setStatus(Long Status)Set 生命周期规则状态(1:打开;2:关闭) | 
| void | setTransitions(Transition[] Transitions)Set 生命周期规则转换列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LifeCycleRule()
public LifeCycleRule(LifeCycleRule source)
public Long getLifeCycleRuleId()
public void setLifeCycleRuleId(Long LifeCycleRuleId)
LifeCycleRuleId - 生命周期规则IDpublic String getLifeCycleRuleName()
public void setLifeCycleRuleName(String LifeCycleRuleName)
LifeCycleRuleName - 生命周期规则名称public String getPath()
public void setPath(String Path)
Path - 生命周期规则路径(目录或文件)public Transition[] getTransitions()
public void setTransitions(Transition[] Transitions)
Transitions - 生命周期规则转换列表public Long getStatus()
public void setStatus(Long Status)
Status - 生命周期规则状态(1:打开;2:关闭)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间Copyright © 2025. All rights reserved.