Uses of Class
com.tencentcloudapi.tcr.v20190924.models.NamespaceInfo
-
Packages that use NamespaceInfo Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of NamespaceInfo in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return NamespaceInfo Modifier and Type Method Description NamespaceInfo[]NamespaceInfoResp. getNamespaceInfo()Get 命名空间信息Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type NamespaceInfo Modifier and Type Method Description voidNamespaceInfoResp. setNamespaceInfo(NamespaceInfo[] NamespaceInfo)Set 命名空间信息Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type NamespaceInfo Constructor Description 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.
-