public class CreateTagRetentionExecutionRequest extends AbstractModel
| Constructor and Description |
|---|
CreateTagRetentionExecutionRequest() |
CreateTagRetentionExecutionRequest(CreateTagRetentionExecutionRequest 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 |
|---|---|
Boolean |
getDryRun()
Get 是否模拟执行
|
String |
getRegistryId()
Get 主实例iD
|
Long |
getRetentionId()
Get 版本保留规则Id
|
void |
setDryRun(Boolean DryRun)
Set 是否模拟执行
|
void |
setRegistryId(String RegistryId)
Set 主实例iD
|
void |
setRetentionId(Long RetentionId)
Set 版本保留规则Id
|
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, toJsonStringpublic CreateTagRetentionExecutionRequest()
public CreateTagRetentionExecutionRequest(CreateTagRetentionExecutionRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 主实例iDpublic Long getRetentionId()
public void setRetentionId(Long RetentionId)
RetentionId - 版本保留规则Idpublic Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun - 是否模拟执行Copyright © 2021. All rights reserved.