public class DeleteRepositoryTagsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DeleteRepositoryTagsRequest() |
DeleteRepositoryTagsRequest(DeleteRepositoryTagsRequest 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
|
String |
getRepositoryName()
Get 仓库名称
|
String[] |
getTags()
Get Tag列表,单次请求Tag数量最大为20
|
void |
setNamespaceName(String NamespaceName)
Set 命名空间名称
|
void |
setRegistryId(String RegistryId)
Set 实例ID
|
void |
setRepositoryName(String RepositoryName)
Set 仓库名称
|
void |
setTags(String[] Tags)
Set Tag列表,单次请求Tag数量最大为20
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteRepositoryTagsRequest()
public DeleteRepositoryTagsRequest(DeleteRepositoryTagsRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 实例IDpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName - 命名空间名称public String getRepositoryName()
public void setRepositoryName(String RepositoryName)
RepositoryName - 仓库名称public String[] getTags()
public void setTags(String[] Tags)
Tags - Tag列表,单次请求Tag数量最大为20Copyright © 2024. All rights reserved.