com.gentics.contentnode.rest.model.response
Class DiffResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.DiffResponse

public class DiffResponse
extends Object

Class representing the response to a diff request sent to DiffResource.


Field Summary
protected  String diff
          The diff
 
Constructor Summary
DiffResponse()
          Create an empty instance (Used by JAXB)
 
Method Summary
 String getDiff()
           
 void setDiff(String diff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diff

protected String diff
The diff

Constructor Detail

DiffResponse

public DiffResponse()
Create an empty instance (Used by JAXB)

Method Detail

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.