public final class ClearRange extends Object
Constructor and Description |
---|
ClearRange() |
Modifier and Type | Method and Description |
---|---|
long |
end()
Get the end value.
|
long |
start()
Get the start value.
|
ClearRange |
withEnd(long end)
Set the end value.
|
ClearRange |
withStart(long start)
Set the start value.
|
public long start()
public ClearRange withStart(long start)
start
- the start value to set.public long end()
public ClearRange withEnd(long end)
end
- the end value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.