| Modifier and Type | Method and Description |
|---|---|
Response |
build() |
Response.Builder |
clearNumResults()
Clears the value of the 'numResults' field
|
Response.Builder |
clearResults()
Clears the value of the 'results' field
|
Integer |
getNumResults()
Gets the value of the 'numResults' field
|
List<ByteBuffer> |
getResults()
Gets the value of the 'results' field
|
boolean |
hasNumResults()
Checks whether the 'numResults' field has been set
|
boolean |
hasResults()
Checks whether the 'results' field has been set
|
Response.Builder |
setNumResults(int value)
Sets the value of the 'numResults' field
|
Response.Builder |
setResults(List<ByteBuffer> value)
Sets the value of the 'results' field
|
public Integer getNumResults()
public Response.Builder setNumResults(int value)
public boolean hasNumResults()
public Response.Builder clearNumResults()
public List<ByteBuffer> getResults()
public Response.Builder setResults(List<ByteBuffer> value)
public boolean hasResults()
public Response.Builder clearResults()
Copyright © 2016. All rights reserved.