@param start_time the start_time, required for every annotation
(final long start_time)
| 730 | |
| 731 | /** @param start_time the start_time, required for every annotation */ |
| 732 | public void setStartTime(final long start_time) { |
| 733 | this.start_time = start_time; |
| 734 | } |
| 735 | |
| 736 | /** @param end_time the end_time, optional*/ |
| 737 | public void setEndTime(final long end_time) { |
no outgoing calls