public class ModifyPrometheusTempRequest extends AbstractModel
Constructor and Description |
---|
ModifyPrometheusTempRequest() |
ModifyPrometheusTempRequest(ModifyPrometheusTempRequest 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 |
---|---|
PrometheusTempModify |
getTemplate()
Get Modified content
|
String |
getTemplateId()
Get Template ID
|
void |
setTemplate(PrometheusTempModify Template)
Set Modified content
|
void |
setTemplateId(String TemplateId)
Set Template ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyPrometheusTempRequest()
public ModifyPrometheusTempRequest(ModifyPrometheusTempRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Template IDpublic PrometheusTempModify getTemplate()
public void setTemplate(PrometheusTempModify Template)
Template
- Modified contentCopyright © 2023. All rights reserved.