@param use_calendar a flag denoting whether or not to align intervals based on the calendar @since 2.3
(boolean use_calendar)
| 490 | /** @param use_calendar a flag denoting whether or not to align intervals |
| 491 | * based on the calendar @since 2.3 */ |
| 492 | public void setUseCalendar(boolean use_calendar) { |
| 493 | this.use_calendar = use_calendar; |
| 494 | } |
| 495 | |
| 496 | /** @param query_stats the query stats object to associate with this query */ |
| 497 | public void setQueryStats(final QueryStats query_stats) { |
no outgoing calls