public class UpdateJvmConfigurationRequest extends com.aliyuncs.RoaAcsRequest<UpdateJvmConfigurationResponse>
| Constructor and Description |
|---|
UpdateJvmConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getGroupId() |
Integer |
getMaxHeapSize() |
Integer |
getMaxPermSize() |
Integer |
getMinHeapSize() |
String |
getOptions() |
Class<UpdateJvmConfigurationResponse> |
getResponseClass() |
void |
setAppId(String appId) |
void |
setGroupId(String groupId) |
void |
setMaxHeapSize(Integer maxHeapSize) |
void |
setMaxPermSize(Integer maxPermSize) |
void |
setMinHeapSize(Integer minHeapSize) |
void |
setOptions(String options) |
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 Integer getMinHeapSize()
public void setMinHeapSize(Integer minHeapSize)
public String getAppId()
public void setAppId(String appId)
public String getGroupId()
public void setGroupId(String groupId)
public String getOptions()
public void setOptions(String options)
public Integer getMaxPermSize()
public void setMaxPermSize(Integer maxPermSize)
public Integer getMaxHeapSize()
public void setMaxHeapSize(Integer maxHeapSize)
public Class<UpdateJvmConfigurationResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<UpdateJvmConfigurationResponse>Copyright © 2018. All Rights Reserved.