public class DeleteTagRetentionRuleRequest extends AbstractModel
| Constructor and Description |
|---|
DeleteTagRetentionRuleRequest() |
DeleteTagRetentionRuleRequest(DeleteTagRetentionRuleRequest 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 |
getRegistryId()
Get 主实例iD
|
Long |
getRetentionId()
Get 版本保留规则的Id
|
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 DeleteTagRetentionRuleRequest()
public DeleteTagRetentionRuleRequest(DeleteTagRetentionRuleRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 主实例iDpublic Long getRetentionId()
public void setRetentionId(Long RetentionId)
RetentionId - 版本保留规则的IdCopyright © 2022. All rights reserved.