-
- All Implemented Interfaces:
public class WeatherEvent extends ApplicationEvent
WeatherEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
WeatherEvent.WeatherType
public class
WeatherEvent.Builder
-
Method Summary
Modifier and Type Method Description Integer
getWeatherCode()
Get Weather code, e.g. WeatherEvent.WeatherType
getWeatherMainType()
Get Weather main type, e.g. String
getWeatherDesc()
Get Weather detailed description, e.g. EventType
getEventType()
Get EventType. static WeatherEvent.Builder
builder()
-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
getEventData
-
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getWeatherCode
Integer getWeatherCode()
Get Weather code, e.g. 500 light rain
-
getWeatherMainType
WeatherEvent.WeatherType getWeatherMainType()
Get Weather main type, e.g. rain
-
getWeatherDesc
String getWeatherDesc()
Get Weather detailed description, e.g. light rain
-
getEventType
EventType getEventType()
Get EventType.
-
builder
static WeatherEvent.Builder builder()
-
-
-
-