public class CreatePrometheusRecordRuleYamlRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreatePrometheusRecordRuleYamlRequest() |
CreatePrometheusRecordRuleYamlRequest(CreatePrometheusRecordRuleYamlRequest 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 yaml的内容
|
String |
getInstanceId()
Get 实例id
|
String |
getName()
Get 规则名称
|
void |
setContent(String Content)
Set yaml的内容
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreatePrometheusRecordRuleYamlRequest()
public CreatePrometheusRecordRuleYamlRequest(CreatePrometheusRecordRuleYamlRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例idpublic String getContent()
public void setContent(String Content)
Content
- yaml的内容public String getName()
public void setName(String Name)
Name
- 规则名称Copyright © 2023. All rights reserved.