Class DeleteRepositoryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DeleteRepositoryRequest
-
public class DeleteRepositoryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteRepositoryRequest()
DeleteRepositoryRequest(DeleteRepositoryRequest 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 String
getNamespaceName()
Get 命名空间的名称String
getRegistryId()
Get 实例IdString
getRepositoryName()
Get 镜像仓库的名称void
setNamespaceName(String NamespaceName)
Set 命名空间的名称void
setRegistryId(String RegistryId)
Set 实例Idvoid
setRepositoryName(String RepositoryName)
Set 镜像仓库的名称void
toMap(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
-
DeleteRepositoryRequest
public DeleteRepositoryRequest()
-
DeleteRepositoryRequest
public DeleteRepositoryRequest(DeleteRepositoryRequest 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
-
getNamespaceName
public String getNamespaceName()
Get 命名空间的名称- Returns:
- NamespaceName 命名空间的名称
-
setNamespaceName
public void setNamespaceName(String NamespaceName)
Set 命名空间的名称- Parameters:
NamespaceName
- 命名空间的名称
-
getRepositoryName
public String getRepositoryName()
Get 镜像仓库的名称- Returns:
- RepositoryName 镜像仓库的名称
-
setRepositoryName
public void setRepositoryName(String RepositoryName)
Set 镜像仓库的名称- Parameters:
RepositoryName
- 镜像仓库的名称
-
-