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 Creation time
|
String |
getLastSummaryTime()
Get Update time of `Summary`
|
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)
|
Summary |
getSummary()
Get Detailed storage usage of the current lifecycle rule path
|
Transition[] |
getTransitions()
Get List of lifecycle rule transitions
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setLastSummaryTime(String LastSummaryTime)
Set Update time of `Summary`
|
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 |
setSummary(Summary Summary)
Set Detailed storage usage of the current lifecycle rule path
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 timepublic Summary getSummary()
public void setSummary(Summary Summary)
Summary
- Detailed storage usage of the current lifecycle rule pathpublic String getLastSummaryTime()
public void setLastSummaryTime(String LastSummaryTime)
LastSummaryTime
- Update time of `Summary`Copyright © 2024. All rights reserved.