public static class VirtualMachineLease.Range
extends java.lang.Object
| Constructor and Description |
|---|
Range(int beg,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeg()
Get the beginning value of the range.
|
int |
getEnd()
Get the end value of the range.
|