Class BatchDeleteImagePersonalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.BatchDeleteImagePersonalRequest
-
public class BatchDeleteImagePersonalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchDeleteImagePersonalRequest()BatchDeleteImagePersonalRequest(BatchDeleteImagePersonalRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRepoName()Get 仓库名称String[]getTags()Get Tag列表voidsetRepoName(String RepoName)Set 仓库名称voidsetTags(String[] Tags)Set Tag列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BatchDeleteImagePersonalRequest
public BatchDeleteImagePersonalRequest()
-
BatchDeleteImagePersonalRequest
public BatchDeleteImagePersonalRequest(BatchDeleteImagePersonalRequest 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.
-
-
Method Detail
-
getRepoName
public String getRepoName()
Get 仓库名称- Returns:
- RepoName 仓库名称
-
setRepoName
public void setRepoName(String RepoName)
Set 仓库名称- Parameters:
RepoName- 仓库名称
-
getTags
public String[] getTags()
Get Tag列表- Returns:
- Tags Tag列表
-
setTags
public void setTags(String[] Tags)
Set Tag列表- Parameters:
Tags- Tag列表
-
-