public static class JSONWrapper.JSONWrapperImpl extends java.lang.Object implements JSONWrapper
JSONWrapper.JSONWrapperImpl| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
jsonDocument |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(JSONWrapper o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getJSON() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitwrapJSONpublic java.lang.String getJSON()
getJSON in interface JSONWrapperpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(JSONWrapper o)
compareTo in interface java.lang.Comparable<JSONWrapper>