public class CreateImageLifecyclePersonalRequest extends AbstractModel
Constructor and Description |
---|
CreateImageLifecyclePersonalRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRepoName()
Get 仓库名称
|
String |
getType()
Get keep_last_days:保留最近几天的数据;keep_last_nums:保留最近多少个
|
Long |
getVal()
Get 策略值
|
void |
setRepoName(String RepoName)
Set 仓库名称
|
void |
setType(String Type)
Set keep_last_days:保留最近几天的数据;keep_last_nums:保留最近多少个
|
void |
setVal(Long Val)
Set 策略值
|
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 String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 仓库名称public String getType()
public void setType(String Type)
Type
- keep_last_days:保留最近几天的数据;keep_last_nums:保留最近多少个public Long getVal()
public void setVal(Long Val)
Val
- 策略值Copyright © 2020. All rights reserved.