public class CommonNamespaceNew extends AbstractModel
header, skipSign
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 维度信息
|
String |
getId()
Get 命名空间标示
|
String |
getMonitorType()
Get 监控类型
|
String |
getName()
Get 命名空间名称
|
void |
setDimensions(DimensionNew[] Dimensions)
Set 维度信息
|
void |
setId(String Id)
Set 命名空间标示
|
void |
setMonitorType(String MonitorType)
Set 监控类型
|
void |
setName(String Name)
Set 命名空间名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CommonNamespaceNew()
public CommonNamespaceNew(CommonNamespaceNew source)
public String getId()
public void setId(String Id)
Id
- 命名空间标示public String getName()
public void setName(String Name)
Name
- 命名空间名称public String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType
- 监控类型public DimensionNew[] getDimensions()
public void setDimensions(DimensionNew[] Dimensions)
Dimensions
- 维度信息Copyright © 2024. All rights reserved.