Class DeleteImageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DeleteImageRequest
-
public class DeleteImageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteImageRequest()DeleteImageRequest(DeleteImageRequest 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 StringgetImageVersion()Get 镜像版本StringgetNamespaceName()Get 命名空间名称StringgetRegistryId()Get 实例IdStringgetRepositoryName()Get 镜像仓库名称voidsetImageVersion(String ImageVersion)Set 镜像版本voidsetNamespaceName(String NamespaceName)Set 命名空间名称voidsetRegistryId(String RegistryId)Set 实例IdvoidsetRepositoryName(String RepositoryName)Set 镜像仓库名称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
-
DeleteImageRequest
public DeleteImageRequest()
-
DeleteImageRequest
public DeleteImageRequest(DeleteImageRequest 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
-
getRegistryId
public String getRegistryId()
Get 实例Id- Returns:
- RegistryId 实例Id
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例Id- Parameters:
RegistryId- 实例Id
-
getRepositoryName
public String getRepositoryName()
Get 镜像仓库名称- Returns:
- RepositoryName 镜像仓库名称
-
setRepositoryName
public void setRepositoryName(String RepositoryName)
Set 镜像仓库名称- Parameters:
RepositoryName- 镜像仓库名称
-
getImageVersion
public String getImageVersion()
Get 镜像版本- Returns:
- ImageVersion 镜像版本
-
setImageVersion
public void setImageVersion(String ImageVersion)
Set 镜像版本- Parameters:
ImageVersion- 镜像版本
-
getNamespaceName
public String getNamespaceName()
Get 命名空间名称- Returns:
- NamespaceName 命名空间名称
-
setNamespaceName
public void setNamespaceName(String NamespaceName)
Set 命名空间名称- Parameters:
NamespaceName- 命名空间名称
-
-