Class NetworkClusterNamespaceLabelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.NetworkClusterNamespaceLabelInfo
-
public class NetworkClusterNamespaceLabelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NetworkClusterNamespaceLabelInfo()NetworkClusterNamespaceLabelInfo(NetworkClusterNamespaceLabelInfo 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 StringgetLabels()Get 网络空间标签StringgetName()Get 网络空间名字voidsetLabels(String Labels)Set 网络空间标签voidsetName(String Name)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
-
NetworkClusterNamespaceLabelInfo
public NetworkClusterNamespaceLabelInfo()
-
NetworkClusterNamespaceLabelInfo
public NetworkClusterNamespaceLabelInfo(NetworkClusterNamespaceLabelInfo 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
-
getLabels
public String getLabels()
Get 网络空间标签- Returns:
- Labels 网络空间标签
-
setLabels
public void setLabels(String Labels)
Set 网络空间标签- Parameters:
Labels- 网络空间标签
-
getName
public String getName()
Get 网络空间名字- Returns:
- Name 网络空间名字
-
setName
public void setName(String Name)
Set 网络空间名字- Parameters:
Name- 网络空间名字
-
-