Package org.craftercms.studio.model.rest
Class ResponseBody
java.lang.Object
org.craftercms.studio.model.rest.ResponseBody
Contains the response body of an API operation.
- Author:
- Dejan Brkic, avasquez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
result
-
-
Constructor Details
-
ResponseBody
public ResponseBody()
-
-
Method Details
-
getResult
Returns the API result. -
setResult
Sets the API result.
-