public abstract class GeoLocationInformation extends Object
| Constructor and Description |
|---|
GeoLocationInformation() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
cityName() |
abstract String |
countryIsoCode() |
abstract String |
countryName() |
static GeoLocationInformation |
create(double latitude,
double longitude,
String countryIsoCode,
String countryName,
String cityName,
String region,
String timeZone) |
abstract double |
latitude() |
abstract double |
longitude() |
abstract String |
region() |
abstract String |
timeZone() |
public abstract double latitude()
public abstract double longitude()
public abstract String countryIsoCode()
public abstract String countryName()
public abstract String cityName()
public abstract String region()
public abstract String timeZone()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.