Class NamespaceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.NamespaceInfo
-
public class NamespaceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NamespaceInfo()NamespaceInfo(NamespaceInfo 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 LonggetImageCnt()Get 包含镜像数StringgetNamespace()Get 命名空间名称LonggetRegistryCnt()Get 包含仓库数LonggetRiskImageCnt()Get 包含风险镜像数voidsetImageCnt(Long ImageCnt)Set 包含镜像数voidsetNamespace(String Namespace)Set 命名空间名称voidsetRegistryCnt(Long RegistryCnt)Set 包含仓库数voidsetRiskImageCnt(Long RiskImageCnt)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
-
NamespaceInfo
public NamespaceInfo()
-
NamespaceInfo
public NamespaceInfo(NamespaceInfo 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
-
getNamespace
public String getNamespace()
Get 命名空间名称- Returns:
- Namespace 命名空间名称
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间名称- Parameters:
Namespace- 命名空间名称
-
getRegistryCnt
public Long getRegistryCnt()
Get 包含仓库数- Returns:
- RegistryCnt 包含仓库数
-
setRegistryCnt
public void setRegistryCnt(Long RegistryCnt)
Set 包含仓库数- Parameters:
RegistryCnt- 包含仓库数
-
getImageCnt
public Long getImageCnt()
Get 包含镜像数- Returns:
- ImageCnt 包含镜像数
-
setImageCnt
public void setImageCnt(Long ImageCnt)
Set 包含镜像数- Parameters:
ImageCnt- 包含镜像数
-
getRiskImageCnt
public Long getRiskImageCnt()
Get 包含风险镜像数- Returns:
- RiskImageCnt 包含风险镜像数
-
setRiskImageCnt
public void setRiskImageCnt(Long RiskImageCnt)
Set 包含风险镜像数- Parameters:
RiskImageCnt- 包含风险镜像数
-
-