Class Transition
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.chdfs.v20201112.models.Transition
-
public class Transition extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Transition()Transition(Transition 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDays()Get 触发时间(单位天)LonggetType()Get 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)voidsetDays(Long Days)Set 触发时间(单位天)voidsetType(Long Type)Set 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Transition
public Transition()
-
Transition
public Transition(Transition 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.
-
-
Method Detail
-
getDays
public Long getDays()
Get 触发时间(单位天)- Returns:
- Days 触发时间(单位天)
-
setDays
public void setDays(Long Days)
Set 触发时间(单位天)- Parameters:
Days- 触发时间(单位天)
-
getType
public Long getType()
Get 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)- Returns:
- Type 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
-
setType
public void setType(Long Type)
Set 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)- Parameters:
Type- 转换类型(1:归档;2:删除;3:低频;4:深度归档;5:智能分层)
-
-