public static class GeographicalLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GeographicalLocation |
build() |
GeographicalLocation.Builder |
copy(GeographicalLocation model) |
GeographicalLocation.Builder |
latitude(Double latitude)
Latitude of problem
|
GeographicalLocation.Builder |
longitude(Double longitude)
Longitude of problem
|
public GeographicalLocation.Builder latitude(Double latitude)
Latitude of problem
latitude
- the value to setpublic GeographicalLocation.Builder longitude(Double longitude)
Longitude of problem
longitude
- the value to setpublic GeographicalLocation build()
public GeographicalLocation.Builder copy(GeographicalLocation model)
Copyright © 2016–2024. All rights reserved.