Class CommonNamespaceNew
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.CommonNamespaceNew
-
public class CommonNamespaceNew extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CommonNamespaceNew
public CommonNamespaceNew()
-
CommonNamespaceNew
public 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.
-
-
Method Detail
-
getId
public String getId()
Get 命名空间标示- Returns:
- Id 命名空间标示
-
setId
public void setId(String Id)
Set 命名空间标示- Parameters:
Id
- 命名空间标示
-
getName
public String getName()
Get 命名空间名称- Returns:
- Name 命名空间名称
-
setName
public void setName(String Name)
Set 命名空间名称- Parameters:
Name
- 命名空间名称
-
getMonitorType
public String getMonitorType()
Get 监控类型- Returns:
- MonitorType 监控类型
-
setMonitorType
public void setMonitorType(String MonitorType)
Set 监控类型- Parameters:
MonitorType
- 监控类型
-
getDimensions
public DimensionNew[] getDimensions()
Get 维度信息- Returns:
- Dimensions 维度信息
-
setDimensions
public void setDimensions(DimensionNew[] Dimensions)
Set 维度信息- Parameters:
Dimensions
- 维度信息
-
-