Class OrganizationListResultResponse
- java.lang.Object
-
- net.anwiba.spatial.ckan.json.schema.v1_0.Response
-
- net.anwiba.spatial.ckan.json.schema.v1_0.OrganizationListResultResponse
-
public class OrganizationListResultResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description OrganizationListResultResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Organization[]getResult()voidsetResult(Organization[] result)
-
-
-
Method Detail
-
setResult
public void setResult(Organization[] result)
-
getResult
public Organization[] getResult()
-
-