com.gentics.contentnode.rest.model.response
Class DiffResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.DiffResponse
public class DiffResponse
- extends Object
Class representing the response to a diff request sent to DiffResource
.
Constructor Summary |
DiffResponse()
Create an empty instance (Used by JAXB) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
diff
protected String diff
- The diff
DiffResponse
public DiffResponse()
- Create an empty instance (Used by JAXB)
getDiff
public String getDiff()
- Returns:
- the diff
setDiff
public void setDiff(String diff)
- Parameters:
diff
- the diff to set
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.