public class TaskIdRange extends Object
| Constructor and Description |
|---|
TaskIdRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
end()
Get the end value.
|
int |
start()
Get the start value.
|
TaskIdRange |
withEnd(int end)
Set the end value.
|
TaskIdRange |
withStart(int start)
Set the start value.
|
public int start()
public TaskIdRange withStart(int start)
start - the start value to setpublic int end()
public TaskIdRange withEnd(int end)
end - the end value to setCopyright © 2019. All rights reserved.