public class CommonNamespaceNew extends AbstractModel
Constructor and Description |
---|
CommonNamespaceNew() |
CommonNamespaceNew(CommonNamespaceNew 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 |
---|---|
DimensionNew[] |
getDimensions()
Get Dimension information
|
String |
getId()
Get Namespace ID
|
String |
getMonitorType()
Get Monitoring type
|
String |
getName()
Get Namespace name
|
void |
setDimensions(DimensionNew[] Dimensions)
Set Dimension information
|
void |
setId(String Id)
Set Namespace ID
|
void |
setMonitorType(String MonitorType)
Set Monitoring type
|
void |
setName(String Name)
Set Namespace 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 CommonNamespaceNew()
public CommonNamespaceNew(CommonNamespaceNew source)
public String getId()
public void setId(String Id)
Id
- Namespace IDpublic String getName()
public void setName(String Name)
Name
- Namespace namepublic String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType
- Monitoring typepublic DimensionNew[] getDimensions()
public void setDimensions(DimensionNew[] Dimensions)
Dimensions
- Dimension informationCopyright © 2023. All rights reserved.