Package org.craftercms.studio.model.rest
Class ResultOne<T>
java.lang.Object
org.craftercms.studio.model.rest.Result
org.craftercms.studio.model.rest.ResultOne<T>
- Type Parameters:
T- the entity type
A
Result where the actual result is a single entity.- Author:
- Dejan Brkic, avasquez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.craftercms.studio.model.rest.Result
getResponse, setResponse
-
Field Details
-
entity
-
-
Constructor Details
-
ResultOne
public ResultOne()
-
-
Method Details
-
getEntity
Returns the result entity. -
setEntity
Sets the result entity.
-