Class DescribePrometheusGlobalConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribePrometheusGlobalConfigRequest
-
public class DescribePrometheusGlobalConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePrometheusGlobalConfigRequest()DescribePrometheusGlobalConfigRequest(DescribePrometheusGlobalConfigRequest 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 BooleangetDisableStatistics()Get 是否禁用统计StringgetInstanceId()Get 实例级别抓取配置voidsetDisableStatistics(Boolean DisableStatistics)Set 是否禁用统计voidsetInstanceId(String InstanceId)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
-
DescribePrometheusGlobalConfigRequest
public DescribePrometheusGlobalConfigRequest()
-
DescribePrometheusGlobalConfigRequest
public DescribePrometheusGlobalConfigRequest(DescribePrometheusGlobalConfigRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例级别抓取配置- Returns:
- InstanceId 实例级别抓取配置
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例级别抓取配置- Parameters:
InstanceId- 实例级别抓取配置
-
getDisableStatistics
public Boolean getDisableStatistics()
Get 是否禁用统计- Returns:
- DisableStatistics 是否禁用统计
-
setDisableStatistics
public void setDisableStatistics(Boolean DisableStatistics)
Set 是否禁用统计- Parameters:
DisableStatistics- 是否禁用统计
-
-