Class SearchResult<T>

java.lang.Object
com.netflix.conductor.common.run.SearchResult<T>

public class SearchResult<T> extends Object
  • Constructor Details

    • SearchResult

      public SearchResult()
    • SearchResult

      public SearchResult(long totalHits, List<T> results)
  • Method Details

    • getTotalHits

      public long getTotalHits()
      Returns:
      the totalHits
    • getResults

      public List<T> getResults()
      Returns:
      the results
    • setTotalHits

      public void setTotalHits(long totalHits)
      Parameters:
      totalHits - the totalHits to set
    • setResults

      public void setResults(List<T> results)
      Parameters:
      results - the results to set