-
- All Implemented Interfaces:
public class WeatherEvent extends ApplicationEventWeatherEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWeatherEvent.WeatherTypepublic classWeatherEvent.Builder
-
Method Summary
Modifier and Type Method Description IntegergetWeatherCode()Get Weather code, e.g. WeatherEvent.WeatherTypegetWeatherMainType()Get Weather main type, e.g. StringgetWeatherDesc()Get Weather detailed description, e.g. EventTypegetEventType()Get EventType. static WeatherEvent.Builderbuilder()-
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()
-
-
-
-