public class PutCustomEventRuleRequest extends com.aliyuncs.RpcAcsRequest<PutCustomEventRuleResponse>
| 构造器和说明 |
|---|
PutCustomEventRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContactGroups() |
String |
getEffectiveInterval() |
String |
getEmailSubject() |
String |
getEventName() |
String |
getGroupId() |
String |
getLevel() |
String |
getPeriod() |
Class<PutCustomEventRuleResponse> |
getResponseClass() |
String |
getRuleId() |
String |
getRuleName() |
String |
getThreshold() |
String |
getWebhook() |
void |
setContactGroups(String contactGroups) |
void |
setEffectiveInterval(String effectiveInterval) |
void |
setEmailSubject(String emailSubject) |
void |
setEventName(String eventName) |
void |
setGroupId(String groupId) |
void |
setLevel(String level) |
void |
setPeriod(String period) |
void |
setRuleId(String ruleId) |
void |
setRuleName(String ruleName) |
void |
setThreshold(String threshold) |
void |
setWebhook(String webhook) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setSysAcceptFormat, setSysActionName, setSysSecurityToken, setSysVersion, setVersion, signRequestappendUserAgent, concatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getSysAcceptFormat, getSysActionName, getSysBodyParameters, getSysDomainParameters, getSysEndpointType, getSysLocationProduct, getSysProduct, getSysProductDomain, getSysProtocol, getSysQueryParameters, getSysRegionId, getSysSecurityToken, getSysSignatureAlgorithm, getSysSignatureVersion, getSysSignedHeaders, getSysStrToSign, getSysUserAgentConfig, getSysVersion, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, resolveSignatureComposer, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, setSysEndpoint, setSysEndpointType, setSysLocationProduct, setSysProductDomain, setSysProtocol, setSysRegionId, setSysSignatureAlgorithm, setSysSignatureVersiongetConnectTimeout, getContentTypeValue, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentString, getHttpContentType, getKeyManagers, getMethod, getReadTimeout, getSysConnectTimeout, getSysEncoding, getSysHeaders, getSysMethod, getSysReadTimeout, getSysRetryPolicy, getSysUrl, getUrl, getX509TrustManagers, isIgnoreSSLCerts, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setIgnoreSSLCerts, setKeyManagers, setMethod, setReadTimeout, setSysConnectTimeout, setSysEncoding, setSysMethod, setSysReadTimeout, setSysRetryPolicy, setSysUrl, setUrl, setX509TrustManagerspublic String getWebhook()
public void setWebhook(String webhook)
public String getRuleName()
public void setRuleName(String ruleName)
public String getThreshold()
public void setThreshold(String threshold)
public String getEffectiveInterval()
public void setEffectiveInterval(String effectiveInterval)
public String getEventName()
public void setEventName(String eventName)
public String getEmailSubject()
public void setEmailSubject(String emailSubject)
public String getPeriod()
public void setPeriod(String period)
public String getContactGroups()
public void setContactGroups(String contactGroups)
public String getLevel()
public void setLevel(String level)
public String getGroupId()
public void setGroupId(String groupId)
public String getRuleId()
public void setRuleId(String ruleId)
public Class<PutCustomEventRuleResponse> getResponseClass()
getResponseClass 在类中 com.aliyuncs.AcsRequest<PutCustomEventRuleResponse>Copyright © 2022. All Rights Reserved.