public class CreateImageLifecyclePersonalRequest extends AbstractModel
Constructor and Description |
---|
CreateImageLifecyclePersonalRequest() |
CreateImageLifecyclePersonalRequest(CreateImageLifecyclePersonalRequest 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 |
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 CreateImageLifecyclePersonalRequest()
public CreateImageLifecyclePersonalRequest(CreateImageLifecyclePersonalRequest source)
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 © 2022. All rights reserved.