|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.DiffResponse
public class DiffResponse
Class representing the response to a diff request sent to DiffResource
.
Field Summary | |
---|---|
protected java.lang.String |
diff
The diff |
Constructor Summary | |
---|---|
DiffResponse()
Create an empty instance (Used by JAXB) |
Method Summary | |
---|---|
java.lang.String |
getDiff()
|
void |
setDiff(java.lang.String diff)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String diff
Constructor Detail |
---|
public DiffResponse()
Method Detail |
---|
public java.lang.String getDiff()
public void setDiff(java.lang.String diff)
diff
- the diff to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |