Package 

Class EventResponse

  • All Implemented Interfaces:
    com.telenav.sdk.datacollector.model.EventResponseBasic , java.io.Serializable

    
    public abstract class EventResponse
     implements EventResponseBasic, Serializable
                        

    Datacollector event response with generic type.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ResponseCode getCode() Get enum of ResponseCode
      String getMessage() Get response message
      long getResponseTime() Get request processing time in milliseconds.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait