public static class GetContainerConfigurationResponse.ContainerConfiguration extends Object
| Constructor and Description |
|---|
GetContainerConfigurationResponse.ContainerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
Integer |
getHttpPort() |
Integer |
getMaxThreads() |
String |
getURIEncoding() |
Boolean |
getUseBodyEncoding() |
void |
setContextPath(String contextPath) |
void |
setHttpPort(Integer httpPort) |
void |
setMaxThreads(Integer maxThreads) |
void |
setURIEncoding(String uRIEncoding) |
void |
setUseBodyEncoding(Boolean useBodyEncoding) |
public GetContainerConfigurationResponse.ContainerConfiguration()
public String getContextPath()
public void setContextPath(String contextPath)
public Integer getHttpPort()
public void setHttpPort(Integer httpPort)
public Integer getMaxThreads()
public void setMaxThreads(Integer maxThreads)
public String getURIEncoding()
public void setURIEncoding(String uRIEncoding)
public Boolean getUseBodyEncoding()
public void setUseBodyEncoding(Boolean useBodyEncoding)
Copyright © 2018. All Rights Reserved.