com.aliyuncs.cms.model.v20170301
类 CreateAlarmRequest

java.lang.Object
  继承者 com.aliyuncs.http.HttpRequest
      继承者 com.aliyuncs.AcsRequest<T>
          继承者 com.aliyuncs.RpcAcsRequest<CreateAlarmResponse>
              继承者 com.aliyuncs.cms.model.v20170301.CreateAlarmRequest

public class CreateAlarmRequest
extends com.aliyuncs.RpcAcsRequest<CreateAlarmResponse>

版本:
作者:
auto create

字段摘要
 
从类 com.aliyuncs.AcsRequest 继承的字段
composer
 
从类 com.aliyuncs.http.HttpRequest 继承的字段
connectTimeout, content, CONTENT_LENGTH, CONTENT_MD5, CONTENT_TYPE, contentType, encoding, headers, readTimeout
 
构造方法摘要
CreateAlarmRequest()
           
 
方法摘要
 String getcallby_cms_owner()
           
 String getComparisonOperator()
           
 String getContactGroups()
           
 String getDimensions()
           
 Integer getEndTime()
           
 Integer getEvaluationCount()
           
 String getMetricName()
           
 String getName()
           
 String getNamespace()
           
 Integer getNotifyType()
           
 Integer getPeriod()
           
 Class<CreateAlarmResponse> getResponseClass()
           
 Integer getSilenceTime()
           
 Integer getStartTime()
           
 String getStatistics()
           
 String getThreshold()
           
 void setcallby_cms_owner(String callby_cms_owner)
           
 void setComparisonOperator(String comparisonOperator)
           
 void setContactGroups(String contactGroups)
           
 void setDimensions(String dimensions)
           
 void setEndTime(Integer endTime)
           
 void setEvaluationCount(Integer evaluationCount)
           
 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 setStatistics(String statistics)
           
 void setThreshold(String threshold)
           
 
从类 com.aliyuncs.RpcAcsRequest 继承的方法
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequest
 
从类 com.aliyuncs.AcsRequest 继承的方法
concatQueryString, getAcceptFormat, getActionName, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionId
 
从类 com.aliyuncs.http.HttpRequest 继承的方法
getConnectTimeout, getContent, getContentType, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setContent, setContentType, setEncoding, setMethod, setReadTimeout, setUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CreateAlarmRequest

public CreateAlarmRequest()
方法详细信息

getcallby_cms_owner

public String getcallby_cms_owner()

setcallby_cms_owner

public void setcallby_cms_owner(String callby_cms_owner)

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)

getContactGroups

public String getContactGroups()

setContactGroups

public void setContactGroups(String contactGroups)

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)

getResponseClass

public Class<CreateAlarmResponse> getResponseClass()
指定者:
com.aliyuncs.AcsRequest<CreateAlarmResponse> 中的 getResponseClass


Copyright © 2017. All Rights Reserved.