Class PercolateResponse

java.lang.Object
org.apache.storm.elasticsearch.response.PercolateResponse

public class PercolateResponse extends Object
Mapped response for percolate.
  • Constructor Details

    • PercolateResponse

      public PercolateResponse()
  • Method Details

    • getTook

      public long getTook()
    • setTook

      public void setTook(long took)
    • getTotal

      public long getTotal()
    • setTotal

      public void setTotal(long total)
    • getMatches

      public List<PercolateResponse.Match> getMatches()
    • setMatches

      public void setMatches(List<PercolateResponse.Match> matches)