public class TaskConfigCreateRequest extends com.aliyuncs.RpcAcsRequest<TaskConfigCreateResponse>
| Constructor and Description |
|---|
TaskConfigCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlertConfig() |
Long |
getGroupId() |
String |
getGroupName() |
List<String> |
getInstanceLists() |
String |
getJsonData() |
Class<TaskConfigCreateResponse> |
getResponseClass() |
String |
getTaskName() |
String |
getTaskScope() |
String |
getTaskType() |
void |
setAlertConfig(String alertConfig) |
void |
setGroupId(Long groupId) |
void |
setGroupName(String groupName) |
void |
setInstanceLists(List<String> instanceLists) |
void |
setJsonData(String jsonData) |
void |
setTaskName(String taskName) |
void |
setTaskScope(String taskScope) |
void |
setTaskType(String taskType) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestbuildHttpConnection, getConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getSslSocketFactory, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setSslSocketFactory, setUrlpublic String getJsonData()
public void setJsonData(String jsonData)
public String getTaskType()
public void setTaskType(String taskType)
public String getTaskScope()
public void setTaskScope(String taskScope)
public String getAlertConfig()
public void setAlertConfig(String alertConfig)
public Long getGroupId()
public void setGroupId(Long groupId)
public String getTaskName()
public void setTaskName(String taskName)
public String getGroupName()
public void setGroupName(String groupName)
public Class<TaskConfigCreateResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<TaskConfigCreateResponse>Copyright © 2018. All Rights Reserved.