public class DeployApplicationRequest extends com.aliyuncs.RoaAcsRequest<DeployApplicationResponse>
| Constructor and Description |
|---|
DeployApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppEnv() |
String |
getAppId() |
Integer |
getBatch() |
Integer |
getBatchWaitTime() |
String |
getDeployType() |
String |
getDesc() |
String |
getGroupId() |
String |
getImageUrl() |
String |
getPackageVersion() |
Class<DeployApplicationResponse> |
getResponseClass() |
String |
getWarUrl() |
void |
setAppEnv(String appEnv) |
void |
setAppId(String appId) |
void |
setBatch(Integer batch) |
void |
setBatchWaitTime(Integer batchWaitTime) |
void |
setDeployType(String deployType) |
void |
setDesc(String desc) |
void |
setGroupId(String groupId) |
void |
setImageUrl(String imageUrl) |
void |
setPackageVersion(String packageVersion) |
void |
setWarUrl(String warUrl) |
composeUrl, getPathParameters, getUriPattern, putPathParameter, putPathParameter, setSecurityToken, setUriPattern, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setAcceptFormat, setActionName, 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 getAppId()
public void setAppId(String appId)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public String getGroupId()
public void setGroupId(String groupId)
public Integer getBatchWaitTime()
public void setBatchWaitTime(Integer batchWaitTime)
public Integer getBatch()
public void setBatch(Integer batch)
public String getAppEnv()
public void setAppEnv(String appEnv)
public String getWarUrl()
public void setWarUrl(String warUrl)
public String getPackageVersion()
public void setPackageVersion(String packageVersion)
public String getDesc()
public void setDesc(String desc)
public String getDeployType()
public void setDeployType(String deployType)
public Class<DeployApplicationResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<DeployApplicationResponse>Copyright © 2018. All Rights Reserved.