public static class DescribeHostAvailabilityListResponse.NodeTaskConfig.AlertConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeHostAvailabilityListResponse.NodeTaskConfig.AlertConfig.EscalationListItem |
| Constructor and Description |
|---|
AlertConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEndTime() |
List<DescribeHostAvailabilityListResponse.NodeTaskConfig.AlertConfig.EscalationListItem> |
getEscalationList() |
Integer |
getNotifyType() |
Integer |
getSilenceTime() |
Integer |
getStartTime() |
String |
getWebHook() |
void |
setEndTime(Integer endTime) |
void |
setEscalationList(List<DescribeHostAvailabilityListResponse.NodeTaskConfig.AlertConfig.EscalationListItem> escalationList) |
void |
setNotifyType(Integer notifyType) |
void |
setSilenceTime(Integer silenceTime) |
void |
setStartTime(Integer startTime) |
void |
setWebHook(String webHook) |
public Integer getNotifyType()
public void setNotifyType(Integer notifyType)
public Integer getStartTime()
public void setStartTime(Integer startTime)
public Integer getEndTime()
public void setEndTime(Integer endTime)
public Integer getSilenceTime()
public void setSilenceTime(Integer silenceTime)
public String getWebHook()
public void setWebHook(String webHook)
public List<DescribeHostAvailabilityListResponse.NodeTaskConfig.AlertConfig.EscalationListItem> getEscalationList()
public void setEscalationList(List<DescribeHostAvailabilityListResponse.NodeTaskConfig.AlertConfig.EscalationListItem> escalationList)
Copyright © 2019. All Rights Reserved.