public class QueryEntity extends Object
| Constructor and Description |
|---|
QueryEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the query's id
|
String |
getQuery()
Returns the query string (potentially truncated)
|
Double |
getRunTime()
Returns the query's run time up to the point the list of queries was
queried
|
Date |
getStarted()
Returns the date and time when the query was started
|
void |
setId(String id)
Sets the query's id
|
void |
setQuery(String query)
Set the query string
|
void |
setRunTime(Double runTime)
Sets the query's run time up to the point the list of queries was queried
|
void |
setStarted(Date started)
Sets the date and time when the query was started
|
public String getId()
public void setId(String id)
id - the query's idpublic String getQuery()
public void setQuery(String query)
query - the query stringpublic Date getStarted()
public void setStarted(Date started)
started - the date and timepublic Double getRunTime()
public void setRunTime(Double runTime)
runTime - the query's run timeCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.