public static class GetJvmConfigurationResponse.JvmConfiguration extends Object
| Constructor and Description |
|---|
GetJvmConfigurationResponse.JvmConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxHeapSize() |
Integer |
getMaxPermSize() |
Integer |
getMinHeapSize() |
String |
getOptions() |
void |
setMaxHeapSize(Integer maxHeapSize) |
void |
setMaxPermSize(Integer maxPermSize) |
void |
setMinHeapSize(Integer minHeapSize) |
void |
setOptions(String options) |
public GetJvmConfigurationResponse.JvmConfiguration()
public String getOptions()
public void setOptions(String options)
public Integer getMinHeapSize()
public void setMinHeapSize(Integer minHeapSize)
public Integer getMaxPermSize()
public void setMaxPermSize(Integer maxPermSize)
public Integer getMaxHeapSize()
public void setMaxHeapSize(Integer maxHeapSize)
Copyright © 2018. All Rights Reserved.