public static class UpdateJvmConfigurationResponse.JvmConfiguration extends Object
| Constructor and Description |
|---|
UpdateJvmConfigurationResponse.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 UpdateJvmConfigurationResponse.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.