Search
-
-
Essentials of the nested class
Qualifier and type |
Class and explanations |
static class |
Query.Builder |
-
Builder Essentials
Builder and explanation |
Query()
|
-
Method Essentials
Qualifier and type |
Method and explanation |
Boolean |
getDelete()
Whether to delete
|
long |
getEnd()
Get the end time of the queried time range.
|
List<SubQuery> |
getQueries()
Get all sub-queries.
|
long |
getStart()
Get the start time of the queried time range.
|
static Query.Builder |
start(Date startDate)
Specifies to delete the queried data. Set the start time of the queried time range.
|
static Query.Builder |
start(long startTime)
Specifies to delete the queried data. Set the start time of the queried time range.
|
static Query.Builder |
timeRange(Date startDate,
Date endDate)
Set the start and end time of the queried time range. And get the Query.Builder instance
|
static Query.Builder |
timeRange(long startTime,
long endTime)
Set the start and end time of the queried time range. And get the Query.Builder instance
|
-
-
Method details
-
timeRange
public static Query.Builder timeRange(long startTime,
long endTime)
Set the start and end time of the queried time range
- Parameters:
startTime
- Start timestamp
endTime
- End timestamp
- Return:
- Builder
How helpful was this page?
Thank you! We've received your feedback.