Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(Long begin,
Long end)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
Location.Builder |
begin(long begin)
Set the begin.
|
Location |
build()
Builds a Location.
|
Location.Builder |
end(long end)
Set the end.
|
public Location build()
public Location.Builder begin(long begin)
begin
- the beginpublic Location.Builder end(long end)
end
- the endCopyright © 2021 IBM Cloud. All rights reserved.