public class PercolateResponse extends Object
Mapped response for percolate.
Modifier and Type | Class and Description |
---|---|
static class |
PercolateResponse.Match |
Constructor and Description |
---|
PercolateResponse() |
Modifier and Type | Method and Description |
---|---|
List<PercolateResponse.Match> |
getMatches() |
long |
getTook() |
long |
getTotal() |
void |
setMatches(List<PercolateResponse.Match> matches) |
void |
setTook(long took) |
void |
setTotal(long total) |
public long getTook()
public void setTook(long took)
public long getTotal()
public void setTotal(long total)
public List<PercolateResponse.Match> getMatches()
public void setMatches(List<PercolateResponse.Match> matches)
Copyright © 2022 The Apache Software Foundation. All rights reserved.