Class NamespaceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.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 StringgetCreationTime()Get 创建时间StringgetNamespace()Get 命名空间LonggetRepoCount()Get 命名空间下仓库数量voidsetCreationTime(String CreationTime)Set 创建时间voidsetNamespace(String Namespace)Set 命名空间voidsetRepoCount(Long RepoCount)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- 命名空间
-
getCreationTime
public String getCreationTime()
Get 创建时间- Returns:
- CreationTime 创建时间
-
setCreationTime
public void setCreationTime(String CreationTime)
Set 创建时间- Parameters:
CreationTime- 创建时间
-
getRepoCount
public Long getRepoCount()
Get 命名空间下仓库数量- Returns:
- RepoCount 命名空间下仓库数量
-
setRepoCount
public void setRepoCount(Long RepoCount)
Set 命名空间下仓库数量- Parameters:
RepoCount- 命名空间下仓库数量
-
-