java.lang.Object
com.github.tomakehurst.wiremock.verification.diff.DiffEventData

public class DiffEventData extends Object
  • Field Details

  • Constructor Details

    • DiffEventData

      public DiffEventData(int status, String contentType, String report)
  • Method Details

    • getStatus

      public int getStatus()
    • getContentType

      public String getContentType()
    • getReport

      public String getReport()