public class Interval extends Object
| Constructor and Description |
|---|
Interval() |
Interval(long start,
long end) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime()
Getter accessor for attribute 'endTime'.
|
long |
getStartTime()
Getter accessor for attribute 'startTime'.
|
void |
setEndTime(long endTime)
Setter accessor for attribute 'endTime'.
|
void |
setStartTime(long startTime)
Setter accessor for attribute 'startTime'.
|
public long getStartTime()
public void setStartTime(long startTime)
startTime - new value for 'startTime 'public long getEndTime()
public void setEndTime(long endTime)
endTime - new value for 'endTime 'Copyright © 2013–2019 FF4J. All rights reserved.