Class LinkVehicleToPeripheralResponse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ResponseStatus getStatus() Provides the response status indicating the success or failure of the request.
      final String getMessage() Optional response message providing additional information about the response.
      • Methods inherited from class com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponse

        getResponseMessage, getResponseStatus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkVehicleToPeripheralResponse

        LinkVehicleToPeripheralResponse(ResponseStatus status, String message)
    • Method Detail

      • getStatus

         final ResponseStatus getStatus()

        Provides the response status indicating the success or failure of the request.

      • getMessage

         final String getMessage()

        Optional response message providing additional information about the response.