public class DeletePrometheusTempSyncRequest extends AbstractModel
Constructor and Description |
---|
DeletePrometheusTempSyncRequest() |
DeletePrometheusTempSyncRequest(DeletePrometheusTempSyncRequest 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 |
---|---|
PrometheusTemplateSyncTarget[] |
getTargets()
Get List of unsynced objects
|
String |
getTemplateId()
Get Template ID
|
void |
setTargets(PrometheusTemplateSyncTarget[] Targets)
Set List of unsynced objects
|
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 DeletePrometheusTempSyncRequest()
public DeletePrometheusTempSyncRequest(DeletePrometheusTempSyncRequest source)
public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- Template IDpublic PrometheusTemplateSyncTarget[] getTargets()
public void setTargets(PrometheusTemplateSyncTarget[] Targets)
Targets
- List of unsynced objectsCopyright © 2023. All rights reserved.