public static class GeoAttributesImpl.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GeoAttributesImpl |
build() |
GeoAttributesImpl.Builder |
withCity(java.lang.String city) |
GeoAttributesImpl.Builder |
withCountry(java.lang.String country) |
GeoAttributesImpl.Builder |
withCountryCode(java.lang.String countryCode) |
GeoAttributesImpl.Builder |
withEndInetAddress(java.net.InetAddress endInetAddress) |
GeoAttributesImpl.Builder |
withProvince(java.lang.String province) |
GeoAttributesImpl.Builder |
withStartInetAddress(java.net.InetAddress startInetAddress) |
public GeoAttributesImpl.Builder withStartInetAddress(java.net.InetAddress startInetAddress)
public GeoAttributesImpl.Builder withCountryCode(java.lang.String countryCode)
public GeoAttributesImpl.Builder withEndInetAddress(java.net.InetAddress endInetAddress)
public GeoAttributesImpl.Builder withCity(java.lang.String city)
public GeoAttributesImpl.Builder withCountry(java.lang.String country)
public GeoAttributesImpl.Builder withProvince(java.lang.String province)
public GeoAttributesImpl build()