Uses of Class
com.tencentcloudapi.tcr.v20190924.models.KeyValueString
-
Packages that use KeyValueString Package Description com.tencentcloudapi.tcr.v20190924.models -
-
Uses of KeyValueString in com.tencentcloudapi.tcr.v20190924.models
Methods in com.tencentcloudapi.tcr.v20190924.models that return KeyValueString Modifier and Type Method Description KeyValueString[]
TcrNamespaceInfo. getMetadata()
Get 命名空间元数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tcr.v20190924.models with parameters of type KeyValueString Modifier and Type Method Description void
TcrNamespaceInfo. setMetadata(KeyValueString[] Metadata)
Set 命名空间元数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tcr.v20190924.models with parameters of type KeyValueString Constructor Description KeyValueString(KeyValueString 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.
-