Class DiffResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.DiffResponse
Class representing the response to a diff request sent to
DiffResource
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
diff
The diff
-
-
Constructor Details
-
DiffResponse
public DiffResponse()Create an empty instance (Used by JAXB)
-
-
Method Details
-
getDiff
- Returns:
- the diff
-
setDiff
- Parameters:
diff
- the diff to set
-