| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.clearNumResults()
Clears the value of the 'numResults' field
|
Response.Builder |
Response.Builder.clearResults()
Clears the value of the 'results' field
|
static Response.Builder |
Response.newBuilder()
Creates a new Response RecordBuilder
|
static Response.Builder |
Response.newBuilder(Response.Builder other)
Creates a new Response RecordBuilder by copying an existing Builder
|
static Response.Builder |
Response.newBuilder(Response other)
Creates a new Response RecordBuilder by copying an existing Response instance
|
Response.Builder |
Response.Builder.setNumResults(int value)
Sets the value of the 'numResults' field
|
Response.Builder |
Response.Builder.setResults(List<ByteBuffer> value)
Sets the value of the 'results' field
|
| Modifier and Type | Method and Description |
|---|---|
static Response.Builder |
Response.newBuilder(Response.Builder other)
Creates a new Response RecordBuilder by copying an existing Builder
|
Copyright © 2016. All rights reserved.