public class LifeCycleRule extends AbstractModel
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 Creation time
|
Long |
getLifeCycleRuleId()
Get Lifecycle rule ID
|
String |
getLifeCycleRuleName()
Get Lifecycle rule name
|
String |
getPath()
Get Lifecycle rule path (directory or file)
|
Long |
getStatus()
Get Lifecycle rule status (1: enabled; 2: disabled)
|
Transition[] |
getTransitions()
Get List of lifecycle rule transitions
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setLifeCycleRuleId(Long LifeCycleRuleId)
Set Lifecycle rule ID
|
void |
setLifeCycleRuleName(String LifeCycleRuleName)
Set Lifecycle rule name
|
void |
setPath(String Path)
Set Lifecycle rule path (directory or file)
|
void |
setStatus(Long Status)
Set Lifecycle rule status (1: enabled; 2: disabled)
|
void |
setTransitions(Transition[] Transitions)
Set List of lifecycle rule transitions
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LifeCycleRule()
public LifeCycleRule(LifeCycleRule source)
public Long getLifeCycleRuleId()
public void setLifeCycleRuleId(Long LifeCycleRuleId)
LifeCycleRuleId
- Lifecycle rule IDpublic String getLifeCycleRuleName()
public void setLifeCycleRuleName(String LifeCycleRuleName)
LifeCycleRuleName
- Lifecycle rule namepublic String getPath()
public void setPath(String Path)
Path
- Lifecycle rule path (directory or file)public Transition[] getTransitions()
public void setTransitions(Transition[] Transitions)
Transitions
- List of lifecycle rule transitionspublic Long getStatus()
public void setStatus(Long Status)
Status
- Lifecycle rule status (1: enabled; 2: disabled)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timeCopyright © 2022. All rights reserved.