public class DruidSelectResponse extends Object
| Constructor and Description |
|---|
DruidSelectResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<com.fasterxml.jackson.databind.node.ObjectNode> |
getEvents() |
ArrayList<PagingIdentifier> |
getPagingIdentifiers() |
void |
setEvents(ArrayList<com.fasterxml.jackson.databind.node.ObjectNode> events) |
void |
setPagingIdentifiers(ArrayList<PagingIdentifier> pagingIdentifiers) |
public ArrayList<com.fasterxml.jackson.databind.node.ObjectNode> getEvents()
public void setEvents(ArrayList<com.fasterxml.jackson.databind.node.ObjectNode> events)
public ArrayList<PagingIdentifier> getPagingIdentifiers()
public void setPagingIdentifiers(ArrayList<PagingIdentifier> pagingIdentifiers)
Copyright © 2021 The Apache Software Foundation. All rights reserved.