public class GetRequestBuilder extends java.lang.Object implements RequestBuilder<GetResponse>
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
GetRequestBuilder(HttpClientWrapper httpClient,
java.lang.String indexName,
java.lang.String documentType,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
GetResponse |
execute() |
public GetRequestBuilder(HttpClientWrapper httpClient, java.lang.String indexName, java.lang.String documentType, java.lang.String id)
public GetResponse execute()
execute in interface RequestBuilder<GetResponse>