com.aliyuncs.cms.model.v20170301
类 ListAlarmResponse.Alarm

java.lang.Object
  继承者 com.aliyuncs.cms.model.v20170301.ListAlarmResponse.Alarm
包容类:
ListAlarmResponse

public static class ListAlarmResponse.Alarm
extends Object


构造方法摘要
ListAlarmResponse.Alarm()
           
 
方法摘要
 String getComparisonOperator()
           
 List<String> getContactGroups()
           
 String getDimensions()
           
 Boolean getEnable()
           
 Integer getEndTime()
           
 Integer getEvaluationCount()
           
 String getId()
           
 String getMetricName()
           
 String getName()
           
 String getNamespace()
           
 Integer getNotifyType()
           
 Integer getPeriod()
           
 Integer getSilenceTime()
           
 Integer getStartTime()
           
 String getState()
           
 String getStatistics()
           
 String getThreshold()
           
 void setComparisonOperator(String comparisonOperator)
           
 void setContactGroups(List<String> contactGroups)
           
 void setDimensions(String dimensions)
           
 void setEnable(Boolean enable)
           
 void setEndTime(Integer endTime)
           
 void setEvaluationCount(Integer evaluationCount)
           
 void setId(String id)
           
 void setMetricName(String metricName)
           
 void setName(String name)
           
 void setNamespace(String namespace)
           
 void setNotifyType(Integer notifyType)
           
 void setPeriod(Integer period)
           
 void setSilenceTime(Integer silenceTime)
           
 void setStartTime(Integer startTime)
           
 void setState(String state)
           
 void setStatistics(String statistics)
           
 void setThreshold(String threshold)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ListAlarmResponse.Alarm

public ListAlarmResponse.Alarm()
方法详细信息

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

getMetricName

public String getMetricName()

setMetricName

public void setMetricName(String metricName)

getDimensions

public String getDimensions()

setDimensions

public void setDimensions(String dimensions)

getPeriod

public Integer getPeriod()

setPeriod

public void setPeriod(Integer period)

getStatistics

public String getStatistics()

setStatistics

public void setStatistics(String statistics)

getComparisonOperator

public String getComparisonOperator()

setComparisonOperator

public void setComparisonOperator(String comparisonOperator)

getThreshold

public String getThreshold()

setThreshold

public void setThreshold(String threshold)

getEvaluationCount

public Integer getEvaluationCount()

setEvaluationCount

public void setEvaluationCount(Integer evaluationCount)

getStartTime

public Integer getStartTime()

setStartTime

public void setStartTime(Integer startTime)

getEndTime

public Integer getEndTime()

setEndTime

public void setEndTime(Integer endTime)

getSilenceTime

public Integer getSilenceTime()

setSilenceTime

public void setSilenceTime(Integer silenceTime)

getNotifyType

public Integer getNotifyType()

setNotifyType

public void setNotifyType(Integer notifyType)

getEnable

public Boolean getEnable()

setEnable

public void setEnable(Boolean enable)

getState

public String getState()

setState

public void setState(String state)

getContactGroups

public List<String> getContactGroups()

setContactGroups

public void setContactGroups(List<String> contactGroups)


Copyright © 2017. All Rights Reserved.