Uses of Class
io.gopluslabs.client.model.JSONObject
-
Packages that use JSONObject Package Description io.gopluslabs.client.model -
-
Uses of JSONObject in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type JSONObject Modifier and Type Field Description private List<JSONObject>ResponseWrapperListJSONObject. resultMethods in io.gopluslabs.client.model that return types with arguments of type JSONObject Modifier and Type Method Description List<JSONObject>ResponseWrapperListJSONObject. getResult()Response resultMethods in io.gopluslabs.client.model with parameters of type JSONObject Modifier and Type Method Description ResponseWrapperListJSONObjectResponseWrapperListJSONObject. addResultItem(JSONObject resultItem)Method parameters in io.gopluslabs.client.model with type arguments of type JSONObject Modifier and Type Method Description ResponseWrapperListJSONObjectResponseWrapperListJSONObject. result(List<JSONObject> result)voidResponseWrapperListJSONObject. setResult(List<JSONObject> result)
-