Returns the end time of the graph. If #setEndTime was never called before, this method will automatically execute #setEndTime setEndTime(System.currentTimeMillis() / 1000) to set the end time. @return A strictly positive integer.
()
| 66 | * @return A strictly positive integer. |
| 67 | */ |
| 68 | long getEndTime(); |
| 69 | |
| 70 | /** |
| 71 | * Sets whether or not the data queried will be deleted. |
no outgoing calls