public static class ListMonitoringTemplatesResponse.Resource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMonitoringTemplatesResponse.Resource.ApplyHistory |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertTemplatesJson() |
List<ListMonitoringTemplatesResponse.Resource.ApplyHistory> |
getApplyHistories() |
String |
getDescription() |
String |
getEventRuleTemplatesJson() |
Long |
getGmtCreate() |
Long |
getGmtModified() |
Long |
getId() |
String |
getName() |
String |
getNamespace() |
Long |
getRestVersion() |
void |
setAlertTemplatesJson(String alertTemplatesJson) |
void |
setApplyHistories(List<ListMonitoringTemplatesResponse.Resource.ApplyHistory> applyHistories) |
void |
setDescription(String description) |
void |
setEventRuleTemplatesJson(String eventRuleTemplatesJson) |
void |
setGmtCreate(Long gmtCreate) |
void |
setGmtModified(Long gmtModified) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setRestVersion(Long restVersion) |
public String getName()
public void setName(String name)
public String getNamespace()
public void setNamespace(String namespace)
public String getDescription()
public void setDescription(String description)
public String getAlertTemplatesJson()
public void setAlertTemplatesJson(String alertTemplatesJson)
public Long getRestVersion()
public void setRestVersion(Long restVersion)
public Long getId()
public void setId(Long id)
public Long getGmtCreate()
public void setGmtCreate(Long gmtCreate)
public Long getGmtModified()
public void setGmtModified(Long gmtModified)
public String getEventRuleTemplatesJson()
public void setEventRuleTemplatesJson(String eventRuleTemplatesJson)
public List<ListMonitoringTemplatesResponse.Resource.ApplyHistory> getApplyHistories()
public void setApplyHistories(List<ListMonitoringTemplatesResponse.Resource.ApplyHistory> applyHistories)
Copyright © 2019. All Rights Reserved.