Package 

Class EventResponse

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

    
    public abstract class EventResponse
     implements EventResponseBasic, Serializable
                        

    Response type for event response.

    Use the builder or factory methods to construct instances with required fields. Optional fields use SDK defaults when omitted.

    • 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() Returns code.
      String getMessage() Returns 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