public class AnalyticsQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
accountId |
protected String |
externalId |
protected Integer |
maxCacheAge |
protected String |
queryString |
protected BigDecimal |
scannedDataLimit |
protected List<Long> |
spaceIds |
| Constructor and Description |
|---|
AnalyticsQuery() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsQuery |
accountId(Long accountId) |
AnalyticsQuery |
addSpaceIdsItem(Long spaceIdsItem) |
boolean |
equals(Object o) |
AnalyticsQuery |
externalId(String externalId) |
Long |
getAccountId()
The mandatory ID of an account in which the query shall be executed.
|
String |
getExternalId()
A client generated nonce which uniquely identifies the query to be executed.
|
Integer |
getMaxCacheAge()
The maximal age in minutes of cached query executions to return.
|
String |
getQueryString()
The SQL statement which is being submitted for execution.
|
BigDecimal |
getScannedDataLimit()
The maximal amount of scanned data that this query is allowed to scan.
|
List<Long> |
getSpaceIds()
The IDs of the spaces in which the query shall be executed.
|
int |
hashCode() |
AnalyticsQuery |
maxCacheAge(Integer maxCacheAge) |
AnalyticsQuery |
queryString(String queryString) |
AnalyticsQuery |
scannedDataLimit(BigDecimal scannedDataLimit) |
void |
setAccountId(Long accountId) |
void |
setExternalId(String externalId) |
void |
setMaxCacheAge(Integer maxCacheAge) |
void |
setQueryString(String queryString) |
void |
setScannedDataLimit(BigDecimal scannedDataLimit) |
void |
setSpaceIds(List<Long> spaceIds) |
AnalyticsQuery |
spaceIds(List<Long> spaceIds) |
String |
toString() |
protected Long accountId
protected String externalId
protected Integer maxCacheAge
protected String queryString
protected BigDecimal scannedDataLimit
public AnalyticsQuery accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public AnalyticsQuery externalId(String externalId)
public String getExternalId()
public void setExternalId(String externalId)
public AnalyticsQuery maxCacheAge(Integer maxCacheAge)
public Integer getMaxCacheAge()
public void setMaxCacheAge(Integer maxCacheAge)
public AnalyticsQuery queryString(String queryString)
public String getQueryString()
public void setQueryString(String queryString)
public AnalyticsQuery scannedDataLimit(BigDecimal scannedDataLimit)
public BigDecimal getScannedDataLimit()
public void setScannedDataLimit(BigDecimal scannedDataLimit)
public AnalyticsQuery spaceIds(List<Long> spaceIds)
public AnalyticsQuery addSpaceIdsItem(Long spaceIdsItem)
public List<Long> getSpaceIds()
Copyright © 2023. All rights reserved.