Class DiffResponse


  • public class DiffResponse
    extends Object
    Class representing the response to a diff request sent to DiffResource.
    • 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