public class NetworkClusterNamespaceLabelInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabels()
Get Network space label
|
String |
getName()
Get Network space name
|
void |
setLabels(String Labels)
Set Network space label
|
void |
setName(String Name)
Set Network space name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public NetworkClusterNamespaceLabelInfo()
public NetworkClusterNamespaceLabelInfo(NetworkClusterNamespaceLabelInfo source)
public String getLabels()
public void setLabels(String Labels)
Labels
- Network space labelpublic String getName()
public void setName(String Name)
Name
- Network space nameCopyright © 2023. All rights reserved.