public class NamespaceInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getImageCnt()Get 包含镜像数 | 
| String | getNamespace()Get 命名空间名称 | 
| Long | getRegistryCnt()Get 包含仓库数 | 
| Long | getRiskImageCnt()Get 包含风险镜像数 | 
| void | setImageCnt(Long ImageCnt)Set 包含镜像数 | 
| void | setNamespace(String Namespace)Set 命名空间名称 | 
| void | setRegistryCnt(Long RegistryCnt)Set 包含仓库数 | 
| void | setRiskImageCnt(Long RiskImageCnt)Set 包含风险镜像数 | 
| 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 NamespaceInfo()
public NamespaceInfo(NamespaceInfo source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 命名空间名称public Long getRegistryCnt()
public void setRegistryCnt(Long RegistryCnt)
RegistryCnt - 包含仓库数public Long getImageCnt()
public void setImageCnt(Long ImageCnt)
ImageCnt - 包含镜像数public Long getRiskImageCnt()
public void setRiskImageCnt(Long RiskImageCnt)
RiskImageCnt - 包含风险镜像数Copyright © 2025. All rights reserved.