public static class DescribeMetricRuleTemplateListResponse.Template extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeMetricRuleTemplateListResponse.Template.ApplyHistory |
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeMetricRuleTemplateListResponse.Template.ApplyHistory> |
getApplyHistories() |
String |
getDescription() |
Long |
getGmtCreate() |
Long |
getGmtModified() |
String |
getName() |
Long |
getRestVersion() |
Long |
getTemplateId() |
void |
setApplyHistories(List<DescribeMetricRuleTemplateListResponse.Template.ApplyHistory> applyHistories) |
void |
setDescription(String description) |
void |
setGmtCreate(Long gmtCreate) |
void |
setGmtModified(Long gmtModified) |
void |
setName(String name) |
void |
setRestVersion(Long restVersion) |
void |
setTemplateId(Long templateId) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Long getRestVersion()
public void setRestVersion(Long restVersion)
public Long getTemplateId()
public void setTemplateId(Long templateId)
public Long getGmtCreate()
public void setGmtCreate(Long gmtCreate)
public Long getGmtModified()
public void setGmtModified(Long gmtModified)
public List<DescribeMetricRuleTemplateListResponse.Template.ApplyHistory> getApplyHistories()
public void setApplyHistories(List<DescribeMetricRuleTemplateListResponse.Template.ApplyHistory> applyHistories)
Copyright © 2020. All Rights Reserved.