Class DeletePrometheusRecordRuleYamlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DeletePrometheusRecordRuleYamlRequest
-
public class DeletePrometheusRecordRuleYamlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeletePrometheusRecordRuleYamlRequest()DeletePrometheusRecordRuleYamlRequest(DeletePrometheusRecordRuleYamlRequest 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 StringgetInstanceId()Get 实例idString[]getNames()Get 聚合规则列表voidsetInstanceId(String InstanceId)Set 实例idvoidsetNames(String[] Names)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
-
DeletePrometheusRecordRuleYamlRequest
public DeletePrometheusRecordRuleYamlRequest()
-
DeletePrometheusRecordRuleYamlRequest
public DeletePrometheusRecordRuleYamlRequest(DeletePrometheusRecordRuleYamlRequest 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 实例id- Returns:
- InstanceId 实例id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例id- Parameters:
InstanceId- 实例id
-
getNames
public String[] getNames()
Get 聚合规则列表- Returns:
- Names 聚合规则列表
-
setNames
public void setNames(String[] Names)
Set 聚合规则列表- Parameters:
Names- 聚合规则列表
-
-