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

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

public class DiffResponse
extends java.lang.Object

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

diff

protected java.lang.String diff
The diff

Constructor Detail

DiffResponse

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

Method Detail

getDiff

public java.lang.String getDiff()
Returns:
the diff

setDiff

public void setDiff(java.lang.String diff)
Parameters:
diff - the diff to set


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.