public class CreateImmutableTagRulesRequest extends AbstractModel
| Constructor and Description |
|---|
CreateImmutableTagRulesRequest() |
CreateImmutableTagRulesRequest(CreateImmutableTagRulesRequest 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 |
getNamespaceName()
Get 命名空间
|
String |
getRegistryId()
Get 实例 Id
|
ImmutableTagRule |
getRule()
Get 规则
|
void |
setNamespaceName(String NamespaceName)
Set 命名空间
|
void |
setRegistryId(String RegistryId)
Set 实例 Id
|
void |
setRule(ImmutableTagRule Rule)
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, toJsonStringpublic CreateImmutableTagRulesRequest()
public CreateImmutableTagRulesRequest(CreateImmutableTagRulesRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 实例 Idpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName - 命名空间public ImmutableTagRule getRule()
public void setRule(ImmutableTagRule Rule)
Rule - 规则Copyright © 2022. All rights reserved.