Package 

Class ClimateStateEvent

  • All Implemented Interfaces:

    
    public class ClimateStateEvent
    extends ApplicationEvent
                        

    ClimateStateEvent Schema model object.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Long getTimestamp() Get timestamp The time at which location was determined
      Double getInsideTemperature() Get vehicle inside temperature in celsius
      Double getOutsideTemperature() Get vehicle outside temperature in celsius
      Double getDriverTemperatureSetting() Get vehicle temperature set by driver in celsius
      EventType getEventType() Get EventType.
      static ClimateStateEvent.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