Class SyncTripsResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class SyncTripsResponse extends DriveMotionResponse
The response of the SyncTripsRequest that is using for syncing trips between app and Omniservice.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatusstatusprivate final Stringmessagepublic final Booleansuccessprivate final ResponseStatusresponseStatusprivate final StringresponseMessage
-
Constructor Summary
Constructors Constructor Description SyncTripsResponse(ResponseStatus status, String message, Boolean success)
-
Method Summary
Modifier and Type Method Description final ResponseStatusgetStatus()Provides the response status. final StringgetMessage()Response message. -
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
-
-
-