public class ModifyPrometheusRecordRuleYamlRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyPrometheusRecordRuleYamlRequest() | 
| ModifyPrometheusRecordRuleYamlRequest(ModifyPrometheusRecordRuleYamlRequest 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 | 
|---|---|
| String | getContent()Get 新的内容 | 
| String | getInstanceId()Get 实例id | 
| String | getName()Get 聚合实例名称 | 
| void | setContent(String Content)Set 新的内容 | 
| void | setInstanceId(String InstanceId)Set 实例id | 
| 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, toJsonStringpublic ModifyPrometheusRecordRuleYamlRequest()
public ModifyPrometheusRecordRuleYamlRequest(ModifyPrometheusRecordRuleYamlRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例idpublic String getName()
public void setName(String Name)
Name - 聚合实例名称public String getContent()
public void setContent(String Content)
Content - 新的内容Copyright © 2025. All rights reserved.