java.lang.Object
org.codelibs.fess.app.web.api.admin.BaseSearchBody
org.codelibs.fess.app.web.api.admin.failureurl.SearchBody

public class SearchBody extends BaseSearchBody
Search request body for failure URL administration API.
  • Field Details

    • url

      public String url
      The URL that failed during crawling
    • errorCountMin

      public Integer errorCountMin
      Minimum error count filter
    • errorCountMax

      public Integer errorCountMax
      Maximum error count filter
    • errorName

      public String errorName
      Name or type of the error
  • Constructor Details

    • SearchBody

      public SearchBody()
      Default constructor.