| Modifier and Type | Class and Description |
|---|---|
static class |
GsonRangeImpl.Builder |
| Constructor and Description |
|---|
GsonRangeImpl(int max,
boolean maxIncl,
int min,
boolean minIncl) |
GsonRangeImpl(JsonObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMax() |
int |
getMin() |
boolean |
isMaxIncl() |
boolean |
isMinIncl() |
JsonObject |
toJSONObject() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoDomainJsonArray, toJsonArraypublic GsonRangeImpl(JsonObject jsonObject)
public GsonRangeImpl(int max,
boolean maxIncl,
int min,
boolean minIncl)
public JsonObject toJSONObject()
toJSONObject in interface GsonBasepublic java.lang.String toString()
toString in class java.lang.Object