Class AutoDelStrategyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.AutoDelStrategyInfo
-
public class AutoDelStrategyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AutoDelStrategyInfo()AutoDelStrategyInfo(AutoDelStrategyInfo 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 StringgetCreationTime()Get 创建时间StringgetRepoName()Get 仓库名StringgetType()Get 类型StringgetUsername()Get 用户名LonggetValid()Get ValidLonggetValue()Get 策略值voidsetCreationTime(String CreationTime)Set 创建时间voidsetRepoName(String RepoName)Set 仓库名voidsetType(String Type)Set 类型voidsetUsername(String Username)Set 用户名voidsetValid(Long Valid)Set ValidvoidsetValue(Long Value)Set 策略值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
-
AutoDelStrategyInfo
public AutoDelStrategyInfo()
-
AutoDelStrategyInfo
public AutoDelStrategyInfo(AutoDelStrategyInfo 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
-
getUsername
public String getUsername()
Get 用户名- Returns:
- Username 用户名
-
setUsername
public void setUsername(String Username)
Set 用户名- Parameters:
Username- 用户名
-
getRepoName
public String getRepoName()
Get 仓库名- Returns:
- RepoName 仓库名
-
setRepoName
public void setRepoName(String RepoName)
Set 仓库名- Parameters:
RepoName- 仓库名
-
getType
public String getType()
Get 类型- Returns:
- Type 类型
-
setType
public void setType(String Type)
Set 类型- Parameters:
Type- 类型
-
getValue
public Long getValue()
Get 策略值- Returns:
- Value 策略值
-
setValue
public void setValue(Long Value)
Set 策略值- Parameters:
Value- 策略值
-
getValid
public Long getValid()
Get Valid- Returns:
- Valid Valid
-
setValid
public void setValid(Long Valid)
Set Valid- Parameters:
Valid- Valid
-
getCreationTime
public String getCreationTime()
Get 创建时间- Returns:
- CreationTime 创建时间
-
setCreationTime
public void setCreationTime(String CreationTime)
Set 创建时间- Parameters:
CreationTime- 创建时间
-
-