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.
  • Field Details

    • diff

      protected String diff
      The diff
  • Constructor Details

    • DiffResponse

      public DiffResponse()
      Create an empty instance (Used by JAXB)
  • Method Details

    • getDiff

      public String getDiff()
      Returns:
      the diff
    • setDiff

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