public class DataRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DataRequest.ColNames |
static class |
DataRequest.DownloadType |
static class |
DataRequest.EntityValues |
| Constructor and Description |
|---|
DataRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAttributeNames() |
DataRequest.ColNames |
getColNames() |
DataRequest.DownloadType |
getDownloadType() |
String |
getEntityName() |
DataRequest.EntityValues |
getEntityValues() |
QueryImpl |
getQuery() |
void |
setAttributeNames(List<String> attributeNames) |
void |
setColNames(DataRequest.ColNames colNames) |
void |
setDownloadType(DataRequest.DownloadType downloadType) |
void |
setEntityName(String entityName) |
void |
setEntityValues(DataRequest.EntityValues entityValues) |
void |
setQuery(QueryImpl query) |
public String getEntityName()
public void setEntityName(String entityName)
public QueryImpl getQuery()
public void setQuery(QueryImpl query)
public DataRequest.ColNames getColNames()
public void setColNames(DataRequest.ColNames colNames)
public DataRequest.DownloadType getDownloadType()
public void setDownloadType(DataRequest.DownloadType downloadType)
public DataRequest.EntityValues getEntityValues()
public void setEntityValues(DataRequest.EntityValues entityValues)
Copyright © 2016. All Rights Reserved.