public class CreateGroupMonitoringAgentProcessRequest extends com.aliyuncs.RpcAcsRequest<CreateGroupMonitoringAgentProcessResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGroupMonitoringAgentProcessRequest.AlertConfig |
static class |
CreateGroupMonitoringAgentProcessRequest.MatchExpress |
| Constructor and Description |
|---|
CreateGroupMonitoringAgentProcessRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<CreateGroupMonitoringAgentProcessRequest.AlertConfig> |
getAlertConfigs() |
String |
getGroupId() |
String |
getMatchExpressFilterRelation() |
List<CreateGroupMonitoringAgentProcessRequest.MatchExpress> |
getMatchExpresss() |
String |
getProcessName() |
Class<CreateGroupMonitoringAgentProcessResponse> |
getResponseClass() |
void |
setAlertConfigs(List<CreateGroupMonitoringAgentProcessRequest.AlertConfig> alertConfigs) |
void |
setGroupId(String groupId) |
void |
setMatchExpressFilterRelation(String matchExpressFilterRelation) |
void |
setMatchExpresss(List<CreateGroupMonitoringAgentProcessRequest.MatchExpress> matchExpresss) |
void |
setProcessName(String processName) |
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, getSysUserAgentConfig, getSysVersion, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, setSysEndpoint, setSysEndpointType, setSysLocationProduct, setSysProductDomain, setSysProtocol, setSysRegionIdgetConnectTimeout, getContentTypeValue, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentString, getHttpContentType, getKeyManagers, getMethod, getReadTimeout, getSysConnectTimeout, getSysEncoding, getSysHeaders, getSysMethod, getSysReadTimeout, getSysUrl, getUrl, getX509TrustManagers, isIgnoreSSLCerts, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setIgnoreSSLCerts, setKeyManagers, setMethod, setReadTimeout, setSysConnectTimeout, setSysEncoding, setSysMethod, setSysReadTimeout, setSysUrl, setUrl, setX509TrustManagerspublic CreateGroupMonitoringAgentProcessRequest()
public List<CreateGroupMonitoringAgentProcessRequest.AlertConfig> getAlertConfigs()
public void setAlertConfigs(List<CreateGroupMonitoringAgentProcessRequest.AlertConfig> alertConfigs)
public String getGroupId()
public void setGroupId(String groupId)
public String getProcessName()
public void setProcessName(String processName)
public String getMatchExpressFilterRelation()
public void setMatchExpressFilterRelation(String matchExpressFilterRelation)
public List<CreateGroupMonitoringAgentProcessRequest.MatchExpress> getMatchExpresss()
public void setMatchExpresss(List<CreateGroupMonitoringAgentProcessRequest.MatchExpress> matchExpresss)
public Class<CreateGroupMonitoringAgentProcessResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateGroupMonitoringAgentProcessResponse>Copyright © 2020. All Rights Reserved.